Discussion about this post

User's avatar
Andy Wheeler's avatar

For a bit higher level, https://andrewpwheeler.com/2024/09/24/types-of-websites-and-trade-offs/. At least for me (basically same background as you Abigail), when first building I did not understand how servers for websites work.

So this advice is for a *static* html site. Often if you ask the LLMs to build a site, they may do something like build a flask app (or Node). Those will require a different server set up (often paid), and IMO are overkill for many projects I see. If you need a server (say to keep secrets run server side to query a database), PHP sites are probably a cheaper/easier option than Node (given so many hosts for it).

Maxwell Greenberg's avatar

I'm vibe coding a lot of websites these days, appreciate your tips for tables especially.

No posts

Ready for more?