Court deadlines that don't depend on anyone remembering
Law firm · Size: Mid-size firm with an active caseload
The bottleneck we found
Court deadlines tracked by manually checking ADVBOX (a Brazilian legal practice management platform). Someone had to open it, read every new docket update, judge whether it triggered a deadline and alert whoever was responsible. Daily, repetitive work with one unacceptable failure mode: a single day without checking could mean a missed deadline — the most expensive mistake a firm can make.
What we built
A platform that syncs deadlines, court notices and docket updates straight through the ADVBOX API. Each update is read and summarized by AI, which classifies its urgency. The person responsible is notified by WhatsApp and email, prioritized by how close the deadline is. A monorepo with a Next.js dashboard, a Fastify API and asynchronous BullMQ workers; PostgreSQL on Supabase, Redis, magic-link sign-in, validation of every external input, and Sentry monitoring.