Skip to content

tomdyson/wagtail-model-maker

Repository files navigation

Wagtail Model Maker

LLM-powered Web UI and CLI for stubbing out Wagtail page models

screenshot

Run the web interface locally

In a virtual environment:

export ANTHROPIC_API_KEY=your_api_key
pip install -r requirements.txt
python api.py

or with Docker:

docker build -t model_maker .
docker run --env ANTHROPIC_API_KEY=your_api_key -p 8000:8000 model_maker

CLI usage

Make the page models:

python modelmaker.py "a blog page with a date, image and rich text body"

Ask for help refining the description:

python modelmaker.py -r "a blog page with a date, image and rich text body"

Deploy

fly deploy

About

LLM-powered Web UI and CLI for stubbing out Wagtail page models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published