Build Yourself a Monday-Morning Digest App This Weekend

stormstorm·
#tutorial#personal-tools#cron-jobs#no-code

A thread on Hacker News recently asked: "What are tools you have made for yourself since the advent of AI?" The answers were everywhere. Tiny CLIs. Bookmark organizers. Reading-list dashboards. Personal CRMs. One guy built an app to track which houseplants he'd watered.

The pattern is the same. AI made the coding part cheap, so the bar to scratching your own itch dropped overnight. What hasn't dropped: the bar to actually shipping the thing.

Most personal tools die between "working prototype on my laptop" and "can open this from my phone." Auth, hosting, a database that doesn't reset on reboot, an email pipeline that won't get marked as spam. The annoying parts.

So here's a Saturday-afternoon walkthrough for one of mine. I built a Monday-morning digest that emails me my own product's numbers every week. From DontCode itself.

Step 1: Describe what you want

Open the App chat. Say something like:

"Build me a page that pulls signups from the last 7 days, MRR, and active users from my projects table. Show it as JSON I can preview, and format it as a short email."

The build agent wires the page, the queries, the email template. You don't pick libraries. You don't write a fetch function. The fine-tuned model handles the wiring because that's the only thing it does.

Step 2: Add the schedule

Open Insight and say: "run this every Monday at 9 AM KST and email it to me."

That's the step. Scheduled jobs handle dispatch, retries, and auth. You describe when, and what should happen. Same primitive that powers recipes like the weekly admin report and the monthly investor digest.

Step 3: Deploy

Hit DEPLOY in the Preview panel. The app gets a permanent URL with SSL. The cron starts on the next tick. No CI/CD config, no hosting account, no DNS deep-dive.

If you want your own domain, search one on the Deploy page or connect one you already own. DNS is guided.

Step 4: Stop

That's the whole thing. Total time for mine: about 90 minutes, most of which was me fiddling with the email layout because I'm picky.

The interesting part to me isn't the digest. It's that this is a category of software that didn't really exist before. Tools too small to justify a side project. Too personal to pay for. Useful enough that you'd open them every day if they existed.

The HN thread is full of these. A reading list that summarizes articles with Claude. A daily mood log that warns you about patterns. A houseplant tracker. None of them are products. All of them are real.

If you've been keeping a mental list of things you wish someone would build, this is the weekend to stop waiting. Open DontCode, describe one of them, see what you ship. Worst case you waste an afternoon. Best case you stop opening five tabs every morning to check the same five numbers.

More walkthroughs on the blog.

CEO
Houk Elijah Storm
Registration
802-87-03840
Address
30, Nonhyeon-ro 10-gil, Gangnam-gu, Seoul, Republic of Korea (505-J39)
Tel
010-9766-7338
Email
storm@dontcode.co
    Dont Code