In the modern web ecosystem, it is easy to be suspicious of a product that is completely free, does not show ads, and does not require a registration form. Users often ask: "What's the catch? Are you selling my data? When will you charge me?"
We want to answer these questions directly.
Zero Server Costs
Traditional SaaS (Software as a Service) platforms cost a lot to run. They require application servers, database instances, sync engines, and firewalls.
Chore.md is built with a local-first design pattern. It is compiled to static HTML, JS, and CSS files. The entire application executes inside your browser tab:
- Your files are stored on your local disk or inside browser cache (IndexedDB).
- Your GitHub synchronization is run directly through browser fetch queries to GitHub API endpoints.
- Your AI features are processed locally using your browser's on-device Gemini Nano model.
Because we don't host your files, save databases, or run cloud AI processors, our hosting bill is virtually zero. We host the static assets on global edge CDNs, which are incredibly cheap.
Free to Use
Chore.md is provided completely free of charge. You can use it in your web browser for any personal or professional writing project. We built this tool for the developer community because we wanted a clean, fast markdown editor ourselves, and we are committed to keeping it accessible to everyone.