{"id":30031094,"url":"https://github.com/sylkenio/nextjango","last_synced_at":"2025-08-10T23:03:30.780Z","repository":{"id":308072765,"uuid":"1031527262","full_name":"sylkenio/nextjango","owner":"sylkenio","description":"Nextjango is a full-stack CLI tool that scaffolds a modern Next.js + Django project—fully wired, type-safe, and built for developers who move fast.","archived":false,"fork":false,"pushed_at":"2025-08-06T10:35:16.000Z","size":154,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-07T20:05:24.536Z","etag":null,"topics":["cli","django","fullstack","nextjs","python","scaffolding","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sylkenio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-03T23:37:59.000Z","updated_at":"2025-08-07T10:27:49.000Z","dependencies_parsed_at":"2025-08-07T20:01:16.279Z","dependency_job_id":null,"html_url":"https://github.com/sylkenio/nextjango","commit_stats":null,"previous_names":["sylkenio/nextjango"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sylkenio/nextjango","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylkenio%2Fnextjango","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylkenio%2Fnextjango/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylkenio%2Fnextjango/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylkenio%2Fnextjango/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sylkenio","download_url":"https://codeload.github.com/sylkenio/nextjango/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sylkenio%2Fnextjango/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269643829,"owners_count":24452432,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-09T02:00:10.424Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","django","fullstack","nextjs","python","scaffolding","typescript"],"created_at":"2025-08-06T19:04:27.656Z","updated_at":"2025-08-09T22:02:15.718Z","avatar_url":"https://github.com/sylkenio.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Nextjango Banner](https://github.com/sylkenio/nextjango/blob/master/main/assets/nextjango-github-banner.svg)\n\n# ⚡ Nextjango (LIVE!)\n\n[![npm](https://img.shields.io/npm/v/nextjango.svg)](https://www.npmjs.com/package/nextjango)\n\n\u003e Scaffold modern full-stack apps with Next.js + Django — instantly.\n\n**Nextjango** is a blazing-fast CLI tool that jumpstarts your full-stack development\nby scaffolding a modern frontend with **Next.js** and a powerful backend using **Django**.\nBuilt for developers who want flexibility, security, and complete control\n— without wasting time on boilerplate.\n\n## 🚀 Features\n\n- ✅ Generate a full-stack project with `Next.js` + `Django` in seconds\n- 🧱 Built-in support for **TypeScript**, **Tailwind CSS**, and **SQLite** (default; support for other databases is planned)\n- 🔒 Secure backend with Django and admin path obfuscation\n- 🔗 API-ready and configurable for REST or GraphQL (coming soon)\n- 🧪 Developer-first architecture with batteries included, but replaceable\n- 🧰 Easily extendable with custom page and model generators\n\n## 🐍 Optional Python requirement\n\nPython 3 is optional but needed for the Django backend and for running\nthe Python-dependent test suites. When Python isn't installed, those\ntests will automatically be skipped.\n\n## 📦 Installation\n\nInstall Nextjango globally (optional):\n\n```bash\nnpm install -g nextjango\n```\n\n🛠️ Usage\n\nInitialize Nextjango in a project directory:\n\n```bash\nnpx nextjango init\n```\n\n🧙 The CLI will guide you to select a package manager with the arrow keys if none is found.\n\nYou can also specify one manually:\n\n```bash\nnpx nextjango init --package-manager pnpm\n```\n\n## 🧑‍💻 Development\n\nStart both backend and frontend dev servers together:\n\n```bash\nnpm run dev\n```\n\n## Feature not yet implemented (will be in a few days)\n\nCreate a full-stack page (auto-wired front to back):\n\n```bash\nnpx nextjango create-page about\n```\n\n🏷️ Alias Setup\n\nYou can use the installed alias \"nj\" instead of nextjango:\n\n```json\n{\n  \"scripts\": {\n    \"nj\": \"nextjango\"\n  }\n}\n```\n\nNow you can run:\n\n```bash\npnpm nj create-page about\n```\n\nOr with npm (your choice):\n\n```bash\nnpm run nj -- create-page about\n```\n\nProject Structure:\n\n```txt\nmy-app/\n├── frontend/         # Next.js + Tailwind + App Router\n│   └── ...\n├── backend/          # Django + REST-ready setup\n│   └── ...\n└── shared/           # Common types, constants, or utils (optional)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylkenio%2Fnextjango","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsylkenio%2Fnextjango","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsylkenio%2Fnextjango/lists"}