@jagreehal/ai-workshop
v0.1.2
Published
Scaffold a path or full-stack app template from the ai-workshop repo
Maintainers
Readme
@jagreehal/ai-workshop
Copy one piece of the ai-workshop into a fresh, history-free folder you can build on. You don't clone the repo — it downloads just the folder you pick as a tarball. No dependencies.
npx @jagreehal/ai-workshop # interactive picker
npx @jagreehal/ai-workshop pydantic-ai # Pydantic AI path (Python)
npx @jagreehal/ai-workshop vercel-ai-sdk # Vercel AI SDK path (TypeScript)
npx @jagreehal/ai-workshop fullstack-hono ./my-app| Key | What you get | Folder |
| ----------------------------- | -------------------------------------------------- | --------------------- |
| pydantic-ai (or pydantic) | The Python path: foundations + tracks | pydantic-ai/ |
| vercel-ai-sdk (or vercel) | The TypeScript path: foundations + tracks | vercel-ai-sdk/ |
| fullstack-pydantic | Full-stack app: FastAPI + Pydantic AI + AI SDK UI | fullstack-pydantic/ |
| fullstack-hono | Full-stack app: Hono on Node + AI SDK UI (pure TS) | fullstack-hono/ |
The copy lands in the folder named in the last column; pass a second argument to choose
your own, as in the ./my-app example.
Each target is self-contained: it carries its own lockfile and config, and the two paths
carry their shared/ model switch. Open the copied folder's README.md for setup, or
start at the workshop site.
