The missing IDE to build and ship eve agents.
A local dashboard and build harness for eve agents. One place for the whole loop: create an agent → generate and edit its tools by chat (OpenCode via AI Gateway) → watch local and production runs → add channels and integrations with the eve CLI → deploy to Vercel.
No API keys. evepad signs in with your Vercel account and uses each project's own credentials.
Nothing else to install — evepad drives these for you, falling back to npx
when they aren't on your PATH:
Sign in from the app's first-run screen.
npx evepad
Opens http://localhost:4680. The package ships prebuilt — the first run downloads the Build editor once (~44MB), and every run after that starts in under a second.
npm i -g evepad to keep it installedevepad --port 4681 to run it on a different portnpm install
npm run dev # http://localhost:5173
npm run pack # build the publishable package into dist/
Contributions welcome — see CONTRIBUTING.md.
/) — every agent as a card, with live status./runs) — runs, tokens and cost at a glance, then the full
run table and streaming run detail./build) — chat with a coding agent scoped to your checkout,
beside a live graph of tools, schedules, channels and connections. Type /
for commands; bash calls ask for approval in-chat.eve dev terminal.evepad is a community project — not affiliated with, endorsed by, or sponsored by Vercel. "eve" and "Vercel" are trademarks of Vercel, Inc.
The pixel-grid loader (and the app icon derived from it) follows the Loading State component from beautifului.dev.
235 commits
TypeScript
81.2%
CSS
16.6%
JavaScript
2.1%
The missing IDE to build and ship eve agents.
A local dashboard and build harness for eve agents. One place for the whole loop: create an agent → generate and edit its tools by chat (OpenCode via AI Gateway) → watch local and production runs → add channels and integrations with the eve CLI → deploy to Vercel.
No API keys. evepad signs in with your Vercel account and uses each project's own credentials.
Nothing else to install — evepad drives these for you, falling back to npx
when they aren't on your PATH:
Sign in from the app's first-run screen.
npx evepad
Opens http://localhost:4680. The package ships prebuilt — the first run downloads the Build editor once (~44MB), and every run after that starts in under a second.
npm i -g evepad to keep it installedevepad --port 4681 to run it on a different portnpm install
npm run dev # http://localhost:5173
npm run pack # build the publishable package into dist/
Contributions welcome — see CONTRIBUTING.md.
/) — every agent as a card, with live status./runs) — runs, tokens and cost at a glance, then the full
run table and streaming run detail./build) — chat with a coding agent scoped to your checkout,
beside a live graph of tools, schedules, channels and connections. Type /
for commands; bash calls ask for approval in-chat.eve dev terminal.evepad is a community project — not affiliated with, endorsed by, or sponsored by Vercel. "eve" and "Vercel" are trademarks of Vercel, Inc.
The pixel-grid loader (and the app icon derived from it) follows the Loading State component from beautifului.dev.
235 commits
TypeScript
81.2%
CSS
16.6%
JavaScript
2.1%