Isaac Roach

Built and Deployed in a Few Hours with Claude Code

I had an idea for a simple link manager app. A few hours later it was live on AWS. Claude Code did most of the heavy lifting.


Linky app screenshot

That's Linky — a personal link manager I built and shipped in a single afternoon. It's a real app: user authentication, categorized links, add/edit/delete, deployed to AWS. Not a prototype. Not a toy. A working thing on the internet.

The idea was simple enough. I already had a static links page on this site backed by a JSON file, but I wanted something I could actually manage from my phone without touching the repo. A proper app with a UI, login, and persistent storage. In the past, that's a weekend project at minimum — maybe more, depending on how much I feel like dealing with infrastructure.

What Claude Code actually did

I opened Claude Code, described what I wanted, and started working. Claude scaffolded the app, wired up the auth flow, built out the CRUD operations for links, and handled the category grouping. When I had opinions about how something should work, I said so and it adjusted. When I didn't have opinions, it made reasonable calls and kept moving.

The part that used to be the most painful — deployment — was where it really surprised me. I asked Claude to write an AWS deployment script, and it produced a working script that handled the full setup: infrastructure provisioning, environment config, the works. I ran it, watched it go, and the app was live.

The whole thing — app and deployment — took a few hours. That's not a humble brag about my speed. That's a data point about what's possible now with the right tools. The bottleneck wasn't the code. It was just deciding what to build.

What this changes

I've been in software long enough to remember what "I want to build a small app this weekend" actually used to cost in time and frustration. The setup, the boilerplate, the googling, the deploy-it-and-hope. Most small ideas never made it past the friction.

Claude Code doesn't eliminate the need to know what you're doing — you still have to understand the code, review decisions, push back when something isn't right. But it compresses the distance between idea and working software dramatically. The ideas that used to die in a todo list are now just apps.

Linky is live at linky.codenut.com if you want to take a look. It's small and intentionally simple — but it's real, it works, and it took an afternoon.

IR
Isaac Roach
Coder