-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sylken edited this page Aug 6, 2025
·
1 revision
Nextjango is a full-stack CLI tool that scaffolds and fully wires a Next.js + Django application — in seconds.
No boilerplate. No config wrestling. Just run it and build your product.
Run this from any directory:
npx nextjango initThen launch both frontend + backend together:
npm run devThat’s it — no need to CD into anything or spin up two terminals.
- 🔥 Instant Next.js + Django scaffold
- ⚡ Unified dev server (
npm run dev) - 📁 Clean, modular project structure
- 🎯 Minimal config, max flexibility
- 🧱 Component & page generators (coming soon)
npx nextjango create-page <name>- Prompts to pick common DBs (PostgreSQL, SQLite, MySQL)
-
.envgeneration based on selected DB - Optional blank DB setup
- Internal plugin system
- Deployment & Docker templates
- VS Code integration
- Read the Contributing Guidelines
- Report bugs or request features via Issues
- Ask questions or share ideas in Discussions
🧙♂️ Maintained by Sylken
This page will evolve as features roll out — feel free to suggest edits!