The notification platform that turns complex multi-channel delivery into a single  component. Built for developers, designed for growth, powered by open source.
  
    
    Visit our main GitHub Repository »
    
  
Prerequisites: Node.js 20+ and pnpm
# Clone and setup
git clone https://github.com/YOUR_USERNAME/docs.git
cd docs
pnpm install
pnpm devOpen http://localhost:3010 to view locally.
Scripts:
pnpm dev- Development serverpnpm build- Production buildpnpm lint- Lint code
- 
Make Changes
git checkout -b feature/your-fix # Edit files pnpm dev # Test locally git commit -m "docs: your changes" git push origin feature/your-fix
 - 
Create Pull Request
- Go to GitHub repo
 - Click "New Pull Request"
 - Use descriptive title with 
docs:,fix:, orfeat:prefix - Include screenshots for visual changes
 
 
Guidelines:
- 
Write clear, concise documentation
 - 
Test code examples before submitting
 - 
Follow existing file structure
 - 
Is something missing in docs? create a new github issue
Need Help? conatct us at [email protected] or join Discord.
 
Thank you for contributing! 🙏