The official documentation website for SimpleNS - a self-hosted notification orchestration engine.
π Live Site: https://simplens.in
content/docs/
βββ core/ # Core system documentation
β βββ getting-started.mdx
β βββ self-hosting.mdx
β βββ architecture.mdx
β βββ configuration.mdx
β βββ ...
βββ plugins/ # Plugin ecosystem
β βββ index.mdx
β βββ official-plugins/
βββ sdk/ # Plugin SDK reference
βββ building-plugin.mdx
βββ ...
- Node.js 18+
- npm or pnpm
# Clone the repository
git clone https://github.com/SimpleNotificationSystem/simplens-docs.git
cd simplens-docs
# Install dependencies
npm install
# Start development server
npm run devOpen http://localhost:3000 to view the documentation.
npm run build
npm run start- Framework: Next.js 16 with App Router
- Documentation: Fumadocs
- Styling: Tailwind CSS
- Content: MDX with custom components
This documentation is part of the SimpleNS project.