Build your first project with a code agent
A practical guide to creating, planning, and publishing a project from scratch using the agentic development workflow.
What you'll build
A site where you type an artist's name, see their discography with album covers, and click an album to view the tracklist and details. All powered by the Deezer public API, published on your GitHub Pages.
The project is the vehicle. What you'll actually learn is the agentic development workflow: context, planning, phased execution, and publishing.
Prerequisites
- GitHub account
- AI-powered development tool configured (Cursor, Windsurf, Claude Code, etc.)
- LLM configured in your tool (Claude, GPT, Gemini, etc.)
Your progress
0 of 4 complete
Chapter 1
Set the ground
Create the repository on GitHub, clone it in the terminal, open it in your tool, and prepare AGENTS.md, PLAN.md, and README.md.
0 of 3 checkpoints
Go to chapter →