learn.aathan.in

DIY Projects: Build Something Yourself

You don't need to be a programmer to build real, working, genuinely useful things anymore. Here's the mindset, the toolbox, and a set of fun projects to build this weekend.

Here’s the thing almost nobody told you: you can build real, working software right now, today, without knowing how to code. Not fake demos — actual apps, bots, and tools you and your friends will genuinely use. The AI tools of the last couple of years turned “I have an idea” into “here’s the working thing” for everyone, not just engineers.

This section is a set of weekend-sized projects that are fun to build, entertaining to use, and quietly productive. Every one uses real tools that actually work — no vaporware, no “trust me it’ll work.” Pick one and go.

The mindset: “vibe coding”

You describe what you want in plain English; the AI builds it; you look at the result, say what’s wrong, and it fixes it. You’re the director, not the typist. Three habits make it click:

  • Be specific. “A tip calculator” is vague. “A tip calculator where I enter the bill, tap 10/15/20%, and split it between up to 8 people, with big buttons and a dark theme” gets you something great on the first try.
  • Iterate in small steps. Get the basic thing working, then ask for one change at a time. “Now add a reset button.” “Make the total bigger.”
  • Ship it. The magic moment is sending a friend a link to a thing you made. Every tool below can publish/share — don’t stop at the preview.

The toolbox (all real, most free to start)

You’ll only need one or two of these per project — the project pages tell you which.

ToolWhat it’s forLink
Claude ArtifactsBuild a mini web app just by chattingclaude.ai
Google AI StudioBuild & deploy web/Android apps from a promptaistudio.google.com
v0Generate polished web UIs (React)v0.app
LovableFull-stack apps (with database + login) from a promptlovable.dev
BoltAI full-stack app builder in the browserbolt.new
ReplitBuild and host apps, with an AI agentreplit.com
GlideTurn a Google Sheet into a phone appglideapps.com
Zapier / MakeAutomate boring tasks between appszapier.com · make.com
NotionDashboards, trackers, wikisnotion.so

A note on cost. Every tool here has a free tier that’s enough to build and try a project. Some (Lovable, Glide) meter usage or gate custom domains/large data behind paid plans — each project page flags the real limits so nothing surprises you.

The projects

Ordered roughly easiest → most ambitious. Each is self-contained.

  1. Personal dashboard — a clock, weather, to-dos and a daily quote on one screen. (Claude Artifacts — easiest start.)
  2. Browser mini-game — build and share an actual playable game. (Google AI Studio — the same tool used to build a game on games.aathan.in.)
  3. Daily Telegram bot — a bot that messages you a quote / reminder every morning. (BotFather + Make.)
  4. Sheet → phone app — turn a spreadsheet into a real installable app (habit tracker, collection, expenses). (Glide.)
  5. Web app from a prompt — a full app with a database and logins, from one description. (Lovable.)
  6. Automate a chore — make the robots do your repetitive busywork. (Zapier / Make.)

None of these takes more than an afternoon. Start with #1 if you’ve never done this before — you’ll have something real on your screen in ten minutes.