Version 3.1.1 Released
INDJS Framework
The ultimate full-stack framework for building lightning-fast web applications. Stop configuring. Start building.
🎯 Why INDJS?
Comparing the future of dev with the current industry standard.
| Feature | INDJS | Next.js |
|---|---|---|
| Zero Configuration | Partial | |
| Built-in Authentication | ||
| Database Integration | ||
| Testing Suite (Vitest) | ||
| Deployment Tools | Vercel-focused | |
| CLI Code Generation | Basic | |
| Real-time (WebSockets) | ||
| AI-Powered CLI | ||
| Learning Curve | Easy | Moderate |
✨ Core Features
Everything you need, built-in by design.
File-based Routing
Automatic routing based on file structure.
Built-in SSR/SSG
Server-side and Static generation with React 18.
JWT & OAuth Auth
Complete security system out of the box.
Prisma Support
Type-safe database client integration.
Vitest Testing
Pre-configured unit and E2E testing.
AI Generation
Scaffold pages and APIs with Ollama AI.
🚀 Quick Start
Get your app running in less than 60 seconds.
NPX
$ npx indjs@latest create my-app
$ cd my-app
$ npm install && npm run dev
AI-Powered CLI
Scaffold complex components and entire API sets with a single command. The CLI thinks so you don't have to.