jaredrhod@web: ~
$ whoami

jaredrhod

Everyone teaches the cool half of AI. I teach the half that pays.

Real operator. Real businesses. The practical, money-making side of AI.

$ ls ~/   // everything I make is free. tap what you want.
get-a-jarvis/the whole thing, or just the memory system. you pick the pieces. two pastes.

"Jarvis" is just my name for an AI setup with three parts. You pick which ones you want.

  • Memory. A folder of plain text files on your computer. Your AI reads them at the start of every conversation and writes to them as you work, so it never forgets your business again. This is the AI Memory Vault from my videos.
  • Voice. Hold one key, talk out loud, let go. It answers through your speakers about a second later in a real voice. Same AI, same memory, no typing.
  • Face. A full screen page that animates while your AI works, so you can see at a glance whether it is listening, thinking, or answering. Four designs, including the circuit board from the videos.

Optional extra: Hands. Control elements on your screen with your bare hands. No goggles, no gloves, no headset. It's like virtual reality without the hardware. It opens in its own window when you want it, instead of the visualizer. Add it with the others or come back for it later; same command either way.

Only want the memory system? Same command. Skip the rest.

  • 1.Install Claude Code. Not the Claude app, not the website: Claude Code lives in your terminal and can actually build things on your computer. If you've never opened a terminal and typed claude, you need this step. You'll also need a Claude account on a paid plan (Pro works). Open Terminal (press Cmd+Space, type "terminal", press Return) and paste this:
curl -fsSL https://claude.ai/install.sh | bash

The first time it runs, it opens your browser and has you log in with your Claude account. Already have Claude Code? Skip straight to step 2.

  • 2.Once Claude Code finishes installing, paste this in the same terminal window:
mkdir -p ~/my-agent && cd ~/my-agent && git clone https://github.com/jaredrhod/fullstack-agent && cd fullstack-agent && claude "set me up"

Claude Code opens with the installer already talking to you. It asks your name, which pieces you want (the memory, the voice, the face, and the hands if you want them), and builds what you picked. Take everything and your screen ends up a living circuit board that speaks first: "Hello [you], what are we working on today?" Take just the memory, and you've got the vault system from my videos, built in one conversation.

Already built some of this before, from my videos or prompts? Same command. The wizard finds what you have, keeps what's yours, and upgrades the rest. It never deletes anything you made.

ai-marketing/watch the series, then hand your agent my whole playbook

Watch the series first. You need to know this stuff as well as your agent does, or the files below won't help either of you. This is what I actually do to make money in my own businesses:

Then give it all to your AI. The same playbook as files your agent reads before it writes a word. This one doesn't need Claude Code:

Have Claude Code? Paste this; your agent runs the setup wizard and installs it into your vault, as a skill, or both:

I'd like to set this up, please: https://github.com/jaredrhod/ai-marketing-skills.git

Just regular Claude? Download the ready-made skill and upload it to Claude as a skill. Same playbook, no terminal.

get helpStuck on anything here? 4,100+ builders in the Discord. Ask inside and reach me directly. Free.
faq/the questions everyone asks, answered straight

"I don't want a Jarvis. I just want the memory system." They're the same system: a Jarvis is the memory system with a voice and a face added on. Run the install in get-a-jarvis, and when it asks which pieces you want, take only the memory. You get the exact vault system from my videos.

"My AI says it can't run things on my computer." You're talking to the Claude app or the claude.ai website, not Claude Code. They're different things. The tell: if you've never opened a terminal and typed claude, you don't have Claude Code yet. /start fixes that in about two minutes.

"Do I have to use Claude Code?" Claude Code in the terminal is the path: it's what everything here is built and tested on, it's what I teach, and it's what the community supports. The honest asterisk: the memory system, the marketing playbook, the rules, barehands, and the visualizer are plain files, so other terminal agents (Codex, Grok, Gemini CLI, a local model) can drive them with rough edges. Two things genuinely need Claude Code: the voice (built on Claude's agent SDK) and the one-command installer.

"Can I run this with Hermes, OpenClaw, or an Obsidian AI plugin?" I don't recommend it and we don't support it. Those put a layer between you and your agent, and that layer is where these setups break. My system is deliberately simple: an agent in a terminal reading your files directly. Obsidian itself is part of the setup (you need it), and MCPs are fine (those are tools your agent calls). Harnesses and orchestrators are not.

"Do I need a paid Claude plan?" Yes. Pro works. The free plan doesn't include Claude Code.

"Do I need Obsidian or git installed first?" No. The installer checks for both and installs them for you, with your OK, as part of setup.

"Will installing overwrite what I already built?" No. The wizard finds what you have, keeps what's yours, and upgrades the rest. It never deletes anything you made.

"I ran the install command and Claude Code acts like nothing's there." The download step failed before Claude Code opened. Type /exit, scroll up, and read the error message sitting right above where Claude started. Fix what it says, then paste the command again.

"I closed the window in the middle of setup." Nothing's lost. Open a new terminal, go back to the my-agent/fullstack-agent folder, run claude --continue, and tell it "we got cut off, keep going with the setup."

"Can I use your stuff in my business?" Yes. Everything is free to use commercially. The one thing you can't do is take the code, re-skin it, and sell it closed-source.

"Do the marketing skills need Claude Code?" No. Download the ready-made skill zip from the ai-marketing folder above and upload it to regular Claude. Claude Code just makes the install nicer.

"I already have my own agent. Can I add just the voice or the visualizer?" Yes. Say one sentence to YOUR agent, in its own session; each repo's README carries the sentence, and /prompts lists them.

"Does the visualizer work without the voice?" On its own it runs demo mode, which is pretty. It performs your real conversations when a voice is wired in.

"Can I have Jarvis's personality?" Yes. The boot template in ai-memory-vault ships with him already in it. Keep him, rename him, or replace him.

"Does this work on Windows?" Fully. Every command on this site has a windows toggle for the PowerShell version, and the installer needs no git up front.

"Something's broken. Where do I get help?" First move, always: ask your agent to fix it. Every repo ships a troubleshooting guide written for your agent to read; fixing this stack is its job, not yours. Still stuck? The Discord, right above this.

learn/everything I teach, free, in three YouTube playlists

It all ties together: a Jarvis is built from my memory system, and the memory system uses Obsidian as your agent's brain. Learning Claude Code and Obsidian IS learning how the Jarvis brain works. And the marketing series teaches you to build sales funnels, then teach your AI to build them too.

Claude Code and Obsidian: brand new to either one? Start here. It explains how the whole system fits together.
The AI Marketing Machine: how I actually make money in my own business, and probably the most important playlist here. Learn it, then hand your agent my marketing skills and it knows everything in this playlist too.
How To Build A Jarvis: you can install my Jarvis with one command up top, but watch this to customize it and understand how it all actually works.

Neat trick: YouTube transcribes every video automatically, so Claude Code can "watch" any of my videos by reading the transcript. Just give it the link and ask.

the-repos/all six, plus the templates and the rules. no hand-holding
fullstack-agent: the one command. Assembles everything below into one agent.
ai-memory-vault: the mind. A real, persistent memory for your AI.
backtalk: the mouth. Hold a key, talk, it answers out loud.
ai-visualizer: the face. Living visualizers that move when your agent does.
barehands: the hands. Move things on screen with your bare hands, through your webcam.
ai-marketing-skills: the playbook. My marketing fundamentals as files for your AI.
the templates: just the starter files. claude.md, vault index, memory.
the rules: the standing rules that keep an AI agent honest.
work-with-jared/1:1 help, group coaching, mentorship, done-for-you

Want me involved directly? Fill out the form and tell me what you need.

$ buy me a coffee
everything here is free and stays free. if it helped, this is the tip jar.

this page is run by my AI agent. so is everything else.