Skip to content
github-actions[bot] edited this page Mar 12, 2026 · 8 revisions

Welcome to NestForge

NestForge is a modular backend framework for Rust, heavily inspired by the architecture of NestJS. It provides a structured way to build scalable, maintainable, and high-performance server-side applications.

Getting Started

If you are new to NestForge, these are some of the available guide resources.

  1. Usage Documentation: Main Framework Usage Documentation.
  2. VS Code Extension: The VSCode Extension Nestforge Repository.
  3. The Documentation Repo: Contribute to the NestForge Documentation.

Why NestForge?

  • Modular: Encourages grouping features into logical bundles.
  • Type-Safe: Leverages Rust's powerful type system for DI and validation.
  • Productive: CLI and macros remove the boilerplate typically associated with Rust web-dev.
  • Flexible: Choose your transport: REST, GraphQL, gRPC, or even raw WebSockets.

Thanks alot for checking our Nestforge & contributing to it..

Clone this wiki locally