https://github.com/wrtnlabs/autobe-playground-stackblitz
AutoBE Playground Website using StackBlitz
https://github.com/wrtnlabs/autobe-playground-stackblitz
Last synced: 4 months ago
JSON representation
AutoBE Playground Website using StackBlitz
- Host: GitHub
- URL: https://github.com/wrtnlabs/autobe-playground-stackblitz
- Owner: wrtnlabs
- License: mit
- Created: 2025-05-19T10:50:33.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T20:05:34.000Z (4 months ago)
- Last Synced: 2025-06-23T21:24:26.990Z (4 months ago)
- Language: TypeScript
- Size: 291 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoBE Agent Playground
[https://github.com/wrtnlabs/autobe](https://github.com/wrtnlabs/autobe)
AutoBE Agent is currently being set up. Please wait a moment.
Once the setup is complete, you can create backend applications by conversing with the AutoBE agent.
All programming code generated by the AutoBE agent will be automatically saved in the `result` directory.
## Example Usage
The following are example scripts used to create a [BBS (Bulletin Board System)](https://stackblitz.com/github/wrtnlabs/autobe-example-bbs):
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.