A full-stack web app template with authentication, page routing, and pre-built components tailored for SaaS applications. It uses JWT tokens for secure session management and includes animated UI elements for a modern user experience.
This template allows you to quickly bootstrap SaaS projects without reinventing the wheel or writing repetitive boilerplate code.
- Backend: Python, Django
- Frontend: TypeScript, React
- Styling: Tailwind CSS
- User authentication (login, register, logout)
- JWT-based session management
- Page routing and protected routes
- Reusable and animated UI components
- Ready-to-use SaaS application structure
- Clone the repository:
git clone https://github.com/kais-grati/Django-React-Template.git
- Install frontend dependencies:
cd frontend npm install - Install backend dependencies:
cd backend pip install -r requirements.txt - Run the development servers:
- Backend:
python manage.py runserver
- Frontend:
npm dev run
- Backend:
Contributions are welcome! Feel free to open issues or submit pull requests to improve this template.
This project is licensed under the MIT License.


