The Quests Registry contains Quests templates and example apps. The easiest way to explore the examples is in the Quests desktop app under the Discover section. You can download the Quests desktop app on Quests.dev or browse the open source code in the Quests GitHub repository.
For new projects created with Quests, the AI agent uses a flexible React and TypeScript template that is optimized for agentic use by LLMs. It is capable of creating robust fullstack applications with client and server functionality. The core framework relies on the following primary libraries:
You'll need:
Then:
# Clone the repository with submodules
git clone https://github.com/quests-org/registry.git
cd quests
# Install dependencies
pnpm install
# Start an app in development mode
cd apps/micro-chatbot
pnpm run dev
# Create a new app based on a template
pnpm create-app my-new-app --template shadcn
Quests Registry is licensed under the Apache 2.0 license. See LICENSE for more information.