Open Source Visual Thinking Playground Built with Next.js and AI SDK.
Features · Model providers · Deploy your own · Running locally
- 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
- Styling with Tailwind CSS
- Component primitives from Radix UI for accessibility and flexibility
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.
You can deploy your own version of the Oracle to Vercel with one click:
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
.envfile or it will expose secrets that will allow others to control access to your various OpenAI and authentication provider accounts.
- Run Vercel via Bun:
bunx vercel link - Download your environment variables:
bunx vercel env pull
bun install
bun devYour app should now be running on localhost:3000.