Cook · Truth OS · L19

Start here.

You are about to put a real page on the internet. Do these in order. Do not skip. Check a box when it is done. The boxes stay on this computer.

Cursor GitHub Vercel

Not ready to install anything? Take the slower door on claude-first.html, write your copy in a browser tab, then come back to step 03.

01

Open this folder in Cursor

Cursor → File → Open Folder → this unzipped folder. Open this HTML file in your browser too. That is the point. You are already using a page.

If you do not have Cursor yet: cursor.com

02

Install Git and Bun

Most people do not have these yet. Everyone pastes this prompt. If both already print a version, check the box and move on. If not, Cursor installs them for your OS, then you confirm both work.

Git talks to GitHub. Bun runs Cook scripts. Without both, the rest of this page stalls.

Read AGENTS.md. Install Git and Bun on this computer.

1. Tell me my operating system in one line.
2. Run these in the terminal and show me the output:
   git --version
   bun --version
3. If a command is missing, show the install command for my OS, wait for me to say go, then run it.
4. After any install, open a new terminal and run both version commands again.
5. Stop when both print a version number. Do not edit any project files.
03

Paste this prompt

Open Cursor chat. Copy the prompt. Replace “my business” with your real name. Review the diff. Accept only the headline and subhead change.

Read AGENTS.md and start-here.html. Then change the headline and subhead on index.html to my business. Do not add new pages. Show me the diff and wait.
04

Put it on GitHub

Create a new empty repository on GitHub. Then run this in the Cursor terminal. Replace YOUR_REPO_URL with the URL GitHub gives you.

git init
git add .
git commit -m "feat: first page from the care package"
git branch -M main
git remote add origin YOUR_REPO_URL
git push -u origin main
05

Put it on Vercel

  1. Go to vercel.com and sign in with GitHub.
  2. Import this repository.
  3. Deploy. No env vars required for this starter.
  4. Open the production URL. That is the install.

Done when

You can send someone a URL and they see your headline. Save that URL. That is your receipt for this drop.

06

Claim your private workspace

This folder ships with five folders Git already ignores: marketing, sales, fulfillment, finance, operations. That is how I keep the business in the same editor I build in, without any of it reaching the internet.

Open workspace/guide.html and put one real file in one folder. Not five. One.

07

Optional next prompts

After you are live. One job at a time.

Rewrite the three lines

Read AGENTS.md. Rewrite the three lines under the headline on index.html so they match this business:

Name:
Who I help:
Outcome they want:

Do not add sections. Do not change colors. Show the diff and wait.

Add one proof line

Read AGENTS.md. Add one short proof line under the outcome on index.html.

Proof:
Keep it one sentence. No new sections. Show the diff and wait.
Read the stack Open your page