Database, auth, storage, functions, realtime, payments, and frontend hosting — all hosted at Rack Centre Lagos, billed in fixed naira, NDPA 2023 compliant.
Every naira devaluation makes your cloud bill bigger. Your users' data sits in Johannesburg. And the CBN deadline is 4 months away.
One platform. Complete stack. All in Lagos.
// Install the SDK // npm install @naijabase/js import { createClient } from '@naijabase/js' const naijabase = createClient( 'https://api.naijabase.dev/projects/YOUR_ID', 'YOUR_ANON_KEY' ) // Query your database const { data, error } = await naijabase .from('orders') .select('*') .eq('status', 'pending') .order('created_at', { ascending: false }) // Accept a Paystack payment const { checkout_url } = await naijabase .integrations.payments.paystack .createCheckout({ email: user.email, amount: 5000 }) // Send OTP to Nigerian number await naijabase.integrations.messaging.termii .sendOTP({ phone: '+2348012345678' })
Not a reseller. Not a wrapper. Your data runs on dedicated servers at Rack Centre, Victoria Island — Nigeria's premier Tier III data centre.
No SDKs to install. No docs to read. Connect in 2 minutes and call with one line of code.
NaijaBase vs the alternatives for Nigerian developers.
| Feature | NaijaBase | Supabase | Firebase | Self-hosted |
|---|---|---|---|---|
| Data stored in Nigeria | ✓ Lagos | ✗ Johannesburg | ✗ No Africa | ~ If you set it up |
| Billed in Naira | ✓ Fixed NGN | ✗ USD only | ✗ USD only | ~ Your problem |
| NDPA compliance docs | ✓ Included | ✗ Not provided | ✗ Not provided | ~ Manual |
| Paystack integration | ✓ Built in | ✗ DIY | ✗ DIY | ✗ DIY |
| Termii SMS / OTP | ✓ Built in | ✗ DIY | ✗ DIY | ✗ DIY |
| CBN 2027 compliant | ✓ Today | ✗ No | ✗ No | ~ If you configure it |
| Frontend hosting | ✓ Lagos CDN | ~ Vercel separate | ~ Firebase Hosting | ~ Complex |
| MCP server | ✓ npm published | ✓ Available | ✗ No | ✗ No |
| Direct PostgreSQL | ✓ Port 5432, TLS | ✗ | ✗ | ~ Manual |
| S3 Storage Lagos | ✓ Nobus FOS | ~ Separate | ~ Firebase Storage | ~ Complex |
| 90-day backup | ✓ Included | ~ Paid addon | ✗ | ~ Manual |
| DR replication | ✓ Daily Lagos DR | ✗ | ✗ | ~ Manual |
Plans that make sense for Nigerian startups. Prices never change with the exchange rate.
Data stays in Nigeria. Bills in naira. NDPA compliant. CBN 2027 ready.