https://github.com/rubriclab/create-rubric-app
CLI tool to get started with a full-stack AI project.
https://github.com/rubriclab/create-rubric-app
ai cli
Last synced: 10 months ago
JSON representation
CLI tool to get started with a full-stack AI project.
- Host: GitHub
- URL: https://github.com/rubriclab/create-rubric-app
- Owner: RubricLab
- License: other
- Created: 2023-10-24T17:11:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T12:56:55.000Z (11 months ago)
- Last Synced: 2025-05-11T19:01:52.023Z (10 months ago)
- Topics: ai, cli
- Language: TypeScript
- Homepage: https://todo.rubric.sh
- Size: 903 KB
- Stars: 147
- Watchers: 2
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Create Rubric App
The easiest way to start a full-stack AI project.
[](https://www.npmjs.com/package/create-rubric-app)
This CLI stands up an AI Agent along with a UI and API to interface with it.
- Drop-in your own tools
- Full-stack type safety
- Ready to deploy
Check out the demo at [todo.rubriclabs.com](https://todo.rubriclabs.com):

## Quickstart
To get started, run the following command:
### Interactive
```sh
bun x create-rubric-app
```
### Non-interactive
```sh
bun x create-rubric-app@latest -n my-app -t agent -k OPENAI_API_KEY -y -b
```
## Contributing
[Pull requests](https://github.com/RubricLab/create-rubric-app/pulls) are part of what make the open-source community so vibrant and welcoming. We encourage you to join in, even if this is your first contribution!
To get started, browse open [issues](https://github.com/RubricLab/create-rubric-app/issues), fork the repo, then give it your best shot and open a PR! To modify the CLI itself, run `bun i` then `node index.mjs` in the root folder.
You can often find us hacking on [Gather](https://island.rubriclabs.com), come join.