Your web infrastructure starts here.

Database, API, auth, storage, email and hosting — managed for you. You build, we run the infrastructure.

AI assistant

Not sure what you need?

Describe your project in one sentence — the AI figures out your needs (site, host, traffic…) and recommends the right VPS.

Your entire backend,
en ligne,

AI-drivable

  • Mailbox at your domain
  • Email sending
  • Database
  • Realtime data
  • Google authentication
Mon VPSPro2 projets · en ligne
Ma boutiqueFrontwww.ma-boutique.comBackma-boutique
Mon appFrontapp.monprojet.comBackmon-app
PortfolioFrontportfolio.mondomaine.comBackportfolio
+ Ajouter un Docker

Chaque brique, en détail

Ce que Clicbase fait pour toi, concrètement

webmail · maboutique.com
[email protected]ta vraie boîte, à ton domaine

Boîte de réception

CNouvelle commande #1042[email protected]09:12
CQuestion sur ma livraison[email protected]08:47
CVotre facture mars[email protected]Hier

Boîte mail à ton domaine

Chaque projet reçoit de vraies adresses [email protected], avec un webmail intégré. Aucun service tiers à brancher : la boîte est créée en même temps que ton site et se consulte directement depuis ton dashboard.

Inclus, sans configuration

emails envoyés · maboutique.com

Envoyés automatiquement

De : [email protected]envoyé · 09:12

Commande reçue ✓

Merci ! Ta commande #1042 est confirmée.

De : [email protected]envoyé · 14:30

Livraison effectuée 📦

Ton colis a été livré. À bientôt !

Déclenchés par ton site, via l'API.

Envoi d'emails

Tes emails transactionnels (confirmation de commande, réinitialisation de mot de passe, notifications) partent depuis ton domaine, signés SPF, DKIM et DMARC pour atterrir en boîte de réception plutôt qu'en spam. Un simple appel API suffit.

Inclus, sans configuration

base de données · maboutique

Table · produits

nomprixstock
T-shirt Tahiti29 €12
Paréo fleuri35 €7
Monoï 100 ml15 €30
Chapeau paille22 €18

Chaque table devient une API REST, sans code.

Base de données

Une vraie base PostgreSQL isolée pour chaque projet, avec une API REST générée automatiquement. Tu crées tes tables, Clicbase expose des endpoints sécurisés par des règles d'accès (RLS) : ton front lit et écrit ses données sans que tu écrives une ligne de backend.

Inclus, sans configuration

temps réel · messagerie
En direct

Bonjour ! Ma commande est prête ?

Oui, expédiée ce matin 📦

Génial, merci 🙌

Chaque message apparaît instantanément, sans recharger.

Données en temps réel

Les changements de ta base sont poussés instantanément aux clients connectés. Un nouveau message, une commande, un stock qui bouge : ton interface se met à jour toute seule, sans rechargement ni interrogation en boucle.

Inclus, sans configuration

connexion · maboutique.com
maboutique.com

veut se connecter à ton compte Google

Le login Google, à ton domaine. Rien à configurer.

Authentification Google

