Dephq is an open ecosystem for pragmatic developers. Build focused tools with code and distribute them to a growing audience of users. We handle auth, hosting, and billing. You just write the logic.
We've abstracted away all the infrastructure overhead so you can focus entirely on your tool's core logic.
No separate shell, auth, database, or billing stack to set up. We handle all the boring stuff.
Create a working tool with code and package it for Dephq. Use any language or framework.
Price each tool as one-time, subscription, usage-based, or credit-based. We handle billing.
Publish directly to the Dephq Store and share tools with users or communities.
Tools can integrate with each other, share auth, and connect to external APIs.
Get paid every month from every active user. No middleman, just you and your users.
The Dephq SDK gives you access to powerful system APIs. No need to manage infrastructure or complex microservices—just call the APIs and we handle the rest.
const tool = {name: "Invoice Desk",version: "1.0.0"};// Use Dephq APIsasync function createInvoice(data) {const invoice = await dephq.storage.save("invoices", data);// Send notificationawait dephq.notify.user({title: "Invoice Created",message: `Invoice #${invoice.id}`});return invoice;}// Handle paymentsasync function processPayment(invoiceId) {const result = await dephq.billing.charge(invoiceId, 100);return result;}
Install the Dephq CLI and create a new project. We provide templates to get you started.
Write code using the Dephq SDK. Access system APIs for auth, storage, payments, and AI.
Run your tool locally with the CLI. Test all features before publishing.
Push your tool to the Dephq Store with a single command. It's live immediately.
Monitor analytics, collect feedback, and push updates anytime. Earn recurring revenue.
Choose the perfect pricing model for your tool. We handle the entire billing stack.
Charge users monthly or yearly. Recurring revenue that grows with your user base.
Sell your tool once. Perfect for tools that don't require ongoing support.
Charge per action or API call. Users pay only for what they use.
Users buy credits upfront and consume them. Great for AI-powered tools.
Learn from our open-source reference tools. See how to use the Dephq SDK and best practices.
Create and manage invoices
A complete invoicing tool showing how to use storage, payments, and notifications.
Manage leads and deals
Learn how to build complex data relationships and integrate with email APIs.
Track spending and budgets
See how to handle real-time calculations and send smart notifications.
Start building your first tool today. We provide templates, documentation, and a community of developers to help you succeed.