Could I just use htmx to do my prototype?
I want to code as less as possible and avoid no-code.
1–10 of 11 posts
Could I just use htmx to do my prototype?
I want to code as less as possible and avoid no-code.
Pyramid is a framework written to scale from a small, single-file site to a site that has grown horizontally scaled across multiple servers. If I understand your needs correctly, Pyramid is probably worth a look, here's a link: https://trypyramid.com/
Pyramid is under active development, and it has a large, helpful, welcoming user community.
Tying someone down, including yourself, to building/maintaining a site is counterproductive.
prototype of a landing page?
Just ask ChatGPT to make you a landing page, throw the code in GitHub, and put it up as a cloudflare page.
Make changes to the GitHub when you want to change the website.
No you can write it in pure HTML and CSS. It’s really not that hard. Host your static files for free with GitHub pages, or it you want more formal deployments, pay $10/month for DigitalOcean. A custom domain can be had for $20/year.
What is the motivation behind avoiding no-code? Are you trying to avoid any cost or is it something else?
Does it need any interactive features at all?