Ajoute « Se connecter avec Google » (et l'email plus mot de passe classique) en quelques clics. Comptes, sessions et sécurité sont gérés pour toi, isolés par projet, prêts à l'emploi côté front.

Inclus, sans configuration

The circuit

Your frontend,online.

One HTTP call between your app and its managed backend. Click a tile to preview each building block.

FRONT

Your application

What your users see

React, Next.js, Flutter…

API REST

BACKEND

Clicbase, managed for you

Zero servers to code or maintain

1 dedicated database per project

0 lines of backend to write

7-day free trial

Hosted in Europe

En 3 étapes

De zéro à en ligne.

Aucun serveur pour l'instant

1

Ajouter un VPS

Ton serveur Clicbase ou le tien, connecté en un clic.

Mon VPSPro
Ma boutiqueconteneur · isolé
+ Ajouter un Docker
2

Ajouter un Docker

Un conteneur isolé par projet, rangé sous ton VPS.

ma-boutiquePostgreSQL · Europeprête
clicbase.com/db/ma-boutique
API REST + clés générées
3

Créer un backend

Base PostgreSQL, API REST et clés, générées d'un coup.

Pricing

Your VPS is the only limit.

Every option on every plan. Only the resources change.

Start

Tu as déjà un VPS ? Connecte-le.

4,99 €/mois
  • Connecte ton VPS perso
  • Clicbase installé et géré
  • Ton serveur, tes ressources
  • Selon ton hébergeur
  • Toutes les options incluses
Choisir Start

Essentiel

Sites et apps qui démarrent.

19 €/mois
  • 1 vCPU
  • 4 Go RAM
  • 50 Go NVMe
  • 4 To / mois
  • Toutes les options incluses
Choisir Essentiel
Populaire

Pro

Pour la production sérieuse.

29 €/mois
  • 2 vCPU
  • 8 Go RAM
  • 100 Go NVMe
  • 8 To / mois
  • Toutes les options incluses
Choisir Pro

Business

Trafic élevé et équipes.

59 €/mois
  • 4 vCPU
  • 16 Go RAM
  • 200 Go NVMe
  • 16 To / mois
  • Toutes les options incluses
Choisir Business

Scale

Gros volumes, charge intense.

99 €/mois
  • 8 vCPU
  • 32 Go RAM
  • 400 Go NVMe
  • 32 To / mois
  • Toutes les options incluses
Choisir Scale

Essai gratuit 7 jours (30 avec carte), annulable à tout moment. Voir le détail des offres →

Prépare ton architecture directement dans le tableau de bord, sans compte.

Voir le tableau de bord

Sans compte · sauvegardé dans ton navigateur

Trustpilot

What users are saying

Be the first to leave a review

Using Clicbase? Share your experience on Trustpilot: it helps the next builders get started.

Leave a review on Trustpilot

Auth & security

Connect your users. Protect every row.

Email, password and Google in a few lines. Postgres row-level security (RLS) ensures everyone only sees their own data: enforced at the core of the database, not in your code.

  • ✓ Email login + Google OAuth
  • ✓ Password reset
  • ✓ Row Level Security (RLS)
  • ✓ Custom authentication domains
login.js · sign in + token
const r = await fetch(url + '/auth/token?grant_type=password', {
  method: 'POST',
  body: JSON.stringify({ email, password })
})
const { access_token } = await r.json()
// -> RLS applied automatically with this token
🤖

Claude-compatible

Connect your database to Claude in one call (MCP + API). Ask the AI to create your tables, write your queries or manage your data, in plain language.

↔️

Migrate from Supabase

Schema, data, accounts, storage, realtime: everything gets imported. And nobody loses their password.

Two ways to start

🗄️

Connect a database to your site

Your app, powered by a managed database: API, auth, storage, realtime. Supabase-style, Claude-compatible.

Create a database
↔️

Migrate to Clicbase

Your Supabase project imported automatically: data, accounts, storage. Your users keep their passwords.

Migrate from Supabase

Frequently asked questions

What is Clicbase?+

A managed backend: a dedicated PostgreSQL database per project, with automatic REST API, authentication, storage, realtime and functions. Plus emails at your domain and an included domain for Google login. You build the frontend, we handle the backend.

Is it an alternative to Supabase and Firebase?+

Yes. Clicbase follows Supabase's PostgreSQL model (SQL, RLS, realtime) and adds emails at your domain, Google login on your domain and European hosting. Compared to Firebase, you move from NoSQL to SQL with predictable pricing.

Can I migrate my Supabase project?+

Yes, automatically: schema, data, accounts, storage and realtime. Your users keep their passwords, with no forced reset.

Where is my data hosted?+

In Europe. Each project has its own isolated database, traffic is encrypted in transit (TLS) and secrets at rest (AES-256). Ideal for GDPR compliance.

Is there a free trial?+

Yes, 7 days with no card (30 days if you add a card), cancel anytime. Then monthly plans with no commitment, at a fixed price, with no per-user billing.

Do my emails send from my own domain?+

Yes: real mailboxes at your domain (e.g. [email protected]), with SPF, DKIM, DMARC and anti-spam configured, and a webmail included.

What happens if I exceed my bandwidth?+

No cutoff. If you exceed your plan's included bandwidth (e.g. 8 TB on the Pro plan), your throughput is simply throttled to 10 Mbps instead of 1 Gbps until your monthly cycle renews. Your service stays online and your data accessible, with no surprise overage.

Is Clicbase compatible with AIs like Claude?+

Yes, it is a core focus. The auto-generated REST API and the docs are designed to be consumed directly by an AI agent (Claude, ChatGPT...): you provide the API URL and the key, the AI can read and write to your database with no special setup.

Can Clicbase also host my site (frontend)?+

Yes. Besides the backend, Clicbase hosts your site: either from a Git repo (automatic build on every push) or by SFTP upload of static files into a /public folder. The site is served over HTTPS immediately, with an automatic certificate.

How do I connect my own domain to Clicbase?+

Add a DNS A record pointing to the Clicbase IP (shown in the dashboard). Once the domain points, Clicbase generates the HTTPS certificate automatically, with no server setup on your side.

Launch your project today.

Free to start. Migrate your Supabase or start from scratch, in minutes.