The official documentation website for SimpleNS - a self-hosted notification orchestration engine.
🌐 Live Site: https://simplens.vercel.app
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.