Kybernus

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:
    • Setup with ts-node-dev for hot reloading.
    • Prisma ORM for database access.
    • MVC Architecture.
    • Clean Architecture & Hexagonal Architecture templates.
    • Jest for testing.

#2. NestJS

An opinionated framework for building efficient, scalable Node.js server-side applications.

  • Language: TypeScript.
  • Features:
    • Dependency Injection out 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 Architecture templates.

#4. Python FastAPI

High performance, easy to learn, fast to code, ready for production.

  • Language: Python 3.10+.
  • Features:
    • Async/Await native support.
    • Pydantic for data validation.
    • SQLAlchemy (Async) ORM.
    • Alembic for migrations.
    • Automatic interactive API docs (Swagger UI).

#5. Next.js

The React Framework for the Web.

  • Language: TypeScript.
  • Features:
    • App Router (Next.js 14+).
    • TailwindCSS integration.
    • Server Actions for backend logic.
    • Prisma ORM integration.
    • NextAuth.js (Auth.js) setup.
    • Hexagonal and Clean Architecture implementation.