Django backend and Next.js frontend boilerplate for full-stack web apps
This boilerplate pairs a Django API backend with a Next.js frontend to provide a full-stack starter for web applications. It includes Django Ninja for APIs, cookie-based JWT authentication, environment variable loading, Tailwind-based UI components (shadcn), and optional Docker configuration. Suited for projects that require a Python API and a React/Next.js frontend with server-side rendering and integrated UI components.
0