Live data from Hacker News

Ask HN: Do you need a web framework for a startup landing page?

news.ycombinator.com

1–10 of 11 posts

Re: Ask HN: Do you need a web framework for a startup landing page?

#2
You don't need a framework for a single page. That being said, using a framework is probably a good idea if you intend to be on a growth curve.

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.

Re: Ask HN: Do you need a web framework for a startup landing page?

#8

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.

[dead]
Post reply on HN