Quick start
This is the shortest path to a working microfeed site. A local coding agent runs the setup commands, explains each choice, and verifies the result. You remain in control of Cloudflare sign-in and your private dashboard password.
Before you begin
Section titled “Before you begin”You need:
- A Cloudflare account. Cloudflare’s included usage is enough for many personal and small sites; usage above the published limits may require a paid plan.
- A computer with Git and Node.js 24 installed.
- A local coding agent such as OpenAI Codex, Claude Code, or Cursor that can run terminal commands in a folder on your computer.
- An email address for the private dashboard login.
Deploy with an agent
Section titled “Deploy with an agent”-
Open a terminal and copy microfeed to your computer:
Terminal window git clone https://github.com/microfeed/microfeed.gitcd microfeed -
Open the new
microfeedfolder in your coding agent. The agent must run on your computer so Cloudflare can hand browser authorization back to it. -
Ask the agent:
Terminal window Deploy microfeed to Cloudflare. -
Stay nearby while the agent works. Cloudflare opens a browser page for you to sign in, and the agent may ask you to select an account or approve an important choice. Never paste a Cloudflare token or dashboard password into the conversation.
-
When deployment finishes, open the private one-time setup page and choose your dashboard password. Then open the public site and publish a test item. Use the dashboard yourself, or follow the post-deployment checklist to enable the official
@microfeed/clifor a coding agent.
The result is a microfeed site in your Cloudflare account with a public website, RSS feed, JSON Feed, and private Admin dashboard.
Confirm the installation
Section titled “Confirm the installation”Ask the agent to run yarn manage status. The report should confirm the hosted
application, dashboard protection, content database, and media storage. If
setup stopped partway through, ask the agent to continue the same microfeed
deployment; the installer is designed to resume safely.
For screenshots, browser handoffs, and recovery steps, continue to Deploy with an AI coding agent.
Prefer to use the terminal yourself?
Section titled “Prefer to use the terminal yourself?”Follow Deploy manually to run the same guided yarn manage
workflow without an agent. If Worker, D1, or R2 are unfamiliar terms, read
How microfeed works before installing.

