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.
| Tool | What it’s for | Link |
|---|---|---|
| Claude Artifacts | Build a mini web app just by chatting | claude.ai |
| Google AI Studio | Build & deploy web/Android apps from a prompt | aistudio.google.com |
| v0 | Generate polished web UIs (React) | v0.app |
| Lovable | Full-stack apps (with database + login) from a prompt | lovable.dev |
| Bolt | AI full-stack app builder in the browser | bolt.new |
| Replit | Build and host apps, with an AI agent | replit.com |
| Glide | Turn a Google Sheet into a phone app | glideapps.com |
| Zapier / Make | Automate boring tasks between apps | zapier.com · make.com |
| Notion | Dashboards, trackers, wikis | notion.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.
- Personal dashboard — a clock, weather, to-dos and a daily quote on one screen. (Claude Artifacts — easiest start.)
- 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.)
- Daily Telegram bot — a bot that messages you a quote / reminder every morning. (BotFather + Make.)
- Sheet → phone app — turn a spreadsheet into a real installable app (habit tracker, collection, expenses). (Glide.)
- Web app from a prompt — a full app with a database and logins, from one description. (Lovable.)
- 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.