dazgupta.com /posts /journal /tags


30-10-2025

Writing with Claude

I just put out an entire tiny application that I wrote with Claude. It works, and I am happy that I didn't have to slog through templating documentation, custom router documentation etc. to write a rather straightforward webapp. It has to do a single job, and it does that. The only interesting part about this app is the log structured file based data storage; it runs on a single instance and operates with a locks. It's not meant to be used by thousands of people, only me.

I am quite happy how easy it was in the end; specially for an app that solves a very tiny problem of mine that I will probably never touch again.

Screenshot 1 Screenshot 2

#coding #ai