Skip to content
This repository was archived by the owner on May 9, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MidOS Web

Landing page, documentation, and dashboard for MidOS — the curated knowledge library for AI agents.

Structure

web/     Astro + Starlight — Landing page & docs (midos.dev)
app/     Next.js 15 — Dashboard & auth (app.midos.dev)

Quick Start

Landing & Docs (web/)

cd web
npm install
npm run dev     # http://localhost:4321

Dashboard (app/)

cd app
npm install
cp .env.example .env.local   # fill in your values
npm run dev                   # http://localhost:3000

Deployment

Both apps deploy via Coolify from this repo:

App Subdomain Base Directory Port
Landing & Docs midos.dev /web 80
Dashboard app.midos.dev /app 3000

Related Repos

  • midos — MCP server distribution (Smithery, Glama, PyPI)
  • midos-core (private) — Monorepo, knowledge pipeline, tools

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT

About

MidOS Web — Landing, Docs & Dashboard

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages