I wanted to introduce Private Data Pod — a hosted Solid pod service I’ve been building and just launched.
What it is
A managed pod hosting service running on Community Solid Server. The goal is to lower the barrier for non-technical users to get a Solid pod without having to self-host — free to start, no credit card required.
Free tier · Pro tier
Free — 1 GB pod, full Solid protocol support, connect any compatible app
Pro — 10 GB + daily backups, $9.99/month
Pod privacy
One thing I spent time on: pods are private by default. The root ACL is set to owner-only at creation, with a separate explicit public ACL on the profile/card so WebID resolution works correctly for Solid authentication. Happy to discuss the ACL setup if anyone has thoughts on better patterns here.
Apps running on it
I’ve also built two Solid apps that use pods for storage:
Thanks for trying it out and the feedback. The apps are not open source at this time but that could change in the near future. I’ve added a “Get Support” link to the app, you can also email support@privatedatapod.com
Hi, I’ve sent you an email with some security concerns.
In general: when hosting CommunitySolidServer (or NSS) always use the Content-Security-Policy: sandbox header and if possible do not serve files with the html or svg content types. Allowing arbitrary html files makes it easily exploitable.