Interactive Product Tour

See What Verdipidy Can Do

See how law firms, consulting firms, accounting practices, and professional services organizations use Verdipidy to streamline client management, billing, and operations.

Capability 1

AI Chat Agents

Ask questions in plain English. The AI queries your databases, runs reports, sends emails, and builds dashboards — all from a single chat window.

Natural Language Queries

Ask "Show me all active matters with unbilled time over 30 days" and the AI writes the SQL, runs it against your practice management database, and shows the results in an interactive table.

140+ Built-In Tools

The agent can query databases, send emails, create workspaces, call external APIs, manage campaigns, generate reports, and more — automatically choosing the right tool.

Department Specialists

Each agent is pre-configured for Billing, Client Services, Case Management, or Practice Analytics with role-specific prompts, tool access, and data permissions.

Interactive Results

Results come with sortable tables, inline charts, CSV export, and clickable drill-down links. Click a client name to instantly see their full matter history and billing details.

Practice Management Agent
Connected to Practice Database
Online

Show me all client matters with unbilled hours exceeding 40 this month

AI
executeSavedQuery completed in 1.2s
query: "Unbilled Time by Matter" · filters: billable = true AND hours > 40

Found 12 matters with unbilled hours exceeding 40 this month:

Client / Matter Attorney Hours Amount Invoice Status
Meridian Corp - IP Dispute J. Chen 68.5 $34,250 Unbilled
Apex Holdings - M&A Advisory S. Patel 52.0 $26,000 Draft
TechStart Inc - Series B M. Torres 47.5 $23,750 Unbilled
Greenfield Dev - Zoning R. Kim 44.0 $17,600 Sent
National Retail - Lease Review J. Chen 41.5 $20,750 Draft
Showing 5 of 12
Capability 2

AI Voice Calls

AI-powered phone calls with natural speech, real-time transcription, tool use during calls, and automatic CRM logging.

AI Client Intake Agent
Active Call - 03:12
HD Voice Recording
LIVE TRANSCRIPT
CALLER

Hi, I need to speak with an attorney about a commercial lease dispute. My landlord is trying to change the terms mid-contract.

AI AGENT

I understand. Let me gather some details so we can connect you with the right attorney. Can you tell me your company name?

Tool: runConflictCheck · Client & opposing party lookup
AI AGENT

Thank you. I've run a conflict check and confirmed no conflicts exist. Based on your situation, I'd recommend a consultation with our commercial real estate team. I have availability this Thursday at 2 PM or Friday at 10 AM. Shall I schedule one of those for you?

94
Quality Score
Positive
Sentiment
2
Tools Used

Natural Voice with ElevenLabs

Ultra-realistic text-to-speech with customizable voices. Callers can't tell they're talking to AI — natural inflection, pauses, and conversational cadence.

Tool Use During Calls

While on the phone, the AI can query your practice management system, run conflict checks, check attorney availability, and provide accurate real-time answers — no hold music.

Barge-In & Turn-Taking

Callers can interrupt the AI naturally. The system detects overlapping speech, stops its response, and lets the caller take over.

Call Quality & Analytics

Every call is scored automatically — sentiment analysis, resolution tracking, quality metrics, and full searchable transcripts for training and compliance.

SMS Follow-Up

After a call, the AI can automatically send a text recap with consultation details, engagement terms, and a link to your client portal for document uploads.

Capability 3

Live Dashboards & Workspaces

Build custom dashboards from natural language. Tables, charts, KPIs, and filters — auto-refreshing from your live data.

Practice Performance Overview Live
Auto-refresh: 5 min | Last updated: 2 min ago
Billable Utilization
78%
+4% this month
Revenue per Partner
$142K
+$8K vs last month
Outstanding AR
$485K
+$32K this quarter
Active Matters
156
+12 this month
Monthly Billings by Practice Area
This Month Last Month
Litigation
Corporate
Tax
IP
Real Estate
Advisory
Matter Status Breakdown
Active (40%)
Pending (25%)
On Hold (20%)
Closed (15%)

This dashboard was built in 30 seconds by telling the AI: "Create a practice performance dashboard with billable utilization, revenue per partner, outstanding AR, active matters, billings by practice area chart, and matter status breakdown." The AI generates the queries, creates the components, and wires it to your databases automatically.

