create-firststep-app
v0.1.0
Published
Scaffold a FirstStep protocol handler in seconds
Maintainers
Readme
create-firststep-app
Scaffold a FirstStep protocol handler in seconds.
Usage
npx create-firststep-appPrompts for project name and API token, then generates a working handler with:
- Echo bot with streaming and form examples
- Tunnel via untun (auto-exposes localhost on
npm run dev) - TypeScript, tsx for dev/start
After scaffolding
cd my-handler
npm run devLLM Reference
See llms.txt for full SDK API specification.
