Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T18:11:14.000Z (7 days ago)
- Last Synced: 2024-11-07T19:24:21.143Z (7 days ago)
- Topics: ai, cli
- Language: TypeScript
- Homepage: https://todo.rubric.sh
- Size: 919 KB
- Stars: 138
- Watchers: 2
- Forks: 9
- Open Issues: 5
-
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.
[![NPM Version](https://img.shields.io/npm/v/create-rubric-app.svg)](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 deployCheck out the demo at [todo.rubriclabs.com](https://todo.rubriclabs.com):
![Screenshot of smart to-do demo app](https://github.com/RubricLab/create-rubric-app/assets/36115192/ce4e4b69-a9a8-4e1a-a056-f815a75c587a)
## 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.