Ask HN: What's your personal method to get a basic site running ASAP?

10 points by aerovistae ↗ HN
Say you need a basic site~ landing page, takes emails, describes your product/service, just basic stuff. When you've got to get one of these up and running and looking professional without spending much time on it, what's your go-to stack/service/template?

Seems everyone has their own way.

10 comments

[ 3.0 ms ] story [ 30.1 ms ] thread
wouldn't you just use wix or something like that?
well that's what I'm asking about....everyone has a different "wouldn't you just use [something]"
I actually have a html page(s) with a wufoo form that I created and update as I need.
Slim Framework, Twig and Bootstrap.

And then the client probably vanishes because Wix is free.

Their commercials on YouTube are so God damn annoying.
Netlify. You can write a 1-page static site and deploy for free in one command with no setup. It's amazing. There are probably competitors and sure an S3/GCS bucket is really not much harder, but this is truly effortless.

You could use Typeform, Google Forms, or one of the CMS as an API services to take in form submissions without running a back end.

netlify has built in form processing with a 100 submissions/month limit for the free tier.
one nice template from themeforest + jekyll deployed on s3 with cloudfront + formspree.io + calendly (mailchimp for newsletters). it's super fast and costs peanuts
Hugo + Bootstrap + Jquery + Mailchimp + Netlify + An image or three from Unsplash.

Simple enough to create a standard marketing site that takes emails for 0 cost.