Requires Node.js (which includes npm). If the command isn't found, install Node from nodejs.org first.
Step 2 — Set up your project folder
Create an empty folder for your project and open it in Claude Code (or Cursor, Windsurf, or any AI coding tool).
Open Terminal inside that folder — in Claude Code, that's usually a panel at the bottom.
Copy the command below, paste it into Terminal, and press Enter.
When it asks for a token, copy your personal token below and paste it in.
instant-hype setup
This writes an AGENTS.md file (so your AI knows the platform rules) and logs this computer in. You only do this once per project.
Your personal token — valid for 30 days. Treat it like a password.
Generating…
Step 3 — Build your site with AI
Your AI tool reads AGENTS.md automatically — it already knows Instant's rules (static files, no login screens, the SDK, how to deploy). Just describe what you want.
Build me a site for our team.
What I want: [describe your site here — e.g. "a dashboard that greets me and gives me an AI tip for the day", "a team bingo card that saves my progress", "a tool that summarizes notes I paste in"]
Replace the highlighted line with what you actually want. The AI handles the rest.
Step 4 — Ship it
Once the AI has built the site, run this command from the same folder. Replace my-site-name with whatever you want the URL to be.
instant-hype deploy . --name my-site-name
Your site goes live at my-site-name.instant.hy.pe and appears in the gallery. Run the same command again any time you want to update it.