PTBack to site →
← Back to site
Data portability and ownership

Your data is yours. Always.

Choosing a platform smaller than WordPress deserves one honest question: what if I want to leave? This page answers with facts, not promises. What you take, how, in which format, and what SynapPress never holds hostage.

Full export

The whole site as open JSON plus CSV tables, straight from the dashboard, any time.

Domain in your name

Registered by you, at the registrar you choose. We only receive the DNS pointer.

Industry-standard stack

Next.js, PostgreSQL, Vercel and Supabase. Any developer knows them.

Leave without penalty

No hidden lock-in period, no export fee, no waiting for someone to approve.

1. What you take when you export

In the dashboard, under Settings › Export, two buttons:

WhatExported?How
Pages and blocks (page builder)YesJSON, each page with its {type, content} blocks
Home sections, menus, site settingsYesJSON
Blog, services, cases, team, testimonials, FAQYesJSON (blog also as CSV)
Products, variants, reviews, couponsYesJSON and CSV
Leads, subscribers, customers, ordersYesJSON and CSV
Images and filesYesList with the public URL of every file; download with any tool
API keys and tokens (payments, ERP, AI)NoKept in a separate vault, never in a file. You re-enter them wherever you use them next.
The platform's source codeNoProprietary. You do not need it to take your content.

2. The format

Readable, versioned JSON with a note explaining each part. A real excerpt:

{
  "format": "synappress-export",
  "version": 1,
  "exported_at": "2026-09-11T18:20:00.000Z",
  "tenant": { "slug": "my-store", "domain": "mystore.com" },
  "tables": {
    "pages": [ { "slug": "about", "title": "About", "blocks": [ { "type": "about", "content": { "title": "..." } } ] } ],
    "products": [ ... ],
    "leads": [ ... ]
  },
  "media": [ { "path": "hero/cover.jpg", "url": "https://.../hero/cover.jpg" } ]
}

Each page is a list of blocks with a type and content. A developer can convert this to WordPress, Webflow, a static site or any other CMS with a simple script, because there is no binary format and no hidden field.

3. Domain and email

The domain is registered in your name, at the registrar you prefer. To go live you point one DNS record to SynapPress. To leave, you point it elsewhere. Your domain's email never touches us: it stays with the provider you already use.

4. The technology, no mystery

Next.js (React)

The most widely used web framework for high-performance sites.

PostgreSQL

The most respected open-source relational database on the market.

Vercel

Edge hosting with a global network, automatic SSL and per-region caching.

Supabase

Managed PostgreSQL and file storage, isolated per customer.

None of these pieces is ours. They are industry standard, with public documentation and millions of developers. SynapPress is the layer that brings them together in a simple dashboard, with the module library and optional AI.

5. Isolation and security

6. If you decide to leave

  1. Export the site under Settings › Export.
  2. Download the images from the manifest (or ask us for a bundle).
  3. Point your domain's DNS to the new host.
  4. Cancel the subscription. No penalty, no hidden notice period.

Why write this on our own sales site? Because a platform that keeps customers by making it hard to leave does not need to be good. We would rather be chosen every month.

7. And the other way: coming in

Coming from WordPress, Wix, Squarespace or a static site, migration is handled by the partner agency or by our team: we import text, images, blog and products, keep the URLs that already rank and set up the redirects. Your domain stays the same.

Book a demo