Complete documentation for Kelviq, the SaaS monetization and subscription management platform.
- Introduction to Kelviq - Overview and features
- Getting Started - Dashboard setup and first steps
- Review Process - Business verification and compliance
- Core Concepts - Key terminology and architecture
- Integration Guide - How to integrate Kelviq
- API Reference - Complete API documentation
- Products - Create and manage your digital products
- Plans & Pricing - Configure flexible pricing models
- Features - Define feature access and limits
- Digital Downloads - Deliver files after purchase
- License Keys - Manage software licensing
- Entitlements - Control feature access per customer
- Checkout - Configure and customize checkout
- Customers - Manage customer subscriptions
- Webhooks - Real-time event notifications
- Webhooks - Real-time event notifications
- Authentication - API key setup
- Error Codes - Error handling reference
- Python SDK - Backend integration
- Node.js SDK - Backend integration
- React SDK - Frontend integration
- React UI - Pre-built components
- Set up a free trial for your first plan
- Configure multi-currency pricing with regional pricing
- Deliver digital files to customers
- Generate license keys automatically
- Track feature usage per customer
- Listen to webhooks for real-time events
Having issues? Check the Troubleshooting Guide for solutions to common problems.
- Documentation - You're reading it!
- API Docs - Full API Reference
- Email Support - hi@kelviq.com
- Status Page - status.kelviq.com
To preview documentation changes locally:
npm i -g mintmint devOpen http://localhost:3000 in your browser.
Changes to the main branch are automatically deployed to production.
To preview changes before deployment:
- Create a branch
- Make changes
- Create a pull request
- Preview changes in the Mintlify dashboard
- Merge to deploy
/docs
├── getstarted/ # Getting started guides
├── quickstart/ # Quickstart and core concepts
├── product-catalog/ # Product management docs
├── checkout/ # Checkout configuration
├── customers/ # Customer management
├── api-reference/ # API docs and error codes
├── webhooks/ # Webhook documentation
├── frontend-integration/# Frontend SDKs
├── troubleshooting/ # Troubleshooting guides
└── docs.json # Navigation and config
To contribute to Kelviq docs:
- Make your changes in the appropriate directory
- Test locally with
mint dev - Create a pull request
- After approval, merge to
main - Changes deploy automatically
- Use clear, developer-friendly language
- Include code examples for API features
- Use Mintlify components for formatting
- Link to related documentation
- Keep sections concise and focused
- Can't find something? - Use the search feature (top of page)
- Having issues? - Check Troubleshooting
- Want to report a bug? - Email hi@kelviq.com
- Have suggestions? - We'd love your feedback!