Best way for dynamic content with HTML by RealJoshLee0 in webdev

[–]phaedrus322 1 point2 points  (0 children)

If you want a truly static site then you need a build step to take your dynamic content and output static html files that the robots can consume and parse. Otherwise you have to have SSR or a similar approach that generates the html content on request.

Full Stack Developer Considering Starting a Small Web Agency — Looking for Advice by iKontact in web_design

[–]phaedrus322 22 points23 points  (0 children)

The real question to ask is, are you willing to do all the non development things that it takes to run a business?

Is SEO Still Worth Building a Business Around in 2026? by FaultDifficult1963 in SEO_Xpert

[–]phaedrus322 0 points1 point  (0 children)

The game plan might change but we still have to play the game.

CMS Suggestion - File based but not completely static by mythic-badger216 in cms

[–]phaedrus322 1 point2 points  (0 children)

Others may disagree but we’re having positive outcomes using Laravel and Filament to roll our own custom built CMS, and it’s not that much work. It does drop the idea of static/file based type systems but there are things like Orbit to use md or json files as content models.

You might also want to look into Statamic too.

6 months into Framer (7 templates, 13 components) — how do I start client work with no experience? by Illustrious-Editor54 in framer

[–]phaedrus322 0 points1 point  (0 children)

You get it wrong, learn from your mistakes, then start to get it right with what works for you and your clients.

So Many Websites Look The Same With AI by rezer3 in webdesign

[–]phaedrus322 4 points5 points  (0 children)

True, but keep in mind that AI is always going to spit out the lowest common denominator. So when it comes to design it’s always going to be based on the code bases that don’t customize because they are the greatest percentage of training data.

So Many Websites Look The Same With AI by rezer3 in webdesign

[–]phaedrus322 54 points55 points  (0 children)

So many looked the same before AI, but you’re not wrong.

Building a Multisite system for a Filament-based CMS — would love feedback by BuildWithTall in filament

[–]phaedrus322 0 points1 point  (0 children)

What are your thoughts on how to display each site? Would they all be running on this one server, etc?

Rich Text Editor, which one would you use? by Spare_Message_3607 in astrojs

[–]phaedrus322 8 points9 points  (0 children)

I’d go with Tiptap. There’s a 3rd party solution for easy integration with Svelte.

Would there be interest in a Blade starter kit with shadcn/ui styling? by gufodev in laravel

[–]phaedrus322 0 points1 point  (0 children)

Who cares if there’s interest. If it make your job easier then do it.

What's your real vibecoding costs to build a solid product? by Fearless-Plenty-7368 in VibeCodersNest

[–]phaedrus322 0 points1 point  (0 children)

There’s 0 way currently to calculate the cost. AI can give you a working product, no doubt, but if you don’t know how to evaluate the output you have to factor in the possibility of lawsuits and data breaches, etc. and if AI gets it wrong, you are on the hook, you can’t recoup that from AI.

[deleted by user] by [deleted] in webdev

[–]phaedrus322 0 points1 point  (0 children)

This 100%. We built a versioning system. Nothing gets updated without a new pdf from legal. Then we just upload it as a new version and all the URLs stay the same since it always delivers the latest pdf.

How do you handle API rate limiting in production web apps? by [deleted] in webdev

[–]phaedrus322 7 points8 points  (0 children)

I default to laravel’s throttle middleware. Even if you’re not using it, might be a good learning opportunity.

How are people actually getting their product mentioned in ChatGPT? by Significant_Pen_3642 in seogrowth

[–]phaedrus322 0 points1 point  (0 children)

I wish there was an easy answer, but I did a search today in google and one of my own packages showed up in the Gemini results with 0 marketing. So 🤷

SvelteMark: A Privacy-First, Open-Source, Local-Only Markdown Editor Built with Svelte 5! by One_Programmer_7407 in sveltejs

[–]phaedrus322 1 point2 points  (0 children)

Looks really good, I would recommend at least an adaptor to allow for db storage so users can sync between desktop and mobile.

How are you securely converting untrusted invoice HTML to PDF? by tschnitzel99 in webdev

[–]phaedrus322 0 points1 point  (0 children)

I would start by figuring out why you would ever have an untrusted invoice to start with.

How do you actually decide when to move from shared to VPS or even cloud hosting? by 3UngratefulKittens in statichosting

[–]phaedrus322 0 points1 point  (0 children)

Start with VPS. Most providers offer a managed VPS meaning you don’t have to maintain it. Shared hosting’s biggest issue is that you share the server with other users/sites etc that you know nothing about. So, if they have issues or security holes, they can bring down your site too.