mirror of
https://github.com/0xGingi/SuperKagi.git
synced 2026-09-21 11:54:14 -04:00
No description
- TypeScript 71.4%
- CSS 15.5%
- HTML 12.7%
- JavaScript 0.2%
- Dockerfile 0.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| app | ||
| components | ||
| data | ||
| lib | ||
| public | ||
| types | ||
| .biomeignore | ||
| .dockerignore | ||
| .example.env | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| docker-compose.yml | ||
| Dockerfile | ||
| knip.json | ||
| next-env.d.ts | ||
| next.config.ts | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.tsbuildinfo | ||
SuperKagi
A grok-inspired chat UI for local LLMs, OpenRouter, nano-gpt with Kagi Web Search via MCP.
- Local OpenAI-compatible LLM server (e.g., Ollama / LM Studio)
- OpenRouter
- Nano-gpt.com
- Kagi Web Search via KagiMCP so the model can search, browse, and summarize the web during a chat.
- Grok-Inspired UI
Setup via Docker Compose
- Copy the
.example.envas.envand set the variables - start the container:
docker compose up -d --build - Runs on port 3545