PocketHost is an open-source, multitenant hosting platform designed for deploying and managing PocketBase backends. Licensed under the MIT license, PocketHost was created by benallfree and is maintained by a community of contributors. Ben built PocketHost to simplify hosting for his personal and client projects, eliminating the need to set up hosting from scratch every time.
The goal of PocketHost is to provide a Firebase/Supabase-like experience where users can instantly provision new PocketBase instances.
In addition to hosting, PocketHost supports services like backup, restore, SFTP access, static file hosting, and Node.js cloud workers. It aims to deliver a turnkey solution for quickly deploying small and medium-sized PocketBase projects with minimal setup.
pockethost.io is the official hosting service powered by the open-source PocketHost project, also maintained by benallfree.
PocketHost was created to serve the PocketBase community, combining the sovereignty benefits of self-hosting with the convenience of managed hosting.
Development priorities are driven by personal and community needs, and contributions from everyone are encouraged.
PocketHost has a 10-year endowment to offer free hosting for hobby and low- to mid-volume projects. We are also experimenting with a paid tier for power users. Future revenue streams may include professional services, enterprise setups, customization, and priority support.
Rest assured, you can always export your instance data and self-host if needed.
pockethost.io and PocketHost are highly stable, with over 99.9% uptime. Any outages are documented in the system health megathread.
Data is backed up daily by us. You can also back up your data anytime using SFTP.
Yes, your data on pockethost.io is as secure as it would be on your own server—potentially more so, given that our infrastructure is rigorously tested. Access to the pockethost.io infrastructure is secured via SSH with RSA-2048 encryption.
While the data volume is not encrypted at the OS level (see #143 for details), the VPS itself is encrypted by Digital Ocean. You can always back up and download your data via SFTP using your pockethost.io credentials.
Yes, data import is possible via SFTP.
You can use the SFTP feature to download and transfer all your data.
PocketHost offers a free tier that is free forever, along with experimental paid tiers for power users.
The free tier includes:
your-instance.pockethost.io
In practice, 99.9% of projects stay within our fair use guidelines. If your project exceeds the limits, we will work with you to transition to a more suitable plan.
We offer a paid plan that includes:
Yes! You can provision as many PocketBase instances as you need. The free tier allows up to 25 projects, while the paid plan allows for 250 projects.
Currently, you need to configure your own outgoing email service (SES recommended). We are tracking future plans for built-in SMTP support #24 and discussing options #154.
You can set up S3 storage just like with a standalone PocketBase instance, though it’s often unnecessary, as our infrastructure already handles static asset hosting efficiently.
We support all versions of PocketBase. New versions are picked up automatically, and your instance will be upgraded with patch releases. However, upgrades across major versions are locked by default. Contact us if you wish to perform a major upgrade.
Custom backend code is supported via pb_hooks
. Support for custom PocketBase binaries and custom Node.js backends is in development.