Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion blueprints/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A growing library of guides for running, designing, and deploying all kinds of a

Guides for the structure your app on Fly.io. Layouts, tradeoffs, moving parts.

- [Deploy OpenClaw on Fly.io](/docs/blueprints/deploy-openclaw/) NEW!!
- [Deploy OpenClaw on Fly.io](/docs/blueprints/deploy-openclaw/)
- [Run Hermes Agent on Fly.io](/docs/blueprints/hermes-agent-on-fly-io/) NEW!!
- [Deploying Remote MCP Servers](/docs/blueprints/remote-mcp-servers/)
- [Resilient apps use multiple Machines](/docs/blueprints/resilient-apps-multiple-machines/)
Expand Down
4 changes: 4 additions & 0 deletions blueprints/private-applications-flycast.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ categories:
date: 2026-05-19
---

<figure>
<img src="/static/images/campfire_apps.png" alt="Illustration by Annie Ruygt of some apps sitting around a campfire" class="w-full max-w-lg mx-auto">
</figure>

## Overview

A lot of the time your applications are made to be public and shared with the world. Sometimes you need to be more careful. When you deploy your apps on Fly.io, you get a private network for your organization. This lets your applications in other continents contact each other like they were in the same room.
Expand Down
Loading