HACKER Q&A
📣 jejeyyy77

Scrappy way to create landing pages?


Anyone have any suggestions on quick/scrappy ways to create/host landing pages for MVPs?

React + Firebase? No-code editors? Quick index.html + script.js?

Criteria: - Easy/quick. Will likely get tossed out. - Needs to be viewable on desktop + mobile (doesn't need to be perfectly responsive). - Don't need any interactivity. - UI/design should look presentable enough to get someone to pay for it.


  👤 PaulHoule Accepted Answer ✓
Not (1) unless you need fancy animations or interactivity.

(2) could be a great idea

(3) but do you really need the script? Could htmx do the job?


👤 shantnutiwari
I usually get some botostrap theme and spend hours trying to get it to look like I want. Im sure there is a better way :)

👤 DamonHD
Plain text editor, eg vi.

Copy from existing page as template if need be.