For me making landing pages is an absolute chore, especially when I start from a blank slate. I'm sure many of you have the same feeling. So I bit the bullet and analyzed a bunch of SaaS landing pages and created a component library + templates based on them.
ā Check out https://github.com/danmindru/page-ui
The way it works is you run a script and you get the source for yourself, so you have full control. If you ever used Shadcn UI, this'll seem familiar.
There's a twist though! The templates have something called "Thief mode", so that'll "blow up" all sections of a template so you can copy & paste section by section. That's super useful after you've build an initial version and just want to add some new sections.
Here's what's inside:
- 24 components & 100s of examples + templates - Copy & paste any section - Themeable - Responsive - Dark mode included - World class docs (I hope) and all open source
Currently, you can only install it for React + Next.js, but I see no reason to not support other libs as well as raw HTML + TailwindCSS. I'd love to add that and also there are a few more templates planned!
It's early days, but I've built a few sites with it and I'm super excited about the potential. What would you like to see? Any particular components or features that'll make it great for you?