Thank you for your interest in contributing to LaunchMVP! This template has helped hundreds of developers launch their MVPs, and we'd love your help making it even better.
Click the "Fork" button on GitHub to create your own copy.
git clone https://github.com/YOUR_USERNAME/launch-mvp-stripe-nextjs-supabase.git
cd launch-mvp-stripe-nextjs-supabasenpm installcp .env.example .env.local
# Fill in your Supabase and Stripe keysgit checkout -b feature/your-amazing-feature
# or
git checkout -b fix/bug-description- Write clean, readable code
- Add comments for complex logic
- Follow existing code style
npm run build # Ensure it compiles
npm run dev # Test locallygit add .
git commit -m "feat: add amazing new feature"
# or
git commit -m "fix: resolve issue with auth"Commit Message Format:
feat:- New featurefix:- Bug fixdocs:- Documentation changesrefactor:- Code refactoringstyle:- Formatting, no code changetest:- Adding tests
git push origin feature/your-amazing-featureThen go to GitHub and click "Create Pull Request"
New to contributing? Look for issues labeled:
good first issue- Beginner-friendly taskshelp wanted- Tasks we'd love help withdocumentation- Help improve our docs
- 📧 New email templates (e.g., password reset, invoice)
- 🎨 UI/UX improvements
- 📱 Mobile responsiveness fixes
- 🔒 Security enhancements
- 📚 Documentation improvements
- 🐛 Bug fixes
- Additional payment providers
- More authentication methods
- i18n/internationalization
- Dark mode improvements
- Accessibility (a11y) improvements
- Keep PRs focused - One feature or fix per PR
- Update documentation - If your change affects the README
- Test thoroughly - Make sure
npm run buildpasses - Describe your changes - Explain what and why in the PR description
- Link related issues - Use "Fixes #123" in your PR description
- Be respectful and inclusive
- Welcome newcomers
- Give constructive feedback
- Focus on the code, not the person
- GitHub Issues - For bugs and feature requests
- GitHub Discussions - For questions and ideas
- YouTube - @SeanAIStories
- X/Twitter - @ShenSeanChen
- Discord - Join our community
Every contribution matters, whether it's:
- Fixing a typo
- Improving documentation
- Adding a new feature
- Reporting a bug
You're helping developers around the world launch their ideas faster. Thank you! 🚀
Made with ❤️ by Sean Chen and the community