Early Frontier is an open-source library of AI agent use cases, workflows, and operator playbooks. The goal is to publish practical, testable guides with clear steps, inputs, and expected outputs so teams can apply agent tooling safely.
Repository: https://github.com/DumplingAI/earlyfrontier
- apps/web - Next.js site for the public library
- packages/api - Shared API layer / business logic
- specs - Planning and reference materials
Install dependencies:
bun installRun the dev server:
bun run devOpen http://localhost:3001 in your browser.
We welcome contributions that add clarity, real examples, or updated tooling guidance.
Good ways to help:
- Add or improve a workflow with steps, inputs, and expected outputs
- Update guides when tools or behavior change
- Share concrete examples, templates, or screenshots
If you’re not sure where to start, open an issue with the change you’d like to make and the page it affects.
See CONTRIBUTING.md for detailed guidelines.
bun run dev- Start all applications in development modebun run build- Build all applicationsbun run check-types- Check TypeScript types across all apps