eurobase.app

@eurobasebaas.bsky.social

EU-sovereign Backend-as-a-Service. Postgres, Auth, Storage, Edge Functions, Vault — hosted in France, built for GDPR. The European alternative to Firebase and Supabase. Sign up for the closed beta!

🤖 Your social media, automated with MCP. Posta's MCP server lets AI agents schedule, publish, and analyze — all via standard protocol. The future isn't manual. It's agentic. 🔌 #MCP #Automation #PostaApp

🛠️ Building in public: every feature starts with a user conversation. No boardrooms. Just builders talking to builders. Social tools are shifting toward automation. We're shipping. 🏗️ #BuildInPublic #IndieDev #PostaApp

📊 Don't post when you're ready. Post when your audience is listening. Posta's analytics show when YOUR followers are active — not generic estimates. Schedule ahead. Post when it counts. 🚀 #SocialMediaStrategy #PostaApp

20 days in one post: Postgres. Auth. Storage. Edge Functions. Vault. EU-hosted. GDPR by design. DPA auto-generated. DSAR self-serve. Full export anytime. No vendor lock-in. One platform. One jurisdiction. Built in Berlin. #EU #GDPR #BuildInPublic

Pricing, today: Free beta with generous limits — enough to run a real product. Paid tiers next, with predictable EU pricing in euros (no FX rollercoaster, no "credits"). Honest pricing for honest infrastructure. #Pricing #Startup

Sovereignty matters most where it's least visible: when a customer's lawyer reads your sub-processor list, when a public-sector tender asks for EU-only hosting, when a B2B prospect needs a clean DPA. Eurobase is the boring "yes" to all three. #EU #GDPR

Continuous backups, on by default. Project-level point-in-time recovery. Per-table snapshots. Export-to-bucket schedules for the paranoid. Your data is yours, and it's recoverable, even from the kind of Tuesday no one wants. #Backup #Postgres

A DSAR ("give me all my data") arrives on a Tuesday. With Eurobase: open the user in the console, hit Export, hand them a signed URL. Without Eurobase: query five systems, stitch a JSON, chase a vendor for storage objects, hope you didn't miss a table. #GDPR #DSAR

Want to try it? The free beta gives you the full stack on EU infrastructure with no credit card. What you get back: a backend you can demo to a procurement team without flinching. Start at eurobase.app #Beta #EU

Bild

There's a Discord for the beta — small, friendly, mostly devs. Bug reports, "is this a good idea?" threads, roadmap input, the occasional rant. The team is in there. Link from the console sidebar. #Community #DevTools

GDPR by design ≠ GDPR by checklist. By design means RLS, data residency, processor register and DSAR exports are baked into the data model. By checklist usually means a 40-page PDF and a hope that engineers read it. We picked the first one. #GDPR #PrivacyByDesign

"What happens if Eurobase disappears tomorrow?" We don't plan to. But the answer is still good: Your Postgres is standard Postgres. Your files are standard objects. Your function source is yours. The exit path is the same any Postgres customer has. #NoLockIn #Postgres

Three roles inside every Eurobase project, three Postgres logins: • gateway → SDK traffic, no DDL • migrator → schema changes, deploy-only • per-tenant DDL → migrations for one tenant, isolated Read access to "everything" simply doesn't exist as a credential. #Security #Postgres

Every sub-processor Eurobase uses is in the EEA. Hosting: Scaleway (France). SMS: GatewayAPI (Denmark). Email: Scaleway TEM (France). The list is short on purpose — fewer hops, fewer DPAs, fewer surprises in your register. #GDPR #Privacy

Early beta users we've talked to this week: A booking startup in Berlin, an internal tool team in Stockholm, a B2B SaaS in Paris. Different products, same answer to "why Eurobase": "we want one EU stack and we're done thinking about it." #BuildInPublic #EUtech

Bringing data in is the same story as taking it out. Have a Postgres dump from another platform? `pg_restore` into your Eurobase project and you're live. Files? Multipart upload, or a one-line copy from your old storage. No migration consultant required. #Postgres #Migration

A function called with a user's JWT runs as that user — including in SQL, including for RLS. A function called without one runs as service-role — including in SQL, including for RLS. Same rules across REST and functions. No policy workarounds. #RLS #EdgeFunctions

Where your data physically is: Scaleway, Paris region, France. Inside the EU. Inside GDPR jurisdiction. Inside one set of rules. You can put that on a customer questionnaire without checking with anyone first. #DataResidency #EU

Bild

"We'll bolt on compliance later" is a common plan. It is also where most slowdowns come from. Compliance is much cheaper when the data model, the auth model and the hosting all assumed it from day one — which is exactly what Eurobase is. #GDPR #Startup

Your Postgres is a real Postgres. Need a backup? `pg_dump` works. Want to leave? `pg_restore` into anything that speaks Postgres. No bespoke driver, no proprietary format, no vendor in the middle. That's the no-lock-in promise, in three lines. #Postgres #NoLockIn

A console that doesn't hide your data. Tables, RLS policies, auth users, storage files, secrets, functions, logs — each on its own page, each editable. No "configure via JSON" maze for the basics. #DevTools #Backend

Bild

A small example of how "all EU" plays out: SMS one-time codes go through GatewayAPI — a Danish company sending from Danish infrastructure. No US gateway, no hop through a non-EU edge. Phone numbers stay inside the EEA. #GDPR #Privacy

GDPR fact #4: a 24h/72h breach workflow built into the platform. Eurobase tracks the incident, the notification deadlines, and the records you need to keep — so the clock starts when the breach is logged, not when someone remembers to start it. #GDPR #Security

Edge function preview from the beta: ✅ TypeScript compiles at deploy time, not first invocation ✅ Vault secrets readable from functions ✅ Redeploys live on the next request, not 5 minutes later ✅ Schedules accept IANA timezones (Europe/Berlin works) #EdgeFunctions #TypeScript

A backend you can leave. Every project ships with full export — schema, rows, files, function source. Standard formats only. No proprietary blobs. If we ever stop being the right home for your data, we hand it back cleanly. #NoLockIn #OpenSource