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.9.0.tar.gz
(59.6 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.9.0-py3-none-any.whl
(69.0 kB
view details)
File details
Details for the file lich-1.9.0.tar.gz.
File metadata
- Download URL: lich-1.9.0.tar.gz
- Upload date:
- Size: 59.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa3e636d3548ba743c8a5167cc8fb123c2ebc46c1f04cafdd1173f17841b867d
|
|
| MD5 |
75c6772ef0c5312d83b25fa8818ef51f
|
|
| BLAKE2b-256 |
f407515b6b7390d69a6ea089ded7427ee21518343d226e363e66287b6b356274
|
File details
Details for the file lich-1.9.0-py3-none-any.whl.
File metadata
- Download URL: lich-1.9.0-py3-none-any.whl
- Upload date:
- Size: 69.0 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 |
ced288e1fbd750d0d8ac44eb91ad4a9f8cf1386ba93c92e1871d4d84384d20e6
|
|
| MD5 |
a4aa9bd34fdc6303cc5f6205d62e7d7e
|
|
| BLAKE2b-256 |
a04c8b8d8a542e17a4b8778d76c0695c629e4be655eb27dbde9139c7ed5004da
|