Not available yet. US East (New Jersey) is a region we are planning, not one you can deploy to. Hostim runs one live region today, in Falkenstein, Germany.
Rails on Hostim runs the way it runs on your machine: a Puma container, a managed PostgreSQL, Sidekiq or Solid Queue as a second app sharing the same image, and a volume for Active Storage. Today it runs in Germany. A US East region in New Jersey is in planning and not yet built. If you would move a Rails app there, join the waitlist.
Heroku is where most US Rails apps grew up, and the reason teams leave is almost never technical — it is the invoice. The problem with leaving is that the alternatives ask you to become an infrastructure team. Kamal is good and still means you own the servers. Fly is closer to the Heroku shape but bills in a way that surprises people at scale. Hostim keeps the parts of the Heroku model that were actually good: a release command that runs rails db:migrate, a worker process defined separately from the web process, a managed database you do not patch. It drops the part that was not: the price of a dyno. All of that is live in our German region. What a US Rails team needs before any of it is relevant is a server on their side of the ocean, and that is what we are trying to size.
Expected latency, US privacy law, and what we will not claim
Expected latency. The expected site is Secaucus, New Jersey; the exact facility is not fixed and any northern New Jersey site gives similar figures. The figures below are typical round-trip times for that metro — they are estimates for the location, not measurements from Hostim hardware, because there is none there yet.
City
Expected RTT to US East
New York
~2 ms
Washington DC
~6 ms
Boston
~8 ms
Chicago
~20 ms
Atlanta
~20 ms
Dallas
~35 ms
Denver
~45 ms
Seattle
~65 ms
San Francisco
~70 ms
Privacy law. CCPA and CPRA in California, plus state acts in Virginia, Colorado, Connecticut, Utah and a growing list of others. There is no single federal privacy law, so the obligations follow your users, not your servers.
Who enforces it. the California Privacy Protection Agency (CPPA) and state attorneys general — there is no federal data protection authority.
Data residency — read this before you plan a migration. A US East region means your app, your database and your volumes run on hardware in New Jersey. It does not make Hostim a US company: HOSTIM.DEV UG is German, and that is a real consideration if you have a customer contract that restricts foreign processors. Ask us before you assume either way.
Market context. US teams rarely pick a host for data residency. They pick it for price, for not being on-call for a Kubernetes cluster, and for latency to users on the East Coast. The pitch that works in Frankfurt does not work in Brooklyn — what works is a flat bill and a container that stays running.
What you are probably comparing us against: Heroku, Render, Railway, Fly.io, DigitalOcean App Platform, AWS App Runner.
How Hostim runs Ruby on Rails
Rails hosting today usually means a Puma server behind a reverse proxy, with PostgreSQL and a volume for Active Storage uploads. The Heroku stack model works fine — but the price does not, especially after the Heroku EU sunset moves teams to dedicated dynos.
Deploy model
Run rails db:migrate as a release command on each deploy. Hostim builds your Rails Docker image, attaches managed PostgreSQL, and mounts a volume for Active Storage. Background jobs (Sidekiq, GoodJob) run as a second app in the same project.
Common pitfalls
Active Storage with local disk silently breaks when the container restarts. The fix on Hostim is a persistent volume mounted at storage/, or you can configure S3-compatible object storage.
Not to US East — it does not exist yet. You can move to our German region today if your users are in Europe. For a US user base, join the waitlist; it is the input we are using to decide whether to build New Jersey.
How do background jobs work?▾
A worker is a second app in the same project, built from the same image with a different start command. Sidekiq, GoodJob and Solid Queue all work. Redis is available as a managed service. This is unchanged by region.
What about Active Storage?▾
Mount a persistent volume at storage/ and local disk storage works across deploys, or point Active Storage at any S3-compatible bucket. The local-disk default silently breaks on ephemeral containers, which is worth knowing on any platform.
When would US East launch?▾
There is no date yet, because the decision has not been made. We review the waitlist eight weeks after this page goes live. If the demand is there, we set a date then and email everyone on the list. If it is not, we say so on the region page instead of leaving the promise up.
Will my Heroku Postgres data import cleanly?▾
Yes — it is a standard pg_dump and restore into a managed PostgreSQL instance. There is nothing Hostim-specific about the database format. We can help with the cutover if the database is large.
We are deciding how much capacity to build. Add your name and what you would run — that is the whole input. You can also deploy to our live German region today if that works for you.