How to change the FAR Analyzer — or build something new — without touching code yourself. Just talk to Claude Code.
Click New chat (top-left corner) — fresh start, no leftovers from yesterday's stuff.
Don't worry about which folder it's pointed at. We'll handle that next.
Type or paste this exact message — replace the bracket part with what you actually want changed:
Claude will download the project, set it up, make the change, and open a window so you can see what it looks like.
Claude will give you a link that looks like http://localhost:something — that's a private preview only you can see. Click it (or copy and paste it into Chrome / Edge / Safari).
If the change isn't quite right, tell Claude in plain English what to fix. Examples:
Refresh the preview window after each fix. Repeat until you like it.
Tell Claude:
Claude takes care of the rest. About a minute later, the live site (far-expense-analyzer-delve-five.vercel.app) shows your change.
Every version of the project is saved automatically, forever. If a change has a problem — even one you don't notice until next week — you can undo it.
Just open Claude Code and say:
Within a minute, the live site is restored. There's no version of this where you ruin it permanently.
If you ever want to build something totally new — not the FAR Analyzer, but a different app — here's the same workflow extended.
Open Claude Code, start a new chat, and describe the project. Be as specific as you want — Claude will ask follow-up questions if it needs more.
Like before, Claude will give you a http://localhost:something link. Click it (or paste it into your browser) to see the app running on your machine.
Tell Claude what to change until you like it. Refresh the browser after each tweak.
When you're ready to share your app with the world, tell Claude:
Claude does all three things for you — saves the code, puts it on the internet, and connects them so future changes go live automatically. About a minute later you'll get back a web address (something like your-project.vercel.app). Anyone with the link can use the app.
From now on, every time you say "publish this change" the live URL updates within a minute.
Some apps need things like API keys or passwords. Tell Claude:
Claude will tell you what's needed and walk you through where to paste each one — same kind of step-by-step you've already done for the FAR Analyzer.
Paste any error message you see into Claude Code and ask "what does this mean?" Most of the time it'll figure it out and walk you through.
Brian can still edit the code as long as he's a collaborator, so if you have a request that's complicated, feel free to reach out to him and describe what you need.