Requires a Cloudflare token in Settings to register a real Cron Trigger. Without it, the job is saved and runs via βRun nowβ.
mini-potato is a small, self-contained web app that turns a plain chat into a working coding + research agent. You bring your own model key; nothing about your key is stored on a server β it travels per request only.
How it's built. A lightweight backend runs on Cloudflare's free tier (Workers + Pages). It talks to your chosen model, streams the answer, and exposes a small set of tools to the agent: a file system, web access, skill loading, project export, and one-click static hosting to Cloudflare Pages β no build step required for static projects.
Why free tier. The whole thing is designed to live inside Cloudflare's free allocation: request-based compute, no always-on servers, no paid databases. State stays in your browser (localStorage) and inside your own model account β the backend itself holds nothing.
Secure by design. Every request is locked to an allow-listed origin and signed with an embed token, so the backend only answers from places you've authorised. Your key is sent by you, used in the moment, and never written to disk.
Private. Your chats, files, and keys stay between you, your browser, and your model provider. There is no third-party analytics or tracking in this app.