Skip to content

RubricLab/create-rubric-app

Repository files navigation

Create Rubric App

The easiest way to start a full-stack AI project.

NPM Version

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:

Screenshot of smart to-do demo app

Quickstart

To get started, run the following command:

Interactive

bun x create-rubric-app

Non-interactive

bun x create-rubric-app@latest -n my-app -t agent -k OPENAI_API_KEY -y -b

Contributing

Pull requests 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, 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, come join.