Capability 4

Workflow Automation

Visual workflow builder with conditions, loops, human approvals, and AI steps. Schedule tasks or trigger them from webhooks.

Client Intake Processing Workflow
Active
TRIGGER
New client intake form submitted
CONFLICT CHECK
Check all parties against existing clients and matters
Done
IF
CONDITION
If potential conflict detected or high-value matter
True
HUMAN APPROVAL
Route to managing partner for conflict review
Waiting
CALL API
Create matter in practice management system
SEND EMAIL
Engagement letter to client + assignment notification to team

What You Can Automate

📝

Client Intake Processing

Automatically run conflict checks, create client records, generate engagement letters, assign attorneys, and set up matter files in your practice management system.

📅

Deadline Tracking & Reminders

Monitor court filing deadlines, statute of limitations dates, and regulatory due dates. Automatically escalate with email reminders at 30, 14, 7, and 3 days out — and send urgent notifications to supervising attorneys.

💰

Invoice Generation & Follow-Up

Generate invoices from unbilled time entries, apply client-specific billing rules and rate adjustments, send for partner review, and automatically follow up on overdue accounts receivable at configurable intervals.

📄

Compliance & Conflict Monitoring

Continuously monitor for new conflicts of interest across all active matters, track continuing education requirements, license renewals, and ethics compliance — with automatic alerts when action is needed.

Runs on schedule or on-demand. Workflows can trigger on a cron schedule, via webhook from external systems, or manually from the workflow dashboard.

Capability 5

Multi-Channel Campaigns

Build and execute email, SMS, and AI voice campaigns with A/B testing, sequencing, and real-time analytics.

Campaign: Quarterly Client Newsletter

Running
1
Email: Thought Leadership Newsletter Sent 892

Industry insights, regulatory updates, and case study highlights personalized by practice area

Open: 68% Click: 34% Reply: 12%
Wait 3 days if no reply
2
SMS: Webinar Invitation Sent 456

Short text with webinar topic, date, speaker, and one-tap registration link

Delivered: 96% Click: 41%
3
AI Voice Call In Progress

AI calls key clients to gauge satisfaction, discuss upcoming needs, and schedule partner check-in meetings.

Campaign Stats

Total Contacts 892
Engaged 734 (82%)
Meetings Booked 89 (10%)

Contact Sources

Client Database 542
Google Contacts 285
CSV Upload 65

A/B Test Winner

Variant B +18% open rate

Subject line: "New regulatory changes affecting {Industry}" outperformed "{FirstName}, quarterly update from {FirmName}"

Capability 6

SQL Workbench, Custom Tables & APIs

Full SQL editor for power users, Airtable-like custom tables for everyone, and a universal API connector for any external service.

SQL Workbench
-- Saved Query: Unbilled Time Over 30 Days
SELECT t.timekeeper,
m.matter_name,
SUM(t.hours) AS total_hours,
c.client_name
FROM time_entries t
JOIN matters m ON t.matter_id = m.id
WHERE t.billable = 1
AND t.invoice_id IS NULL
AND t.entry_date < DATEADD(day, -30, GETDATE())
Connected: Practice Management DB 328 rows · 0.3s
Multi-database: SQL Server, MySQL, PostgreSQL
Save queries for AI agent access
Schedule queries on cron
AI generates SQL from descriptions
Custom Tables
Client Status Matters
Meridian Corp Active 4
Apex Holdings Active 2
TechStart Inc Prospect 1
Grid Kanban Form
30+ field types: text, number, formula, lookup
Kanban boards & filtered views
Import CSV/Excel or AI-generate
Sync from external APIs
API Connector
GET /api/v1/matters/search
OAuth 2.0 Practice Mgmt API 200 OK
POST /api/v2/court-filings/submit
API Key E-Filing API 200 OK
Any REST API — OAuth, API key, Bearer
Auto-retry, pagination, caching
AI agent can call any configured API
AI auto-generates API configs from docs

Connects to Everything You Already Use

Native integrations with your databases, Google Workspace, telephony providers, and any REST API you point it at.

