Editor

Hosting

Meno builds your site to static HTML. You choose where to host it. You can deploy it to any static hosting provider. The default project template is optimized for Cloudflare.


What You Need

  • Meno project synced with Github - connect your project via the Publish tab in Meno

  • A Cloudflare account - the free tier works fine


Cloudflare Workers Setup

  1. Push your project to GitHub. Open the Publish tab in Meno and click Sync to push your latest changes.

  2. Log in to the Cloudflare dashboard and navigate to Workers & Pages.

  3. Click Create > Workers > Connect to Git.

  4. Select your GitHub repo from the list.

  5. Click Deploy.

  6. Cloudflare assigns a .workers.dev URL - your site is live.

Every time you push to GitHub (via Meno), Cloudflare rebuilds and redeploys automatically.


Custom Domain

To use your own domain instead of .workers.dev:

  1. Go to your Workers project in the Cloudflare dashboard.

  2. Click Custom domains > Set up a custom domain.

  3. Enter your domain and follow the DNS configuration instructions.

Cloudflare automatically provisions an SSL certificate for your custom domain.


What the Template Includes

Every new Meno project includes files that work out of the box with Cloudflare Workers:

  • wrangler.toml -- pre-configured Cloudflare Workers static assets config, pointing at ./dist.

  • _headers -- auto-generated during build with Content Security Policy headers.

  • functions/ -- Cloudflare Workers Functions directory. Includes a form submission handler at functions/api/send-email.ts.

  • robots.txt and sitemap.xml -- auto-generated during build from project.config.json.


Next Steps

Building the future of digital experiences, one website at a time

© 2026 Company. All rights reserved.