A landing page for the Start Solo Blueprint course, designed to help solopreneurs build profitable businesses without burnout.
- Responsive design optimized for all devices
- Interactive webinar registration system
- Countdown timer for urgency
- Testimonials and social proof sections
- WhatsApp community integration
- Content management system for easy updates
This site is deployed on Netlify at startsolo.in
This project uses Netlify CMS with GitHub authentication for content management. To set up the CMS:
- Deploy the site to Netlify
- Enable Netlify Identity in your Netlify site settings
- Set up GitHub OAuth for authentication:
- Go to GitHub Developer settings and create a new OAuth App
- Set the Authorization callback URL to
https://api.netlify.com/auth/done - Add the Client ID and Client Secret to your Netlify site's Identity settings
- Invite users to your site through the Netlify Identity tab
- Access the CMS at
/adminon your deployed site
To run the project locally:
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe content is organized in JSON files under src/content/:
settings/- Global site settingssections/- Content for each page section
All rights reserved.