Supported Stacks
Kybernus supports high-demand technology stacks. Each template is hand-crafted to follow industry best practices.
All stacks are 100% Free and Open Source.
#Modular Features (Available for all stacks)
You can inject these into any project using kybernus add or kybernus auth:
- JWT Authentication: Full logic (Middlewares, Controllers, Services).
- Swagger/OpenAPI: Automated documentation.
- Redis: Caching integration.
- Websocket: Real-time server logic.
- Deploy Configs: Vercel, Railway, Fly.io, Render.
#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.Prisma ORM+PostgreSQLnative integration.Modular architecture(Modules, Controllers, Providers).- Available in all architectures (MVC, Clean, Hexagonal).
#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.
#6. n8n Automation Engine
The scalable, enterprise-grade workflow automation platform.
- Environment: Node.js + Python 3 + Pip.
- Features:
PostgreSQL 16pre-configured for heavy concurrent execution.Filesystem Binary Data Modevia local persistent volumes.- Custom
Dockerfileextending the base image to support execution of complex Python scripts (e.g. pandas, requests) natively. Global Error Handlingpre-configured to alert on failures.Auto Backupsdaily workflow out of the box.
- Use-Case Templates:
Default: Clean infra base ready for anything.AI Assistant: Webhook + OpenAI architecture.CRM Tracker: Google Sheets to HubSpot via Schedule.System Monitor: Uptime monitoring + Discord Webhook alerts.
