nestjs-boilerplate

NestJS boilerplate. Auth, TypeORM, Mongoose, Postgres, MongoDB, Mailing, I18N, Docker. (by brocoders)

Nestjs-boilerplate Alternatives

Similar projects and alternatives to nestjs-boilerplate

  1. vite

    900 nestjs-boilerplate VS vite

    Next generation frontend tooling. It's fast!

  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. create-react-app

    Set up a modern web app by running one command.

  4. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  5. SWR

    255 nestjs-boilerplate VS SWR

    React Hooks for Data Fetching

  6. razzle

    15 nestjs-boilerplate VS razzle

    ✨ Create server-rendered universal JavaScript applications with no configuration

  7. AdonisJs Framework

    AdonisJS is a TypeScript-first web framework for building web apps and API servers. It comes with support for testing, modern tooling, an ecosystem of official packages, and more. (by adonisjs)

  8. foal

    18 nestjs-boilerplate VS foal

    Full-featured Node.js framework 🚀

  9. 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
  10. microservice-template

    📖 Nest.js based microservice repository template

  11. feathers

    The API and real-time application framework

  12. nestjs-api-boilerplate

    Nestjs API Boilerplate 😍 💪 🔥 : Typescript, Postgresql, TypeORM, Swagger for Api documentation, Passport-JWT authentication, Jest, Env configuration, Migrations, Seeds, Docker, Redis, AWS S3, and best application architecture.

  13. extensive-react-boilerplate

    Extensive React Boilerplate: ✔️NextJS ✔️Auth ✔️I18N ✔️MUI ✔️Forms

  14. Mongo Seeding

    🌱 The ultimate solution for populating your MongoDB database.

  15. fastify

    127 nestjs-boilerplate VS fastify

    Fast and low overhead web framework, for Node.js

  16. ultimate-backend

    Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication

  17. Next.js

    2,310 nestjs-boilerplate VS Next.js

    The React Framework

  18. SailsJS

    42 nestjs-boilerplate VS SailsJS

    Realtime MVC Framework for Node.js

  19. nestjs-framework-template

    NestJs Template containing cluster handling with worker health within cluster, Sequelize ORM handilng and environment mapping.

  20. Nest

    366 nestjs-boilerplate VS Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  21. 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
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better nestjs-boilerplate alternative or higher similarity.

nestjs-boilerplate discussion

Log in or Post with

nestjs-boilerplate reviews and mentions

Posts with mentions or reviews of nestjs-boilerplate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-05.
  • Mastering CRUD with NextJS
    3 projects | dev.to | 5 Dec 2024
    By following the examples and techniques outlined in this article, you should now be well-equipped to handle CRUD operations in your NextJS projects. Alternatively, you can use our Extensive-react-boilerplate template for your project. It has a fully compatible Nestjs-boilerplate backend that implements the ability to work with CRUD operations in minutes, without a single line of code using the CLI, we've covered this in more detail here and here for entity relationships. Keep experimenting, stay updated with best practices, and welcome to try this boilerplate if you find it useful.
  • Enhanced CLI Capabilities in NestJS Boilerplate
    1 project | dev.to | 6 Nov 2024
    In a previous post we demonstrated the use of the CLI to create endpoints through examples and wrote about future work on expanding property types. Now we're pleased to announce that this idea has been implemented, and the CLI in the latest version of the NestJS Boilerplate offers significantly more capabilities for creating resources and handling relationships between objects — all without writing a single line of code.
  • NestJS Boilerplate Update: New Features and Improvements
    1 project | dev.to | 14 Aug 2024
    We’ve added a CLI that allows you to create resources and their properties automatically. To demonstrate its use, let's look at an example of creating endpoints for a blog. We’ll start the backend using the NestJS Boilerplate (in this example, we’ll use MongoDB). If you have any questions or difficulties with deploying the boilerplate itself, we recommend watching the video below, where all the steps are shown step by step. The video also covers the use of the CLI with a relational database.
  • BC Boilerplates: Recent Updates
    2 projects | dev.to | 12 Jun 2024
    New features of nestjs-boilerplate are related to the running tests in watchAll mode and CLI usability:
  • Top 12+ Battle-Tested React Boilerplates for 2024
    5 projects | dev.to | 29 Apr 2024
    As you can see, from the above mentioned features, this boilerplate significantly reduces the startup time for your project (approximately 193 hours), making it a worthwhile consideration. Categories: Feature-Rich Boilerplates, Boilerplates with Auth and Registration, Frontend-Only (and has a fully compatible backend boilerplate, thus can be used as Full-Stack Boilerplates), Free.
  • Extensive React Boilerplate to kickstart a new frontend project
    2 projects | dev.to | 14 Feb 2024
    How much time do we typically spend on project setup? We're talking about configuring installed libraries and writing boilerplate code to structure and implement best practices for achieving optimal website performance. At Brocoders, we often start new projects from scratch. That's why over 3 years ago, we created a NestJS boilerplate for the backend so that we wouldn't have to spend time developing core functionality that the end user doesn't see but is crucial for developers. Over this time, the boilerplate has received 1.9k stars on GitHub and has gained significant popularity beyond our company. Now, we've decided to take it a step further and created the Extensive React Boilerplate for the frontend. Its purpose is to keep our best practices in project development together, avoiding familiar pitfalls and reducing development time.
  • Will Bun replace Node.js? First try with NestJS
    2 projects | dev.to | 15 Sep 2023
    Our idea was to run our Brocoders Nest.js Boilerplate on Bun and see how it performs. The test was made on MacBook Pro 2GHz, 16Gb memory:
  • NestJS Boilerplates Comparison
    1 project | dev.to | 11 Apr 2023
    It includes all necessary features for auth (sign in, sign up, social sign up, confirm email, forgot password and roles) and file uploading (this allows one endpoint for file uploading and then attach it to any other entity). I decided to have it from the box, because all the projects we started required these features.
  • NestJS Boilerplate (REST API) with Auth, TypeORM, Postgres, Mailing, I18N, Docker, Seeds for fast starting of NestJS project and learning best practices
    1 project | /r/javascriptFrameworks | 3 Apr 2023
  • REST API Boilerplate with Auth, TypeORM, Postgres, Mailing, I18N, Docker, Seeds for fast starting of NestJS project and learning best practices
    1 project | /r/Nestjs_framework | 3 Apr 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 19 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 →

Stats

Basic nestjs-boilerplate repo stats
17
3,653
9.6
1 day ago

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

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?