Skip to main content

2 posts tagged with "react"

View All Tags

Stop Building Admin Applications

· 6 min read
Jones
Co-Founder and Architect @ Codehooks

Every developer has built some version of the same admin application. Users table, CRUD forms, list views, search, filters, auth, role management, a REST API. You know the drill. You scaffold the project, wire up the endpoints, build the forms, handle validation, add pagination, implement auth — and a week later you have something that looks like every other admin app.

What if you could skip all of that and just describe what you need?

Vibe Coding a Todo App: From Zero to Deployed in One Session

· 8 min read
Jones
Co-Founder and Architect @ Codehooks

How fast can you go from an empty folder to a fully deployed full-stack app? In this post, I'll walk through a live vibe coding session where I pair-programmed with an AI agent (Claude Code) to build a todo app using React for the frontend and Codehooks.io for the backend — all deployed to the cloud in minutes.

Every prompt I typed, every decision the agent made, and every line of code it wrote is documented here. Follow along and try it yourself.