arihanv / create-rubric-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Rubric App

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

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.

License:Other


Languages

Language:TypeScript 70.0%Language:JavaScript 26.5%Language:CSS 3.5%