Open Source - MIT
Capture Knowledge.
Share with Others.
Create beautiful documentation sites powered by Markdown files. Editable pages. No database required.
1600+ Users
2800+ Stars
100% Open Source

Why Choose Raneto?
Everything you need to create and manage documentation
Lightning Fast
No database queries. Just pure static files served at blazing speeds.
Markdown Powered
Write documentation in Markdown. Version control with Git. Simple as that.
Developer Friendly
Built with Node.js. Customize with JavaScript. Deploy anywhere.
Full-Text Search
Powerful search powered by Lunr.js. Find anything instantly.
Built-In Editor
Create and edit documents right within the Raneto Web UI.
Custom Themes
Create a design aligned with your project's brand.
Built for Modern Teams
Whether you're documenting APIs, creating internal wikis, or building product guides, Raneto adapts to your workflow.
- Markdown support
- Document creation & editing
- Syntax highlighting with Highlight.js
- Bootstrap Theme (customizable!)
- Easy templating with Mustache
bash install.sh
# Clone repository
git clone https://github.com/ryanlelek/Raneto.git
cd Raneto
# Install dependencies
npm install
# Copy your content (or use the editor)
rm -r ./content/pages/*
cp my-content/*md ./content/pages/
# Start the server
npm start
# Open http://localhost:8080Docker docker-compose.yml
---
services:
raneto:
image: raneto/raneto:0.18.1
ports:
- "8080:8080"
volumes:
- ./config:/opt/raneto/config
- ./content:/opt/raneto/content
environment:
- NODE_ENV=production
restart: unless-stoppedjavascript config.js
// Raneto Configuration (Coming Soon)
Ready to Get Started?
Join thousands of developers using Raneto for their documentation