Ask HN: Scrappy way to create landing pages?

4 points by jejeyyy77 ↗ HN
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.

3 comments

[ 5.8 ms ] story [ 34.7 ms ] thread
Plain text editor, eg vi.

Copy from existing page as template if need be.

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 :)
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?