Built with Hyperbrowser
HyperScript is a local Next.js app for turning a plain-English web task into a real TypeScript HyperAgent script, watching it run in a Hyperbrowser Live View, and keeping the script as a reusable growth automation artifact.
Compatible with Claude Sonnet 5 (coming soon).
git clone <your-repo-url>
cd hyperscript
npm install
cp .env.local.example .env.localGet an API key at https://hyperbrowser.ai, then add it to .env.local:
HYPERBROWSER_API_KEY=your_hyperbrowser_keyHyperScript uses Hyperbrowser's managed HyperAgent task API, so it does not require your own Anthropic key.
Run the app locally:
npm run devOpen http://localhost:3000.
Use a public page for your first run:
Task: Go to Hacker News and tell me the title of the top story.
Starting URL: https://news.ycombinator.com
HyperScript will show the TypeScript script, embed the Hyperbrowser Live View for the same cloud browser session, and print the agent output when the run finishes.
Use HyperScript to demo repeatable web automations that help prospects see how Hyperbrowser can power sign-up, research, or integration workflows with real browser sessions.
Follow @hyperbrowser for updates.