Skip to content

Latest commit

Β 

History

History
73 lines (51 loc) Β· 1.62 KB

File metadata and controls

73 lines (51 loc) Β· 1.62 KB

SimpleNS Documentation

Built with Fumadocs Next.js

The official documentation website for SimpleNS - a self-hosted notification orchestration engine.

🌐 Live Site: https://simplens.in


πŸ“š Documentation Structure

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
    └── ...

πŸš€ Getting Started

Prerequisites

  • Node.js 18+
  • npm or pnpm

Installation

# Clone the repository
git clone https://github.com/SimpleNotificationSystem/simplens-docs.git
cd simplens-docs

# Install dependencies
npm install

# Start development server
npm run dev

Open http://localhost:3000 to view the documentation.

Build for Production

npm run build
npm run start

πŸ› οΈ Tech Stack

  • Framework: Next.js 16 with App Router
  • Documentation: Fumadocs
  • Styling: Tailwind CSS
  • Content: MDX with custom components

πŸ“„ License

This documentation is part of the SimpleNS project.