Our Philosophy
Where so-called 'modern' web design sells complexity, our philosophy is simplicity.
No databases, no technical requirements, no bundlers, and no security fixes. Editing your site is as simple as editing a text file. Download a template, tweak one TOML file, and host anywhere.
How It Works
Every docmatic template is built on three principles:
Zero Dependencies
Pure HTML, CSS, and minimal JavaScript. No frameworks, no build steps, no package managers. Your site will work exactly the same way ten years from now.
Simple Text Editing
All your content lives in a human-readable `data.toml`. Open it, change a few lines, save, and your site is ready.
Host Anywhere
Static files mean you can host your site on any web server, CDN, or storage service. GitHub Pages, Netlify, AWS S3, or even your own Apache server—they all work perfectly.
Customize in Seconds
Every template comes with a data.toml file. Update that
one text file to shape your site:
1. Download a template folder
2. Open data.toml in any editor
3. Adjust titles, colors, and content
4. Save the file
5. Publish anywhere
No framework, no build step—just a text file. Edit `data.toml` and your static files are ready for any host.
The Result
A website folder that looks like this:
my-website/
├── index.html
├── style.css
├── script.js
├── data.toml
└── images/
├── alpha.jpg
└── beta.jpg
Clean static files. No hidden complexity. No magic. Upload this folder to any hosting service and your site is live. GitHub Pages, Netlify, AWS S3—they all work perfectly.
Why We're Different
Traditional Approach
- Install Node.js and npm
- Run build commands
- Configure webpack/vite
- Set up databases
- Manage authentication
- Handle security updates
- Deploy to specific platforms
- Hope nothing breaks
The docmatic Way
- Download template
- Open data.toml
- Edit simple text values
- Save and you're done
- Host anywhere
- Done
Perfect For
Personal Portfolios
Showcase your work without learning React
Small Business Sites
Professional presence without monthly fees
Landing Pages
Fast-loading pages that convert
Documentation
Clean, readable technical docs