💻
Practice Database
SQL Server, MySQL, PG
Google Workspace
Email, Sheets, Drive
📞
Twilio
Voice & SMS
📞
RingCentral
Voice & SMS
💬
Slack
Notifications
Court Filing Systems
E-Filing & Dockets
📊
Any REST API
Universal connector
💾
SQL Databases
MSSQL, MySQL, PG
Capability 8

Google Workspace Integration

AI agents that work with Gmail, Sheets, Calendar, and Drive. Send emails, update spreadsheets, schedule meetings — hands-free from chat.

Gmail — Draft Created by AI
To: james.wilson@meridian-corp.com
Subject: Meridian Corp — IP Dispute Status Update & Next Steps

Dear Mr. Wilson,

I wanted to provide a brief update on the intellectual property dispute matter (Case #2026-IP-0892). We have completed the initial review of the patent claims and identified three key areas where your position is strong.

I've uploaded the preliminary analysis to your client portal on Google Drive. Our next step is the discovery conference scheduled for March 28. Please review the documents at your earliest convenience and let us know if you have questions.

Best regards,
J. Chen, Partner — Generated by AI Agent

Draft Ready for review before sending
Google Sheets — Updated by AI
Date Client Matter Deadline Status
03/12 Meridian Corp IP Dispute 03/28 On Track
03/12 Apex Holdings M&A Advisory 04/15 Filed
03/12 Greenfield Dev Zoning Appeal 03/20 Urgent
Row 2 updated by AI: Filing confirmed, synced from court e-filing system

Gmail: Send, Draft & Search

AI composes and sends emails on your behalf, creates drafts for review, reads incoming mail, and searches your inbox. Perfect for follow-ups triggered by database events.

Sheets: Read, Write & Create

Ask the AI to export query results to a spreadsheet, update a tracking sheet with today's numbers, or create a new report template — all through chat.

Calendar: Schedule & Manage

Create events, check availability, and schedule meetings. The AI can coordinate between team members and suggest optimal time slots.

Drive: Organize & Share

Upload documents, create shared folders, and manage file permissions. Automatically organize reports and exports into the right team folders.

OAuth 2.0 secured. Your Google account connects via standard OAuth — Verdipidy never sees your Google password. Permissions are scoped to only what's needed, and you can revoke access anytime from Google settings.

Capability 9

AI Browser Automation

AI controls a real browser to navigate external portals, fill forms, scrape data, and automate web tasks — with human oversight at every step.

efiling.courts.example.gov/submissions
ELECTRONIC COURT FILING PORTAL
2026-CV-04821
Superior Court
Motion for Summary Judgment + Supporting Brief
Documents: 3 attached
Submit Filing
AI BROWSER AGENT
Logged into court e-filing portal
Selected case and filing type
Uploaded motion, brief, and exhibits from Drive
Waiting for attorney approval before filing...

AI Sees the Screen

Using computer vision, the AI understands what's on the screen — buttons, forms, tables, text. It navigates web apps the same way a human would, but faster.

Human-in-the-Loop

Before submitting orders, making payments, or taking destructive actions, the AI pauses and asks for your approval. You see exactly what it's about to do and can approve, modify, or cancel.

Repeatable Automations

Teach the AI once, run it forever. Record a browser task and schedule it to run daily — check court docket updates, pull regulatory filings from government portals, or monitor competitor activity.

Runs on Your Machine or in the Cloud

The Local Agent runs browser automation on your desktop for portals that require VPN or local network access. Cloud mode handles everything else without any install.

Use cases: Submit court filings to e-filing portals, pull docket updates from court systems, download regulatory filings, check bar admission status, scrape competitor pricing from public sites.

Capability 10

AI Document Processing

Upload engagement letters, invoices, contracts, and compliance filings. AI extracts key data, cross-references records, routes for approval, and updates your systems automatically.

Upload & Extract
meridian_engagement_letter_v2.pdf
Uploaded · Processing...
PDF parsed with AI vision
Client, matter, billing rates extracted
Terms and scope verified
Cross-referencing with conflict database...
Extracted Data
Client
Meridian Corporation
Matter #
MTR-2026-0892
Effective Date
March 1, 2026
Status
Executed — Verified
Key Terms
Engagement Type Litigation - IP
Hourly Rate (Partner) $500/hr
Hourly Rate (Associate) $350/hr
Retainer $25,000
Matches existing client record CLT-2026-0312
Approval & Posting
Extracted & Validated
AI confidence: 98%
Client Matched
CLT-2026-0312 · No conflicts detected
Awaiting Partner Review
Routed to managing partner for approval
4
Open Matter
Will create matter file and notify team after approval
Supports PDF, images, scanned documents
Google Drive folder monitoring
Configurable approval thresholds
Capability 11

AI-Generated Reports & Analytics

Ask for any report in plain English. The AI generates the queries, builds the visuals, and can schedule them to land in your inbox every morning.

Monthly Practice Performance Report
Auto-generated 1st of each month
$1.8M
Total Billings
+8% MoM
78%
Utilization Rate
+4% MoM
32
Days Sales Outstanding
-3 days MoM
Revenue by Practice Area — This Month
Litigation
$620K
Corporate
$480K
Tax
$340K
IP
$240K
Real Estate
$120K

AI Insight: Tax practice utilization dropped 12% after filing season. 3 senior associates have capacity for cross-selling corporate work. Recommend targeting existing tax clients with M&A advisory outreach to fill Q2 pipeline.

Reports the AI Can Build

Partner Profitability Report

Scheduled

Revenue, realization rate, origination credit, billable hours, and effective billing rate per partner. Delivered monthly.

Accounts Receivable Aging

Scheduled

Outstanding invoices by client, aging buckets (30/60/90/120+ days), collection rate trends, write-off analysis, and highest-risk accounts. Weekly.

Matter Pipeline Analysis

On Demand

New matters by source, practice area pipeline, conversion rates from intake to engagement, average matter value, and client acquisition cost.

Client Satisfaction Survey

On Demand

NPS scores, response rates by client tier, satisfaction by practice area, communication quality metrics, and comparison against industry benchmarks.

Deadline & Compliance Tracker

Scheduled

Upcoming court deadlines, statute of limitations dates, regulatory filings, CLE requirements, and bar membership renewals by attorney. Weekly.

Just ask. "Give me a report on matters with unbilled time over 60 days, broken down by practice area and responsible attorney" — the AI writes the query, runs it, formats the results with charts, and optionally schedules it to repeat weekly.

Capability 12

Real-Time Notifications & Mobile

Push notifications, Slack alerts, and a full mobile-ready PWA so your team stays informed wherever they are.

Push Notifications

V
Deadline Approaching
Meridian Corp discovery response due in 3 days — needs partner review
2 minutes ago
V
Conflict Check Complete
No conflicts found for TechStart Inc — intake approved
6:01 AM

Browser push notifications for approvals, workflow completions, campaign events, and custom triggers.

Slack Alerts

V
Verdipidy 11:32 AM

Invoice overdue alert:

Client: National Retail Corp
Invoice #INV-2026-0847 ($42,500) is 45 days past due

Send alerts to any Slack channel. Trigger from workflows, campaign events, high-value activities, or custom conditions.

Mobile-Ready PWA

Install as App PWA
Add to home screen — no app store
Works offline with service worker
Full app experience on phone/tablet
Push notifications on mobile

Full platform access from any device. Chat with agents, approve workflows, and check dashboards from anywhere.

Enterprise-Grade Security & Administration

Role-based access, MFA, audit logs, encrypted credentials, and full admin control over every AI prompt and tool.

Role-Based Access

Partner, Attorney, and Staff roles with ethical walls control who can access client data, manage matters, run campaigns, and configure integrations. SOC 2 compliant.

MFA & WebAuthn

Two-factor authentication with TOTP apps or hardware security keys. Enforceable at the organization level with grace periods.

AES-256 Encryption

All stored credentials, OAuth tokens, and database passwords are encrypted at rest with AES-256-GCM. Zero plaintext secrets.

Audit Logs

Every action is logged: who accessed what data, when, from where. Full audit trail for attorney-client privilege compliance, ethics reviews, and data retention policies.

Prompt Management

Every AI system prompt is visible in the admin panel and overridable per organization. Full control over AI behavior — no black box.

Team Management

Invite by email, assign roles, manage departments, set custom fields per member. Ownership transfer and member offboarding built in.