ekphos-docs

August 29, 2026 ยท View on GitHub

Website for ekphos, a lightweight, fast, terminal-based markdown research tool built with Rust.

The landing page is served at / and the documentation at /docs.

Development

npm install
npm run dev

Contributing

  1. Fork the repo
  2. Create a branch (git checkout -b fix/typo)
  3. Edit docs in content/docs/*.mdx
  4. Test locally with npm run dev
  5. Submit a PR

Docs use MDX with Fumadocs components.

Built with