microsite is a very simple way to generate a website using Cloudflare Workers and KV.
/raycast is a Raycast extension that you can use to edit the site directly.
- git clone
npm install- set a secret:
wrangler secret put secret npm run deploy
GET / returns the content
POST / accepts a text body and updates the content - it requires a secret set as X-Api-Key header value
You can work with your microsite directly from Raycast. Install the extension and then set your deploy URL and secret. Now run the "Update Microsite" action.