If you find AkiraDocs useful, please consider giving it a star! βοΈ
Your support helps us continue improving the platform.
AkiraDocs is a modern documentation platform that combines the power of AI with a Notion-like editing experience. Create, translate, and optimize your documentation automatically while maintaining complete control over the content. Perfect for teams who want to focus on their ideas rather than the complexities of documentation management.
AkiraDocs implements a fully client-side RAG (Retrieval Augmented Generation) system that enables unlimited AI chat interactions without any API costs or rate limits.
- Offline Indexing: Documentation is processed and embedded during build time using GTE-small model
- Browser-Based Components:
- SQLite database (stored in browser) for vector search
- Local embedding model for query processing
- Local LLaMA model for response generation
- All processing happens directly in the user's browser
- β¨ No API Costs: Everything runs locally in the browser
- π Unlimited Chats: No rate limits or usage restrictions
- π Privacy-First: No data leaves the user's device
- β‘ Low Latency: Direct local processing after initial model load
- Embedding:
sauravpanda/gte-small-onnx
- LLM:
Llama-3.2-1B-Instruct
- Storage:
sql.js-httpvfs
for SQLite in browser
Get started in seconds:
Or via CLI:
npx create-akiradocs <optional folder name>
- Developers: API docs, SDK guides, implementation examples
- Product Teams: User guides, release notes, tutorials
- Enterprises: Internal wikis, process documentation, knowledge bases
Intuitive block-based interface with real-time preview
Automatically enhance your content with AI
Translate your content to multiple languages with AI
Automatically optimize your documentation for search engines with AI-driven SEO
- Improve discoverability and reach without manual SEO adjustments
- AI recommendations for keywords and metadata
- Keep your existing Markdown/Git workflow
- Full Markdown/MDX support
- Easy custom component development
- SEO optimization out of the box
- Modern block-based WYSIWYG editor
- Real-time previews
- Rich media support
- Reusable content blocks
Built-in AI-powered translation. Just add API keys:
{
"translation": {
"auto_translate": true,
"provider": "anthropic",
"targetLanguages": ["es", "fr", "de"]
}
}
- AI-Powered Documentation Generation
- Automatically generate comprehensive documentation from your codebase
- AI-assisted content updates to keep your docs current with minimal effort
- Intelligent suggestions for content improvements and expansions
Import your existing docs:
npx akiradocs-migrate import --from=source --to=mydocs
# Supports: GitBook, Docusaurus, ReadTheDocs, Confluence, Notion
- Live Demo
- Documentation
- Discord Community
- GitHub Discussions
- Join Waitlist for early access
- Open Source (MIT License)
- Commercial License available for enterprise features
Get Started β’ Live Demo β’ Enterprise Trial (Coming Q1 2025)