v1.0.9 — Production Ready

Stop Assembling.
Start Shipping.

The complete stack: HyperExpress/Fiber, Svelte 5, Inertia.js. Auth, database, testing built-in. One command. Ship faster.

258k+ req/sec (11x Express) Multi-Agent Workflow Auto Testing & Deploy
terminal
# Install and run in 30 seconds
~ npx create-laju-app my-app && cd my-app
my-app npm run dev
Laju dev server running
➜ Local: http://localhost:5555
➜ Latency: 1.52ms
➜ Auth: Ready (Login, Register, OAuth)
➜ Database: Connected (SQLite + WAL)
➜ Hot reload: Active
100K+ users served
MIT License
TS & Go

Everything You Need. Nothing You Don't.

Stop assembling 20 different packages. Laju gives you a complete, opinionated stack that just works — auth, database, frontend, testing, and deployment included.

Ex

Express.js

Minimalist Framework

  • No built-in auth
  • No frontend integration
  • No database ORM
  • Manual testing setup
  • 11x slower (22k req/s)
  • Manual deployment config
N

Next.js

React Framework

  • ~ React complexity overhead
  • API routes separation
  • No built-in auth
  • Vercel lock-in pressure
  • ~ Client-side hydration
  • Complex caching rules
L

Laju

Full-Stack Monolith

BEST
  • Complete auth (session + OAuth)
  • Svelte 5 + Inertia.js built-in
  • Type-safe SQLite (Kysely)
  • Testing & CI/CD ready
  • 258k req/sec performance
  • AI-optimized structure
Two Flavors, Same Philosophy

Choose Your Weapon

Whether you prefer TypeScript's ecosystem or Go's raw performance, Laju has you covered with the same developer experience.

Laju TypeScript

HyperExpress + Svelte 5

  • 258,000 requests/second
  • Full TypeScript ecosystem
  • All essentials built-in
  • Hot reload & Vite HMR
View on GitHub
NEW

Laju Go

Fiber + Svelte 5

  • Even faster performance
  • Lower memory footprint
  • Single binary deployment
  • Goroutine concurrency
View on GitHub

Unfairly Fast.

We benchmarked Laju against the giants on a Mac M4. The results aren't even close.

258k
Requests / Sec
1.52ms
Avg Latency
3,232x
Faster than Laravel
Framework Requests/Sec Avg Latency Verdict
Laju (TypeScript)
258,611 1.52ms 🚀 The Standard
Pure Node.js 124,024 3.62ms 2x Slower
Express.js 22,590 26.36ms 11.45x Slower
Laravel 80 128.72ms 3,232x Slower
Benchmarks run on Mac M4, 12 threads, 400 concurrent connections.
AI-Driven Development

Describe. Review. Ship.

Laju's multi-agent workflow with mandatory review points. Five specialized agents work together, each waiting for your approval before proceeding.

Multi-Agent Workflow
You
@workflow/agents/product.md
"I need a blog system with posts, categories, and comments. Users should be able to comment after logging in with Google."
PA

Product Agent activated!

  • • Creating PRD & User Stories
  • • Building Roadmap

⏳ REVIEW REQUIRED: Approve PRD?

TLA

Tech Lead Agent

  • • Designing Architecture
  • • Creating Page Routes
  • • Database Schema

⏳ REVIEW REQUIRED: Approve Tech Design?

Deployed! 🎉 After QA & DevOps approval
workflow/outputs/
📁 01-product/
📄 PRD.md
📄 USER_STORIES.md
📁 02-engineering/
📄 ARCHITECTURE.md
📄 PAGE_ROUTES.md
📄 DATABASE_SCHEMA.md
📁 03-tasks/
📁 04-reports/
Agent Call Format:
@workflow/agents/[agent].md
1

Product

Define requirements, PRD, User Stories

2

Tech Lead

Architecture, Routes, Database

3

Developer

Implement code, features

4

QA

Test & review quality

5

DevOps

Deploy to production

Every stage has mandatory review — no auto-skip

Everything You Need to Ship.

Stop assembling boilerplate. Laju comes with the essential tools pre-configured so you can focus on your product logic.

Authentication Ready

Complete auth system with sessions, JWT, and OAuth (Google, GitHub) ready to go.

Type-Safe Database

SQLite with WAL mode + Kysely query builder. Easy migration to PostgreSQL for production.

Svelte 5 Frontend

Modern reactive UI with Svelte 5 + Inertia.js for SPA-like experience without API complexity.

Flexible Storage

S3-compatible storage (AWS S3, Wasabi) or local. Presigned URLs for secure uploads.

Email Service

Transactional emails via Resend or SMTP. Beautiful templates for verification and password reset.

Caching Layer

Redis and in-memory caching. Speed up database queries with smart cache invalidation.

Auto Backups

AES-256 encrypted database backups automatically pushed to S3 with configurable retention.

Eta Template Engine

Blazing fast server-side HTML rendering for SEO pages, emails, and static content.

Multi-language (i18n)

Built-in translation system. Support multiple languages with JSON files and automatic locale detection.

Built with Laju

Real Products in Production

Discover applications built with Laju framework — from AI landing page builders to marketing automation tools.

Ready to ship faster?

Join thousands of developers building with Laju. Get started in 30 seconds with our CLI.

TypeScript npm / npx
npx create-laju-app my-app
Go npm / npx
npx create-laju-go my-app

MIT License • Free forever • Community driven