Demo of what PydanticAI and Logfire can do!
Live at https://logfire.run.
In development, start the db with:
docker compose up -d dbThen, start the backend services in dev mode with
export LOGFIRE_TOKEN=<your-token>; export LOGFIRE_BASE_URL=https://logfire-eu.pydantic.dev/ # or https://logfire-us.pydantic.dev/
make backend-devFinally, run the frontend with
npm run dev