Ask HN: What is the best way to quickly launch a website?
Hi all,
I have some programming experience (mostly with Python) and would like to launch a product quickly to get user feedback, without spending weeks/months learning web frameworks like react, JS, node etc. Don't get me wrong, I am happy to spend the time to learn this, but before I do, I would like to see if I can get some user traction.
All I really need is a basic page that can host data and display a few bar charts and text (ideally in a UX pleasing way).
I thought of a simple Wordpress site, but thought I would ask here in case I am missing something better.
Does anyone have some good recommendation on what might be the best solution?
Thanks
14 comments
[ 278 ms ] story [ 457 ms ] threadThat sounds like a static site. Unless you need some interaction per user, I'd recommend buying a ready theme, adding the content and uploading that to S3. Ignore WordPress and frameworks unless you really have a need for them.
- Single static page (netlify as host or similar)
- Wordpress (sitegrounds as host)
If you want premade templates to just modify some images / cut out content, I would use themeforest
Specifically these links
https://themeforest.net/category/marketing/landing-pages?sor...
https://themeforest.net/category/marketing/unbounce-landing-...
Technically all you really want is an email signup link at the end
Something like https://elementor.com/ for wordpress or even go straight for squarespace (not sure how expensive that is though).
I feel like we are finally at a point where you don't have to know CSS anymore for pretty static websites. At my job we are 50% devs, but marketing and design does the website all on their own with some wordpress builder plugin and it's alright.