Source for naust.email, built with
Fumadocs on Next.js. Serves both the homepage and the
documentation under /docs.
Naust is a self-hosted email server: sending, receiving, spam filtering, DNS, TLS, calendars, contacts, and webmail, all under one admin panel. This repo holds the website and docs content - not the product itself, see naust-mail/naust.
bun install
bun run devThe site runs at http://localhost:3000. Docs content lives under
content/docs/, written in MDX.
bun run buildOutputs a static site to out/. Hosted on Vercel,
which builds and deploys automatically on every push to main via its own
git integration - no GitHub Actions deploy step.
content/docs/- the documentation pages (MDX)app/(home)- the naust.email homepageapp/docs- the/docsroute and Fumadocs wiringpublic/- static assets
Typo fixes and clarifications are welcome via PR. For larger structural changes (new sections, navigation changes), open an issue first to discuss.
MIT - see LICENSE.