Everything you need to manage your database primitives and user communication.
A type-safe API for your Postgres DB – run CRUD operations or use the raw SQL escape hatch when needed. No more bulky ORMs.
DOCS →Zero-config data store for rapid prototyping. Start storing data in seconds.
DOCS →Use a single SDK and easy-to-configure UI for email notifications — switch providers instantly and automatic failover.
DOCS →Explore how Manta simplifies complex infrastructure with a unified SDK and platform.
Lightweight • Instant • Flexible
import { MantaClient } from 'mantahq-sdk';
const storage = new MantaClient({ sdkKey: 'API_KEY' });
// Query Manta Native Storage
const session = await storage.fetchAllRecords({
table: 'sessions',
where: { userId: 'user_123' }
});
// Same syntax for your own Postgres
const products = await manta.fetchAllRecords({
db: 'user_postgres',
table: 'products',
where: { productid: 'p456' }
});
Manta provides native storage tables that work out-of-the-box. No setup headaches, no connection strings.
Start storing data in seconds, no database required.
Use the exact same code for storage and external databases.
export default MantaClient.config({
channels: {
email: {
default: [
{
type: "sendgrid",
enabled: false,
credentials: {
apiKey: "SG.xxxxx.yyyyy"
}
},
...
],
}
}
});
await manta.notifications().send({
to: user.phone,
channel: 'email',
content: 'Order #123 Shipped!'
});
Configure all providers in one central config file.
Change providers without modifying application logic.
Open-source is coming! MantaHQ SDK is free to use, and you can help shape it.
Connect your existing cloud DB. Manta provides the management layer for $0/mo.
Plug in SendGrid, Resend, or Twilio. We handle the routing and templates for free.
Our SDK is free to use in any commercial or personal project. Open-source soon!
Infrastructure that works as fast as you do.
" got my idea up and running in no time. This platform has completely changed the way I build APIs – it's intuitive, fast, and perfect for getting ideas off the ground without all the usual setup."
"I built my API in minutes. MantaHQ makes backend faster, reliable, and effortless, I set up all the endpoints I needed in just a short time"
"MantaHQ saved me hours and made building APIs effortless. Highly recommend!"