Home
Starting Up
Case Studies DB
Products
Ideas DB
Vibe Coding Tools
Subscribe to IH+
Starting Up
Case Studies
Ideas DB
Products DB
Sign in
Join
2
Likes
1
Comment
Next.js landing page builder - Works locally!
by
Andreas Tzionis
https://www.producthunt.com/posts/destack-the-next-js-page-builder
I wanted to build landing pages for my side projects but didn't want to trust my work on Wix, Squarespace or WebFlow (and avoid monthly fees and platform shutdown risk) so I build a landing page builder using other amazing OSS projects (such as Grapes.js, Tailwind Blocks, Next.js) that works locally and saves everything on the git repo.
How it works
It knows that you are running locally (as you are using "next dev") and shows the visual editor.
Changes (ie. the page HTML code) are saved to a default.json file.
When run in production (ie. with "next build" or deployed to Vercel), it reads the default.json and creates the HTML landing page that is shown to the user.
Github: https://github.com/liveduo/destack
I also launch on PH today. Not sure if it's a good idea for an OSS project but I think it's worth a shot.
Link: https://www.producthunt.com/posts/destack-the-next-js-page-builder
PS: It built upon Next.js for now but there's a react version in the works.