Private networking
Services in a project reach each other over a private network, so your database and internal APIs never need a public port. Wire one app into another as a ready connection.
"Use in a project" injects a database or service's connection details into another project as secret environment variables — internally over the shared network, or via the published host and port when you need public reach.
Only what you choose to expose gets a public route; everything else stays private by default.
No exposed ports
Internal services stay off the public internet.
One-click wiring
Inject a DB/service connection into another project as env vars.
Private by default
Expose only the routes you explicitly publish.
Explore more
Ship it your way.
Self-hosted and free, or managed on Openship Cloud — the same workflow either way.