All projects
AI Agent / Construction2026Live

PermitPal

AI agent that pulls building permits for general contractors

Overview

PermitPal is the AI permit expediter. A general contractor emails plans + project address; the agent figures out which permits are required, logs into the right city portal, files the application, pays the fees, tracks review status, and drafts responses when plan reviewers leave comments. Charge is $500 per pulled permit — about a third of what human expediters charge in Austin.

The hard part isn't the AI — it's that every city runs a different permit portal. Austin uses Accela. Houston uses HRMS. Some smaller cities run OpenGov or ePermitHub. A handful still want PDFs emailed to a clerk. The architecture is per-jurisdiction adapters, each implementing a common interface (search permits, submit application, check status, respond to comments).

The browser-use layer handles the portals that don't have APIs — Claude drives a headless Chromium via the browser-use tool, and the agent re-plans whenever a portal UI changes. Adapters cache the stable selectors and bail out to vision-based clicks when the cache misses, which keeps cost down on the 80% of submissions where nothing changed.

Austin-first because Accela has good APIs and ~6,000 permits/month flow through it. The roadmap is the top 50 US cities by permit volume, mapped to their portal stacks.

Key features
  • 01Email-in, permit-out — contractor uploads plans, agent files everything
  • 02Per-jurisdiction adapters (Accela, OpenGov, ePermitHub, email-to-clerk)
  • 03Browser-use vision fallback when portal UIs change
  • 04Plan-reviewer comment response drafting with attorney-style citations
  • 05$500/permit flat fee — ~3x cheaper than human expediters
Screenshots
[Screenshot 1]
Drop a PNG into /public
[Screenshot 2]
Drop a PNG into /public
[Screenshot 3]
Drop a PNG into /public
[Screenshot 4]
Drop a PNG into /public

More work

Seven other projects across crypto, AI, and games.

All projects