The GPT wrapper for your AI
  • TypeScript 98.6%
  • Dockerfile 0.8%
  • CSS 0.6%
Find a file
2025-07-15 12:15:57 +09:00
.github/workflows feat: Disable autorun for Actions 2025-06-19 07:21:59 +09:00
.idea init 2025-06-08 17:09:14 +09:00
.vscode feat: ultracite 2025-07-11 09:25:12 +09:00
prisma fix: Missing Prisma binary target 2025-06-19 16:19:11 +09:00
public/icons [ImgBot] Optimize images 2025-06-19 07:28:06 +00:00
src Update models.json 2025-07-15 12:15:57 +09:00
.gitignore feat: MVP 2025-06-09 00:29:46 +09:00
biome.json feat: ultracite 2025-07-11 09:25:12 +09:00
bun.lock feat: ultracite 2025-07-11 09:25:12 +09:00
components.json feat: ultracite 2025-07-11 09:25:12 +09:00
compose.yml fix: Apply migrations on app startup and remove selfhosted object storage 2025-06-19 07:08:10 +09:00
Dockerfile fix: some issues with the Dockerfile 2025-06-19 07:25:11 +09:00
LICENSE feat: nearly forgot the license 2025-06-19 03:45:33 +09:00
next.config.ts feat: ultracite 2025-07-11 09:25:12 +09:00
package.json feat: ultracite 2025-07-11 09:25:12 +09:00
postcss.config.mjs feat: ultracite 2025-07-11 09:25:12 +09:00
README.md feat: README 2025-06-19 03:55:43 +09:00
renovate.json Add renovate.json 2025-07-11 00:26:15 +00:00
tsconfig.json feat: ultracite 2025-07-11 09:25:12 +09:00

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!