ADSuite
ADSuite
Modular pay-per-use AI tool platform for installers, built with ADevolution. Server-side credits, async jobs, and Stripe Connect — shipped in one focused week.
Tech stack

The problem
Installers spend more time on quotes, margins, and signatures than on site. Existing software for this segment is built for structured technical offices, not for people who work in the field, need a tool, use it, and get back to the job.
ADSuite was built for that: a set of specialized, pay-per-use tools with no fixed subscription. One credit per operation, not a monthly fee for features you do not need.
What we contributed
We built the platform from scratch, in collaboration with ADevolution, in one full-focus week: from infrastructure setup to the first tool in production. The system launched with four active modules and was designed to expand without a rewrite every time a new tool is added.
A credit system that cannot be gamed
Pay-per-use only works if credits are governed server-side, without exceptions. We locked down minting and distribution so there is no way to generate or duplicate credits outside the intended flow: every credit-consuming operation is atomic and verified server-side, with no trust placed in the client.
Async jobs without timeouts
Some tools — document generation, AI processing — take longer than an HTTP client is willing to wait. We moved those tasks to async queues: the client gets an immediate response, the result arrives when it is ready, and no request sits hanging until a gateway times out.
Stripe Connect and automatic revenue splits
ADSuite runs on a model where multiple parties must receive a share of revenue on every transaction. We integrated Stripe Connect to handle revenue splits automatically, without manual reconciliation at month end.
Infrastructure
- Supabase for database, authentication, and storage
- Next.js for the frontend
- Vercel for deployment
- Stripe Connect for payments and revenue splits
The stack was chosen for one reason: speed. A complete infrastructure, in production, in one week.
Where it is now
ADSuite is live with the first four tools active. The suite is expanding, with new modules arriving as specific operational needs emerge in the sector.