DAGGER transforms linear chat into navigable knowledge topology through sophisticated conversation branching with drag-to-merge capabilities. It solves the fundamental constraint of conversational AI: context bandwidth limitations.
Step 1: Open your terminal/command prompt
Step 2: Navigate to the DAGGER directory and install dependencies:
cd /path/to/dagger
npm install
cp .env.example .env
# Add your Claude API key to .env
Step 3: Start BOTH servers (in separate terminals):
# Terminal 1: Proxy server
npm run dev:proxy
# Terminal 2: React app
npm run dev
For complete setup instructions and technical details, see README.md and CLAUDE.md in this directory.
DAGGER is not a simple webpage - it's distributed cognition architecture for knowledge cartography. 🗡️