Skip to Content

Introduction


Guide Documents ยท Playground (Agent)ย  ยท Github Repositoryย 

An AI-powered no-code agent that builds backend applications, enhanced by compiler feedback.

@autobe is a no-code AI agent that analyzes user requirements and automatically generates backend applications using the stack below, following a waterfall development model. Since @autobe-generated code is validated by review agents and OpenAPI/TypeScript/Prisma compilers, it delivers 100% working code.

  • TypeScript
  • NestJS
  • Prisma (Postgres / SQLite)

Playground


https://stackblitz.com/github/wrtnlabs/autobe-playground-stackblitzย 

Experience the @autobe agent through our interactive playground above.

To see examples of backend applications generated by @autobe, explore these interactive demos. These showcase @autobeโ€™s ability to generate production-ready backend code with proper structure, API documentation, TypeScript interfaces, and e2e test functions.

  1. Discussion Board: https://github.com/wrtnlabs/autobe-example-bbsย 
  2. To Do List: https://github.com/wrtnlabs/autobe-example-todoย 
  3. Reddit Community: https://github.com/wrtnlabs/autobe-example-redditย 
  4. E-Commerce: https://github.com/wrtnlabs/autobe-example-shoppingย 

If youโ€™re unsure what to try, start with the BBS example script below.

  1. I want to create a political/economic discussion board. Since Iโ€™m not familiar with programming, please write a requirements analysis report as you see fit.
  2. Design the database schema.
  3. Create the API interface specification.
  4. Make the e2e test functions.
  5. Implement API functions.

By the way, when you want to run @autobe on your local machine (for using Local LLMs or when the playground website isnโ€™t working), you can set it up with the following commands:

Terminal
git clone https://github.com/wrtnlabs/autobe cd autobe pnpm install pnpm run playground

License

This project is licensed under the GNU Affero General Public License v3.0. See the LICENSEย  file for details.

For commercial use of @autobe generated backend applications, please purchase a commercial license (coming soon).

Last updated on