ParadigmDrift is an AI-powered lateral thinking tool designed to break creative ruts. Instead of providing direct answers, it uses advanced AI to draw analogies from completely unrelated fields—like Mycology, Orbital Mechanics, or 19th-century Architecture—to force a fresh perspective on your most stubborn challenges.
- Analogical Reasoning: Uses AI to generate high-concept metaphors for your specific problems.
- Atmospheric UI: A minimalist, dark-mode experience designed for deep focus.
- Domain Randomization: Pulls from hundreds of distinct scientific and artistic domains.
- GitHub Ready: Fully structured as a production-grade monorepo.
- Frontend: React + TypeScript + Vite + Vanilla CSS
- Backend: Node.js + Express
- AI Integration: OpenAI / Gemini / Any LLM (via Environment Variables)
- Node.js (v18+)
- npm / yarn
- An API Key for your preferred LLM (OpenAI or Google Gemini)
-
Clone the repository:
git clone https://github.com/your-username/paradigm-drift.git cd paradigm-drift -
Install dependencies:
npm install
-
Configure Environment Variables: Copy the example env file and add your keys:
cp .env.example .env
-
Start the Development Server:
npm run dev
ParadigmDrift/
├── backend/ # Express server & AI Logic
├── frontend/ # React + Vite application
├── .gitignore # Comprehensive ignore rules
├── README.md # You are here
└── package.json # Monorepo management
We welcome unique perspectives! Feel free to open an issue or submit a pull request.
MIT © 2026 ParadigmDrift Team