top | item 39312260 (no title) federalbob | 2 years ago Maybe unrelated but, HN: what is your go-to stack to build simple business web site then ? discuss order hn newest 8organicbits|2 years ago Marketing site: mkdocs with static hosting like github+Netlify (unless it needs eyecandy, I don't do those). Buy a theme or build one.Interactive sites: Django with server-side template rendering, very minimal Javascript, CSS via tailwind, bulma, or bootstrap. Buy themes if needed.Payment, billing: send users to something like typeform+stripe, avoid building custom payment processing, order management, etc.Web applications: things that need complex interaction in the browser I'd choose react. ghiculescu|2 years ago Rails
8organicbits|2 years ago Marketing site: mkdocs with static hosting like github+Netlify (unless it needs eyecandy, I don't do those). Buy a theme or build one.Interactive sites: Django with server-side template rendering, very minimal Javascript, CSS via tailwind, bulma, or bootstrap. Buy themes if needed.Payment, billing: send users to something like typeform+stripe, avoid building custom payment processing, order management, etc.Web applications: things that need complex interaction in the browser I'd choose react.
8organicbits|2 years ago
Interactive sites: Django with server-side template rendering, very minimal Javascript, CSS via tailwind, bulma, or bootstrap. Buy themes if needed.
Payment, billing: send users to something like typeform+stripe, avoid building custom payment processing, order management, etc.
Web applications: things that need complex interaction in the browser I'd choose react.
ghiculescu|2 years ago