Alianza Capital Documentation
Technical documentation for Alianza Capital's engineering platform, covering title automation, property data integrations, and AI-powered tools.
What We Build
📄
CoquiTitle
Automated title study generation for Puerto Rico properties using AI extraction and evidence-backed reports.
🖥️
Platform
Infrastructure documentation covering Auth0, Cloudflare, Supabase, and AWS services.
🔌
Integrations
Property registry (Karibe), real estate transactions (PuertoRicoE), and loan sync integrations.
🤖
MCP Servers
Model Context Protocol servers for AI assistants to access property data, loans, and cadastral records.
Quick Links
- CoquiTitle API: REST API Reference
- Database Schema: Supabase Tables
- Local Setup: Development Guide
- Architecture Decisions: ADRs
Technology Stack
| Layer | Technologies |
|---|---|
| Frontend | Next.js 16, React 19, Tailwind CSS, Vercel |
| Backend | AWS Lambda (Python), API Gateway |
| AI/ML | Google Vertex AI (Gemini), Document AI OCR |
| Database | Supabase PostgreSQL, PostGIS |
| Auth | Auth0 (OAuth 2.0, JWT) |
| Infrastructure | Terraform, Cloudflare (DNS, Workers, KV) |
| Observability | Langfuse (LLM tracing), CloudWatch |
Repository Structure
alianzacap/
├── alianza-hq/ # Next.js frontend + Python Lambdas
│ ├── app/ # Next.js App Router
│ └── backend/ # Lambda functions by domain
│ ├── coquititle/ # Title study automation
│ ├── karibe/ # Property registry integration
│ ├── puertoricoe/ # Real estate transactions
│ └── loansync/ # Loan data sync
├── alianza-infra/ # Terraform IaC
├── mcp-framework/ # MCP server framework
├── mcp-jppr/ # JPPR property/GIS server
├── mcp-baseline/ # Baseline loan server
├── mcp-crim/ # CRIM cadastral server
└── docs/ # This documentation (Docusaurus)