mirror of
https://github.com/mikndotdev/chat.git
synced 2026-08-18 02:47:40 +00:00
The GPT wrapper for your AI
- TypeScript 98.6%
- Dockerfile 0.8%
- CSS 0.6%
| .github/workflows | ||
| .idea | ||
| .vscode | ||
| prisma | ||
| public/icons | ||
| src | ||
| .gitignore | ||
| biome.json | ||
| bun.lock | ||
| components.json | ||
| compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| next.config.ts | ||
| package.json | ||
| postcss.config.mjs | ||
| README.md | ||
| renovate.json | ||
| tsconfig.json | ||
MD Chat
The GPT Weapper for your AI
- Chat with a variety of AI models
- Supports model providers, OpenRouter and even local models!
- Share chats with others
- Generate images
- Attach files to your chats for models that support it
- Integrate with your own infrastructure with Ollama
- Fully open-source and does not require third-party services
- Easily self-hostable with Docker
Tech Stack
- Next.js 15 with daisyUI
- Prisma with PostgreSQL
- Logto
- Vercel AI SDK
Installation
docker pull ghcr.io/mikndotdev/chat:latest
Read the selfhosting documentation for more info!
Try it Out
A hosted version of this app is available at chat.mikn.dev.
Open Source
MD Chat is open source and available under the MIT License.
Feel free to contribute and add features or report bugs!