Skip to content

murabcd/oracle

Repository files navigation

Open Source Visual Thinking Playground Built with Next.js and AI SDK.

Open Source Visual Thinking Playground Built with Next.js and AI SDK.

Features · Model providers · Deploy your own · Running locally


Features

  • Canvas-first workspace for product thinking
    • Collect notes, links, screenshots, and references in one visible place
    • Connect evidence to insights, decisions, and artifacts instead of losing context in chat
  • Product synthesis and artifact creation
    • Turn messy inputs into summaries, briefs, interfaces, diagrams, and other product outputs
    • Branch ideas visually and keep intermediate reasoning on the canvas
  • Next.js App Router
    • Advanced routing for seamless navigation and performance
    • React Server Components (RSCs) for server-side rendering and performance improvements
  • AI SDK
    • Unified API for generating text, structured objects, and tool calls with LLMs
    • Hooks for building dynamic chat and generative user interfaces
  • Shadcn/ui

Model providers

This app ships with OpenAI provider as the default. However, with the AI SDK, you can switch LLM providers to Ollama, Anthropic, Cohere, and many more with just a few lines of code.

Deploy your own

You can deploy your own version of the Oracle to Vercel with one click:

Deploy with Vercel

Running locally

You will need to use the environment variables defined in .env.example to run oracle. It's recommended you use Vercel Environment Variables for this, but a .env file is all that is necessary.

Note: You should not commit your .env file or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.

  1. Run Vercel via Bun: bunx vercel link
  2. Download your environment variables: bunx vercel env pull
bun install
bun dev

Your app should now be running on localhost:3000.

About

Open Source Visual Thinking Playground Built with Next.js and AI SDK

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors