Skip to content

Deploy with an AI coding agent

Use a local coding agent that can run terminal commands and open browser pages. The agent reads microfeed’s repository instructions and operates the same guarded yarn manage CLI available to people.

Open a terminal and run:

Terminal window
git clone https://github.com/microfeed/microfeed.git
cd microfeed

Expected result: a new microfeed folder containing this repository.

Open that folder in OpenAI Codex, Claude Code, Cursor, or another local coding agent. Then paste this prompt:

Deploy microfeed to Cloudflare.

The agent should discover your Cloudflare login, ask you to choose an account if more than one is available, initialize a site, and verify the finished deployment.

Stay nearby for these steps:

  • Cloudflare opens a browser page so you can sign in and authorize Wrangler.
  • The agent asks before reusing resources or making important choices.
  • The finished deployment opens a private, one-time page where you create the dashboard password.

Never paste a Cloudflare token, dashboard password, or private password-setup link into the agent conversation.

Ask the agent to run yarn manage status. The final report should show the Worker address, dashboard protection, D1 database, and R2 state. Open the public address and confirm the site loads, then sign in to the dashboard and publish a test item.

If setup stops partway through, tell the agent to continue the same microfeed deployment. Initialization is designed to resume without recreating resources.

Next: complete the post-deployment checklist.