Launch in 5 Minutes
Learn how to launch your Indie Kit app in 5 minutes
Launch Your Landing Page in 5 Minutes ⚡️
Get your beautiful landing page live and start collecting customers in under 5 minutes! 🚀
What You'll Build 🎨
A stunning, conversion-optimized landing page with:
- 🎯 Hero section with CTA
- 💰 Pricing table (monthly/annual)
- ✨ Social proof & testimonials
- ❓ FAQ section
- 📧 Email collection (optional)
Quick Start
No design skills needed! Just mix and match pre-built components to create your perfect landing page.
Let's Build! 🛠️
Step 1: Get the Code Running
If you haven't already, follow the setup guide to clone and run locally.
Step 2: Customize Your Homepage
Open src/app/(website-layout)/page.tsx
and compose your landing page:
import { WebsiteFAQs } from "@/components/website/faqs";
import { CTA2 } from "@/components/website/cta-2";
import { WithWithout } from "@/components/website/with-without";
import Hero2 from "@/components/sections/hero-2";
import CTA1 from "@/components/website/cta-1";
import MonthlyAnnualPricing from "@/components/website/monthly-annual-pricing";
import TextRevealByWord from "@/components/ui/text-reveal";
export default function WebsiteHomepage() {
return (
<>
<Hero2 />
<CTA1 />
<MonthlyAnnualPricing />
<TextRevealByWord text="Your compelling testimonial or value prop here" />
<WithWithout />
<MonthlyAnnualPricing />
<WebsiteFAQs />
<CTA2 />
</>
);
}
What each component does:
Hero2
- Eye-catching hero with headline and CTA buttonCTA1
- Primary call-to-action sectionMonthlyAnnualPricing
- Pricing table with toggleTextRevealByWord
- Animated testimonial sectionWithWithout
- Before/after comparisonWebsiteFAQs
- Frequently asked questionsCTA2
- Final conversion push
Mix & Match
Reorder, remove, or duplicate components to match your needs! Check all available components for more options.
Step 3: Deploy! 🚀
Push to GitHub and deploy to Vercel:
git add .
git commit -m "Launch landing page"
git push
That's it! Your landing page is live! 🎉
Next Steps 📈
Now that your page is live:
- Customize components with your branding
- Set up payments to start earning
- Launch with waitlist to build hype
- Add analytics to track conversions
Start Collecting Customers!
You're now live and ready to accept customers! Share your link and watch the signups roll in. 💰