Version 0.10.19 - Stable Release

The High-Performance Framework for Modern Node.js

ArikaJS is a next-generation Node.js framework designed for extreme efficiency, developer happiness, and professional-grade performance.

npx @arikajs/cli new my-app
Start Building → Explore Features
import { Route } from 'arikajs';

// Clean, intuitive routing
Route.get('/', () => 'Welcome to ArikaJS');

// Type-safe controllers
Route.post('/users', [UserController, 'store']);

Engineered for Speed

Outperforming the industry standards in high-concurrency environments.

ArikaJS 42,800 req/s
Fastify 40,400 req/s
Express 16,500 req/s

Everything you need

Built-in tools to help you focus on creating, not configuring.

Native TypeScript

Designed from the ground up to provide the best possible TypeScript experience.

Extreme DX

Powerful CLI and intuitive APIs that make development feel like magic.

Modern ORM

Active Record pattern for database interactions. Fluent, reliable, and fast.

Unified Auth

Secure authentication with guard support. JWT, Sessions, and OAuth built-in.

Real-time Logic

Built-in event system and dispatcher for high-performance reactive logic.

Task Scheduler

Manage background jobs and cron-like tasks with a fluent provider API.

Ready to build something great?

Join the community of developers building modern web applications with ArikaJS.