YCYou Can Build Anything

What to build

10 things you can build with Claude Code this weekend

4 min read

The first weekend with an AI coding tool is the one most people waste. They open it, feel the rush of "wait, I can build anything now," and end up staring at the blinking cursor because that's too many choices. The fix is to pick something small, specific, and useful enough that you'll keep it around. These ten projects all meet that bar.

1. A personal website

The default first build, and it stays the default for a reason. One page, your name, what you do, three things you've made, a button that opens an email. By Sunday night it lives at a real address you can put on a business card. The full walkthrough is its own article.

2. A quote calculator for your work

If you sell services in tiers, build a small tool that takes the inputs and produces a clean quote. Inputs are your service tiers, your tax rate, a materials line. Output is something you can paste into an email. Most service businesses save an hour a week with one of these.

3. A spreadsheet summarizer

You have a sales export, a time-tracker dump, or a CRM extract that takes you forty minutes to clean up each month. Describe the input, describe the output, let Claude write the script. The chore turns into a keystroke.

4. A custom booking form

The forms built into booking platforms are rigid. The ones in website builders are bland. A simple custom form, shaped to your business, that emails you the answers in the order you want them, takes about an hour. The email arrives in the format that's actually useful to you.

5. A habit or hours tracker, just for you

Something most people pay fifteen dollars a month for, that doesn't quite work the way they think. Build the version that does. Some of the best tools have exactly one user, and that user is you.

6. A renaming or organizing script

A folder of receipts you'd like named by date and vendor. A hundred photos that need to follow a naming pattern. A messy Downloads folder full of "untitled-3.pdf" files. Claude can write a small script that fixes it once and that you keep around for next time.

7. A landing page for an idea you haven't built yet

Before you commit to building the SaaS, build the page. One screen, the promise, an email signup, a fake "join the beta" button that drops the address into a list. If nobody signs up, you saved yourself a month. If hundreds do, you have your next project picked.

8. A small dashboard for the three numbers you check

Whatever those three numbers are for your work, build the page that shows them on one screen. Pulling them from APIs is the kind of thing Claude does well, because the API documentation tells it exactly what to ask for. The result is the tab you keep pinned in your browser.

9. A scraper that watches one thing

A page you reload weekly to check whether something changed. The new product line, the open job posting, the conference schedule. Claude can write a small script that runs on a schedule and emails you when it sees a difference. You stop checking; the script checks for you.

10. A tool for the chore you've been avoiding

You know the one. The thing that takes you two hours, that you put off until the last minute every cycle, that you'd pay someone to do if you could justify it. That is the one. Describe it carefully, build it once, run it forever.

The pattern

The thread across all ten is the same. You notice a friction. You describe the thing that would remove it. You steer until it exists. That is not ten different skills. It is one skill, applied ten times, and by Sunday night you will have done it.

Frequently asked questions

How long should my first Claude Code project take?

A weekend, including the time you spend describing it and iterating. The shipping part is fast. The "deciding what you actually want" part is most of the work, and that's the part worth practicing.

Do I need to know how to code to build these?

No. Claude writes the code. Your job is to brief it clearly, review the changes it proposes, and test the result. The skill is communication, not syntax.

Which of these ten is the easiest first one?

The personal website. It has the cleanest finish line, the most forgiving requirements, and it gives you a real address to put on a business card by the end of the weekend.

Hand-picked next steps from the same thread of thinking.

Browse every article →