Skip to content

iamshanvy/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

npx create-rubric-app

Non-interactive

npx create-rubric-app@latest -n my-app -k OPENAI_API_KEY -y --bun --ai

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.

About

CLI tool to get started with a full-stack AI project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 69.9%
  • JavaScript 26.6%
  • CSS 3.5%