Features Overview#
Let's dive into what makes Dokly special! We've packed a ton of features into an easy-to-use platform.
Core Features#
WYSIWYG Editor#
Our rich text editor is the heart of Dokly. It combines the simplicity of a word processor with the power of MDX.
- Intuitive interface – Write naturally without thinking about markup
- Slash commands – Type
/for quick access to components - Real-time preview – See your changes instantly
- MDX support – Use React components in your content
The editor supports both visual editing and direct MDX editing. Switch between modes anytime!
Beautiful Syntax Highlighting#
Code looks amazing in Dokly thanks to Shiki-powered syntax highlighting:
const dokly = {
awesome: true,
syntaxHighlighting: 'beautiful',
languages: ['javascript', 'python', 'go', 'rust', 'and many more!']
};Lightning Fast Performance#
Your documentation sites load instantly thanks to:
- Static generation with incremental regeneration
- Edge deployment on Vercel's global network
- Optimized assets and lazy loading
- Instant search with fuzzy matching
Organization Features#
Hierarchical Page Structure#
Organize your content exactly how you want:
- Nested pages – Create logical hierarchies
- Drag and drop reordering
- Automatic navigation generation
- Breadcrumb navigation
Instant Search#
Your readers can find what they need fast:
- Fuzzy search finds content even with typos
- Instant results as you type
- Content preview in search results
- Keyboard shortcuts for power users
Customization Features#
Brand Your Site#
Make your documentation uniquely yours:
- Custom logo upload
- Brand colors and themes
- Custom favicon
- Dark/light mode support
Pro users can remove Dokly branding entirely for a completely white-label experience.
Multi-tenant Architecture#
Each project gets its own space:
- Custom subdomains (yourproject.dokly.co)
- Isolated content and settings
- Individual analytics (Pro plan)
- Custom domains (Pro plan)
Collaboration Features#
Team-Friendly#
- Multiple editors can work on the same project
- Real-time collaboration (coming soon)
- Role-based permissions (Enterprise)
- Change history and version control (coming soon)
Advanced Features#
Analytics (Pro Plan)#
Understand how your documentation is being used:
- Page view tracking
- Popular content insights
- Search analytics
- User behavior patterns
API Access (Scale Plan)#
- Content API for programmatic updates
- Webhook integrations
- Bulk operations
- CI/CD integration
Mobile Experience#
Your documentation looks great everywhere:
- Responsive design adapts to any screen
- Touch-optimized navigation
- Fast mobile performance
- Offline reading (coming soon)