A curated collection of SaaS boilerplates, templates, libraries, and tools to help you build your projects faster. Whether you're starting a new SaaS product or looking for pre-built solutions, AwesomeLists provides everything you need to accelerate your development process.
AwesomeLists was born from a personal need—I was searching for high-quality SaaS boilerplates and templates to speed up development. After collecting and organizing these resources, I've created this platform to help developers like you discover the best tools available.
Since launching this collection, I've also created LaunchSaaS, a comprehensive SaaS starter kit that puts these concepts into practice. Check it out if you're looking for a production-ready foundation for your next SaaS project!
- 🔍 Smart Search & Filter - Easily find boilerplates and templates by category or tags
- 📦 Comprehensive Collection - Hundreds of curated SaaS resources
- 🏷️ Organized by Tags - Filter by technology stack, framework, and features
- 📱 Responsive Design - Works seamlessly on desktop and mobile
- 🌙 Dark Mode Support - Comfortable viewing in any lighting
- ⚡ Fast & Lightweight - Built with Next.js and Tailwind CSS
npm install
# or
yarn install
# or
pnpm installnpm run devOpen http://localhost:3000 with your browser to see the application.
npm run build
npm startThis is an open-source project, and we welcome contributions! The easiest way to add or update items is by submitting a Pull Request.
- Fork the repository
- Navigate to
src/data/ - Edit
awesome-items.jsonto add your boilerplate/template - Submit a Pull Request with a clear description
{
"title": "Your Project Name",
"summary": "A brief description of your project",
"url": "https://example.com",
"category": "SaaS Boilerplate",
"tags": ["Framework", "Library", "Tool", "Technology"],
"description": "Optional detailed description",
"image": "Optional image URL"
}Tips:
- Choose an appropriate category from the existing list
- Add relevant tags to help others find your project
- Keep summaries concise and informative
- Ensure the URL is working and points to the correct resource
See FAQ for more details.
Our collection includes resources for:
- SaaS Boilerplates
- Next.js Templates
- React Components
- Backend Frameworks
- Authentication & Security
- Payment Processing
- Database Solutions
- And many more...
- Framework: Next.js
- Styling: Tailwind CSS
- UI Components: Shadcn/UI
- Code Formatting: Prettier
- Deployment: OpenNext + Cloudflare Pages
This project is open source and available under the MIT License.
Have questions or suggestions? Feel free to:
- Open an issue on GitHub
- Submit a pull request with improvements
- LaunchSaaS - A production-ready SaaS starter kit
Made with ❤️ by Victory