Supported Stacks
Kybernus supports a curated list of modern, high-demand technology stacks. Each template is hand-crafted to follow industry best practices.
All stacks are 100% Free and Open Source.
#1. Node.js + Express
The classic, unopinionated backend choice.
- Language: TypeScript (Strict mode).
- Features:
Setupwithts-node-devfor hot reloading.Prisma ORMfor database access.MVC Architecture.Clean Architecture&Hexagonal Architecturetemplates.Jest for testing.
#2. NestJS
An opinionated framework for building efficient, scalable Node.js server-side applications.
- Language: TypeScript.
- Features:
Dependency Injectionout of the box.Modular architecture(Modules, Controllers, Providers).- Available in all architectures.
#3. Java Spring Boot
The enterprise standard.
- Language: Java 17+.
- Build Tool: Maven.
- Features:
Spring Web MVC.Spring Data JPA.Clean Architecture&Hexagonal Architecturetemplates.
#4. Python FastAPI
High performance, easy to learn, fast to code, ready for production.
- Language: Python 3.10+.
- Features:
Async/Awaitnative support.Pydanticfor data validation.SQLAlchemy (Async)ORM.Alembicfor migrations.- Automatic interactive API docs (Swagger UI).
#5. Next.js
The React Framework for the Web.
- Language: TypeScript.
- Features:
App Router(Next.js 14+).TailwindCSSintegration.Server Actionsfor backend logic.Prisma ORMintegration.NextAuth.js(Auth.js) setup.- Hexagonal and Clean Architecture implementation.
