Skip to main content

3 posts tagged with "tutorial"

View All Tags

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.

How to Give Your OpenClaw Agent a Backend

· 5 min read
Martin
Co-Founder and Maker @ Codehooks

OpenClaw is everywhere right now. People are running "Jarvis" on Mac minis 24/7, automating their entire digital lives.

But here's the thing: OpenClaw runs locally. That's great for privacy and control. It's less great when you need:

  • REST APIs and webhooks that stay up even when your computer sleeps
  • Persistent storage beyond local files
  • Background jobs that run on a schedule
  • CRUD endpoints your other apps can talk to

You could give your agent access to AWS. Let it wire up Lambda, API Gateway, DynamoDB, and SQS. Watch it burn through your free tier and leak credentials.

Or you could give it a backend designed for agents.