Built this landing page template built for indie hackers and solopreneurs who need to quickly launch their product's web presence. I've used it multiple times so time can be spent focused on deploying the product instead of a landing page every time.
- Pre-built sections for all essential content:
- Hero section with compelling value proposition
- Feature highlights
- Pricing tables
- FAQ section
- Modern dark theme design
- Fully responsive for all devices
- Built with performance in mind
- Easy to customize
- React + TypeScript
- Tailwind CSS
- shadcn/ui components
- Vite
Edit these files to customize your landing page content:
src/components/HeroSection.tsx- Main headline and hero contentsrc/components/FeaturesSection.tsx- Product features and benefitssrc/components/PricingSection.tsx- Pricing plans and tierssrc/components/FaqSection.tsx- Frequently asked questions
- Colors and theme variables in
src/index.css - Component styling uses Tailwind classes
- Additional customization through shadcn/ui components
- Build your site:
- bash
- npm run build
- Deploy to your preferred platform:
- Vercel
- Netlify
- GitHub Pages
- Any static hosting
If you find this template helpful, please consider:
- Starring the repo
- Sharing with other indie hackers
- Contributing improvements
- Fork the repo
- Create feature branch
- Commit changes
- Push to branch
- Create Pull Request