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.10.tar.gz
(74.2 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.10-py3-none-any.whl
(85.1 kB
view details)
File details
Details for the file lich-1.12.10.tar.gz.
File metadata
- Download URL: lich-1.12.10.tar.gz
- Upload date:
- Size: 74.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a9f3011291d279cb49a5995d9a8731a3b50e2e8206aa459e62e96f50d4acaa6
|
|
| MD5 |
f18f013785f18c1878ea88aa39b80f7c
|
|
| BLAKE2b-256 |
9b394e1fe875bd28e4e2b1716cf607c60025bff00d3462f235c2b7375c1e2479
|
File details
Details for the file lich-1.12.10-py3-none-any.whl.
File metadata
- Download URL: lich-1.12.10-py3-none-any.whl
- Upload date:
- Size: 85.1 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 |
023de9a0b2d325787ccacd14ac5dd99ccf1b5da9b6563c08ce1143c639001ff8
|
|
| MD5 |
3dff94017136e811bc96d40a3ed2b662
|
|
| BLAKE2b-256 |
3f78b1a5d91544725f16ab56a9b4bdef3b44e5ade5d1e46490af48a4347d79ac
|