AI-Ready Full-Stack Project Generator
Project description
🧙 Lich Toolkit
AI-Ready Full-Stack Project Generator
Generate production-ready applications with FastAPI backend, Next.js frontend, and complete DevOps setup in seconds.
🚀 Quick Start
# Install
pip install lich
# Create new project
lich init
# Start development
cd your-project
lich dev
✨ Features
- 🏗️ Full-Stack Generator: FastAPI + Next.js + PostgreSQL + Redis
- 🤖 AI-Ready: Pre-configured rules and prompts for AI coding assistants
- 🔐 Auth Options: Keycloak SSO, JWT built-in, or none
- 📦 Code Generators: Create entities, services, APIs, DTOs with one command
- 🗃️ Database Migrations: Alembic integration with simple CLI
- 🐳 Docker Ready: Production Docker Compose included
📦 Commands
| Command | Description |
|---|---|
lich init |
Create a new project |
lich dev |
Start development servers |
lich make entity User |
Generate entity |
lich make service User |
Generate service |
lich make api users |
Generate API router |
lich migration create |
Create migration |
lich test |
Run tests |
🏛️ Generated Architecture
backend/
├── api/http/ # FastAPI routers
├── internal/
│ ├── entities/ # Domain models
│ ├── services/ # Business logic
│ ├── ports/ # Interfaces
│ └── adapters/ # DB implementations
└── main.py
frontend/
└── Next.js app with TypeScript
📖 Documentation
📄 License
MIT License - DoTech
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lich-1.12.15.tar.gz
(75.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
lich-1.12.15-py3-none-any.whl
(85.9 kB
view details)
File details
Details for the file lich-1.12.15.tar.gz.
File metadata
- Download URL: lich-1.12.15.tar.gz
- Upload date:
- Size: 75.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e44a7187c8a40aa5ba921c68ecd8a75bab58d909c877df6c08e583e5bafb8654
|
|
| MD5 |
8cd927fffd24c7d9cb98ad5a5d897d3f
|
|
| BLAKE2b-256 |
1ca3b815ea70c8b228cd753911acf20b47e0eecdf3d03b402acb122cd0547f80
|
File details
Details for the file lich-1.12.15-py3-none-any.whl.
File metadata
- Download URL: lich-1.12.15-py3-none-any.whl
- Upload date:
- Size: 85.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15a96f34d86b5531c32367da8c2c0c53e08ba7e7759f8d17bf65fbf8595e5f5c
|
|
| MD5 |
a37d287b4190a45f772eea35d209eea7
|
|
| BLAKE2b-256 |
09e5db9c834f309e5879fe8ff8845248bffd9093ab0efe98c8ce32ac582dcc73
|