A simple TODO API with a real-time UI, built for the apijack tutorial.
- Bun installed
- Claude Code installed
-
Clone and start the API:
git clone https://github.com/Premo-Cloud/apijack-tutorial.git cd apijack-tutorial bun install bun run start -
Open http://localhost:3456 in your browser — you should see an empty TODO grid.
-
In a new terminal, install the apijack plugin:
cd apijack-tutorial bunx @apijack/core plugin install -
Open Claude Code in the
apijack-tutorialdirectory and connect to the API:"Connect to the TODO API at http://localhost:3456 with username admin and password admin, then generate the CLI."
-
Try the demo prompt — watch your browser while Claude works:
"Create 50 TODOs with creative titles. After all 50 are created, update each one in a random order to have a random background color. After all 50 have been colored, delete them all in reverse order."