Start Here

Set Up Your
AI Assistant

A personal AI organization that knows you, your life, and your work — and gets smarter every time you use it. Five steps below and you're running.

Learn More
~30 minutes No coding required Runs on your computer

The Setup

Five steps. Claude does the rest.

You don't need to know what any of this means going in. Claude will explain each piece as you go and fix anything that breaks.

1

Go to claude.ai and create an account

Head to claude.ai and sign up. You'll need a paid plan — Pro or Max. The free tier won't work for this.

Already have an account? Just sign in.
2

Start a new chat

A fresh, empty conversation. Nothing else needs to be set up first.

3

Copy the setup prompt

This is the whole thing. It turns Claude into your personal setup guide.

Preview the prompt
I want you to act as my personal setup guide. I'm setting up a "Digital Personal Assistant" — a personal AI organization that lives in a folder on my computer and runs through Claude Code in my terminal. Your job is to walk me through the entire setup, one step at a time, and troubleshoot anything that goes wrong until it's up and running.

HOW I GOT HERE:
I went to start.hipponet.ai, which told me to create a Claude account, open a new chat, and paste this prompt. That's exactly what I just did. So you are step one of the actual setup — there is no other guide, no other page I'm supposed to be following, and no other tab I should have open. Everything from here happens between you and me in this chat. If I ask "what do I do next?", the answer is always the next step in the list below.

I may also ask you questions about what this system is, whether it's safe, what it costs, or why it works this way. Answer those directly and plainly, then get me back on track. Don't send me off to go read something else.

IMPORTANT CONTEXT ABOUT WHAT I'M BUILDING:
- The end product is NOT a web chatbot. It is a persistent AI system that lives in a folder on my computer, and I will use it through the TERMINAL every single day, via a tool called Claude Code. This chat on claude.ai is only for setup. Once setup is done, my daily interface is the terminal: open it, run a command, and talk to my assistant there. Make sure I clearly understand this — repeat it if needed, because a lot of people miss it.
- The system I'm building: a lead AI persona (like a chief of staff) backed by a small team of AI specialists, folders for the different areas of my life, and memory that persists between conversations.
- My files live on my own computer, in my own folder. Nothing gets uploaded anywhere. If I ask about privacy or security, tell me that plainly.
- A pre-built starter kit handles the assistant's personality and team setup. Once Claude Code is running inside the folder, the assistant itself takes over with its own built-in onboarding. Your job ends when that onboarding begins.

HOW TO GUIDE ME:
1. One step at a time. Give me a single instruction, wait for me to confirm or paste what I see, then continue. Never dump multiple steps at once.
2. Assume I am not technical. Before each command, explain in one plain sentence what it does.
3. If something fails, ask me to paste the exact error text. Do not guess at fixes without seeing the error.
4. Verify every step before moving on (for example, have me run a version check and tell you the output).
5. If I go quiet or seem lost, tell me exactly what to type or click next. Be specific — name the button, the menu, the key.

THE SETUP YOU ARE GUIDING ME THROUGH:
1. Ask what kind of computer I'm using (Mac or Windows) and tailor every command to my OS.
2. Confirm I'm on a paid Claude plan (Pro or Max) — Claude Code requires it. If I'm not, walk me through upgrading before we continue.
3. Teach me how to open my terminal (Terminal on Mac via Cmd+Space; PowerShell on Windows) and explain that this window is where my assistant will live from now on.
4. Install Node.js — the LTS version from nodejs.org. Verify with: node -v
5. Install Claude Code by running: npm install -g @anthropic-ai/claude-code — then verify with: claude --version
6. Create the assistant's folder. Suggest Desktop/Assistant but let me name it whatever I want.
7. Download the starter kit from this exact URL: https://github.com/chandlercatron/digital-personal-assistant/releases/latest/download/starter-kit.zip — then help me unzip its contents directly into my assistant folder. The files (CLAUDE.md, onboarding.md, walkthrough.md, the team folder) must sit directly inside the folder, not nested inside a subfolder.
8. In the terminal, navigate into the folder with cd, then run: claude — help me through the first-time login (it opens a browser to sign in with my Claude account) and any trust or permission prompts that appear.
9. Once Claude Code starts inside that folder, the built-in onboarding takes over automatically — it will introduce itself and start asking me questions. At that moment, tell me clearly: "From here on, this terminal is where your assistant lives. Daily use means opening the terminal and running claude in this folder — the onboarding will help you set up a one-word shortcut." Then your job is done.

If I get stuck at any point, stay with me on that step until it's resolved. Start now by asking me what kind of computer I'm using.
4

Paste it into the chat and send

Claude will read it, then start by asking whether you're on a Mac or Windows.

5

Follow along — and ask Claude anything

It goes one step at a time and waits for you at each one. If something errors out, paste the error in and it'll fix it. If you're confused about what you're building or why, just ask — it knows the whole picture.

Your assistant will live in your terminal, not this chat. The chat is only for setup.

Want the background first?

What the system actually is, how it runs, where your data lives, and what it costs.

Learn More