Boilerplate

Open-source projects categorized as Boilerplate

Top 23 Boilerplate Open-Source Projects

Boilerplate
  1. create-react-app

    Set up a modern web app by running one command.

    Project mention: Using Test-Driven Development to Get Better AI-Generated Code | dev.to | 2025-04-21

    I used create-react-app and removed the boilerplate to start a blank application. The goal is to search a user with https://api.github.com/users/ and present the result.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management β€” all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. ant-design-pro

    πŸ‘¨πŸ»β€πŸ’»πŸ‘©πŸ»β€πŸ’» Use Ant Design like a Pro!

  4. hackathon-starter

    A boilerplate for Node.js web applications

    Project mention: A Step By Step Guide to Updating Your Legacy Node.js App in 2024 (v10 to v22) | dev.to | 2024-07-25

    Crawly is an Express app built on the bones of hackathon-starter, a boilerplate package for Node apps. Surprisingly, this project is still alive and well maintained in 2024. But there's no guarantee that the project still uses the same dependencies (it doesn't), and there's a likelihood that even more dependencies would be added (there were). So I abandoned any plans to merge the latest in.

  5. react-boilerplate

    πŸ”₯ A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.

    Project mention: Redux developers, please stop doing this! | dev.to | 2024-08-17

    I worked on a React project in 2019, I believe it was built on top of the react-boilerplate template, and the developer experience with Redux was so bad that I became a Vue developer.

  6. nx

    Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.

    Project mention: Frontend Monorepos: A Comprehensive Guide | dev.to | 2025-04-19

    Nx Documentation: https://nx.dev/ - Official documentation for the Nx build system.

  7. electron-react-boilerplate

    A Foundation for Scalable Cross-Platform Apps

  8. react-starter-kit

    The web's most popular Jamstack front-end template (boilerplate) for building web applications with React

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. ignite

    Infinite Red's battle-tested React Native project boilerplate, along with a CLI, component/model generators, and more! 9 years of continuous development and counting.

  11. cookiecutter-django

    Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.

    Project mention: SaaSavant – SaaS Boilerplate | news.ycombinator.com | 2024-09-10

    I found that this django setup was an excellent starting point:

    https://github.com/cookiecutter/cookiecutter-django

  12. react-redux-universal-hot-example

    A starter boilerplate for a universal webapp using express, react, redux, webpack, and react-transform

  13. Mantle

    Model framework for Cocoa and Cocoa Touch

  14. Next-js-Boilerplate

    πŸš€πŸŽ‰πŸ“š Boilerplate and Starter for Next.js 15 with App Router and Page Router support, Tailwind CSS 4 and TypeScript ⚑️ Made with developer experience first: Next.js + TypeScript + ESLint + Prettier + Drizzle ORM + Husky + Lint-Staged + Vitest + Testing Library + Playwright + Storybook + Commitlint + VSCode + Netlify + PostCSS + Tailwind CSS ✨

    Project mention: Next.js 15.3: Turbopack for builds, Rspack support | news.ycombinator.com | 2025-04-09

    Great job by the Next.js team on this release, I just updated my Next.js boilerplate project to 15.3: https://github.com/ixartz/Next-js-Boilerplate

    It works perfectly!

  15. open-saas

    A free, open-source SaaS app starter for React & Node.js with superpowers. Full-featured. Community-driven.

    Project mention: Going from an Idea to MVP in Weeks: PromptPanda's Launch(es) | dev.to | 2025-03-18

    PromptPanda's team chose Open SaaS because it significantly streamlined their product development by simplifying backend setup, database management, and built-in authentication. This was crucial as they needed an efficient solution that could save time due to their busy schedules. Wasp's default integration with Fly also enabled rapid deployment, allowing them to quickly validate their product idea without getting bogged down in infrastructure complexities.

  16. react-slingshot

    React + Redux starter kit / boilerplate with Babel, hot reloading, testing, linting and a working example app built in

  17. vue-enterprise-boilerplate

    An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.

  18. node-express-boilerplate

    A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose

    Project mention: 11 GitHub Repositories to learn NodeJs | dev.to | 2024-11-03
  19. next-enterprise

    πŸ’Ό An enterprise-grade Next.js boilerplate for high-performance, maintainable apps. Packed with features like Tailwind CSS, TypeScript, ESLint, Prettier, testing tools, and more to accelerate your development.

  20. prisma-examples

    πŸš€ Ready-to-run Prisma example projects

    Project mention: Secure Your Next.js App: Email & Google Authentication with Supabase, PostgreSQL RLS, and Triggers - Part 4 | dev.to | 2025-03-15

    Note: Try to figure out the Prisma Schema. It should be self explanatory. Since it’s a different language altogether, I won’t be able to explain it here. You can check out Prisma Docs for more.

  21. next-forge

    Production-grade Turborepo template for Next.js apps.

    Project mention: HaaS Revolutionizes Automation | Vibe Weekly Vol.003 | dev.to | 2025-04-14

    2、next-forge - Production-grade Turborepo template for Next.js apps.

  22. laravel-boilerplate

    The Laravel Boilerplate Project - https://laravel-boilerplate.com

  23. bash-oo-framework

    Bash Infinity is a modern standard library / framework / boilerplate for Bash

  24. dotnet-starter-kit

    Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.

  25. bulletproof-nodejs

    Implementation of a bulletproof node.js API πŸ›‘οΈ

  26. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Boilerplate discussion

Log in or Post with

Boilerplate related posts

  • Using Test-Driven Development to Get Better AI-Generated Code

    3 projects | dev.to | 21 Apr 2025
  • Setting up React Native Monorepo With Yarn Workspaces (2025)

    1 project | dev.to | 17 Apr 2025
  • Exploring .NET Aspire and Adding it to my existing boilerplate

    1 project | dev.to | 4 Apr 2025
  • Why I Swapped NX for Standalone Projects

    1 project | dev.to | 20 Mar 2025
  • Level Up Your React Apps with Tailwind CSS: A Step-by-Step Guide

    2 projects | dev.to | 17 Mar 2025
  • The Final (For Now) Setting for My Personal Blog as a Dev

    2 projects | dev.to | 15 Mar 2025
  • Secure Your Next.js App: Email & Google Authentication with Supabase, PostgreSQL RLS, and Triggers - Part 4

    1 project | dev.to | 15 Mar 2025
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 21 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more β†’

Index

What are some of the best open-source Boilerplate projects? This list will help you:

# Project Stars
1 create-react-app 103,140
2 ant-design-pro 37,018
3 hackathon-starter 34,985
4 react-boilerplate 29,516
5 nx 25,328
6 electron-react-boilerplate 23,702
7 react-starter-kit 22,861
8 ignite 18,442
9 cookiecutter-django 12,673
10 react-redux-universal-hot-example 11,993
11 Mantle 11,308
12 Next-js-Boilerplate 10,678
13 open-saas 10,145
14 react-slingshot 9,724
15 vue-enterprise-boilerplate 7,797
16 node-express-boilerplate 7,248
17 next-enterprise 6,725
18 prisma-examples 6,338
19 next-forge 5,711
20 laravel-boilerplate 5,629
21 bash-oo-framework 5,590
22 dotnet-starter-kit 5,584
23 bulletproof-nodejs 5,581

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management β€” all implemented with just a few lines of code. Start building today.
www.civic.com