DULLO.IO — The ultimate documentation and website framework designed for developers, teams, and creators who want speed, clarity, and style in their docs.
Creating documentation or a project website shouldn’t be complicated. DULLO.IO gives you:
- Lightning-fast setup — get a fully functional site running in minutes.
- Modular architecture — easily organize content, layouts, and assets.
- Clean, modern design — your docs will look professional without extra effort.
- Extensibility — add themes, templates, or custom scripts as your project grows.
- Open-source friendly — perfect for personal projects, startups, and large-scale teams.
Think of DULLO.IO as your “docs engine”: simple to run, easy to maintain, and powerful enough to grow with your project.
DULLO.IO — A modern, fast, and modular documentation & website generator for your projects.
DULLO.IO is a static-site framework designed to create beautiful, scalable, and maintainable documentation websites.
It’s perfect for project docs, landing pages, or knowledge bases. Built with Berry, HTML, SCSS, and JavaScript, dullo.io combines flexibility with simplicity.
Key Features:
- Modular layouts & themes
- Multilingual support
- Easy deployment (Netlify-ready)
- Clean content structure for large projects
- Extensible via static-site generator templates
Check out the live site here: https://web4application.github.io/dullo.io/
Follow these steps to run the project locally:
- Node.js (>=16)
- npm or yarn
- Make (optional, if using Makefile)
# Clone the repo
git clone https://github.com/Web4application/dullo.io.git
cd dullo.io
# Install dependencies
npm install
# or
yarn install
dullo.io/
├─ assets/ # Images, icons, fonts
├─ content/ # Markdown or content files
├─ layouts/ # Templates & page layouts
├─ static/ # Static assets served as-is
├─ scripts/ # Build scripts
├─ package.json # Node.js dependencies
├─ Makefile # Optional build shortcuts
└─ config.yaml # Site configuration