Skip to content

Inteli-College/2025-1A-T02-G61-PUBLICO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ANGEL – Final Progress Report

Q1 2026 / Module 4 Final Delivery

Previous Milestone: ANGEL Public Progress Report (Q4 2025 / Module 3 Extension - December 18, 2025)
Reporting Period: February 2025 – April 2026
Project Duration: 15 months
Project Status: COMPLETED


Executive Summary

Between February 2025 and April 2026, the ANGEL project successfully reached its final development milestone. The platform evolved from an initial concept into a fully consolidated, market-ready SaaS B2B application, accompanied by a comprehensive business plan and Go-To-Market strategy.

This final development phase—spanning Q1 2026 (January–March)—focused on completing the technical implementations, specifically the AI validation pipeline and end-to-end financial integrations, while consolidating all market research, unit economics, and regulatory frameworks into a cohesive business proposition.

ANGEL is now a fully developed fintech infrastructure product, purpose-built to solve the operational and compliance bottlenecks that plague corporate social investments in Brazil.


What Was Built: Technical Architecture

1. AI-Powered Compliance Engine

Objective: Automate invoice validation and supplier verification to eliminate manual document review bottlenecks.

Implementation:

  • OCR/NER Pipeline: Finalized and integrated into the compliance workflow
  • Automated Extraction: The system autonomously extracts and verifies:
    • Supplier CNPJs (Brazilian tax IDs)
    • Invoice amounts against approved budgets
    • Line-item details and quantities
  • Validation Logic: Functions with a configurable ±5% tolerance threshold
  • Error Handling: Intelligent flagging system routes edge cases to human review with contextual annotations

Impact: Transformed manual document review (15–30 minutes per invoice) into automated validation in seconds.


2. End-to-End Financial Flow Architecture

The platform implements a 5-step core transaction lifecycle designed to ensure full traceability, regulatory compliance, and zero-trust payment execution:

Step 1: Escrow Deposit via BaaS (Banking as a Service)

  • Mechanism: Corporate donors deposit committed funds into segregated escrow wallets via BaaS partners (Celcoin/Aarin)
  • Compliance: Funds remain locked until NGO requests are validated and approved
  • Key Benefit: ANGEL operates strictly as a software orchestration layer—no direct fund custody

Step 2: NGO Request Submission

  • Workflow: NGOs submit funding requests through the platform, attaching:
    • Supplier invoice (NFe PDF)
    • Budget line-item allocation
    • Project milestone documentation
  • Data Structure: All submissions stored with TypeScript-enforced domain models

Step 3: Automated AI Validation

  • Pipeline: OCR extracts invoice data → NER validates supplier CNPJ → Budget reconciliation
  • Decision Engine:
    • Auto-approve if all checks pass within tolerance
    • Flag for manual review if discrepancies detected
    • Auto-reject if fraudulent invoice detected

Step 4: Direct PIX Payment (Supplier-Only Disbursement)

  • Key Innovation: Funds flow directly from escrow to suppliers—bypassing NGO bank accounts entirely
  • Fraud Prevention: Eliminates the primary vector for donation misuse
  • Payment Rail: PIX instant payment protocol via BaaS partner APIs

Step 5: Immutable Audit Trail (Blockchain Registry)

  • Hash Generation: SHA-256 cryptographic hashing of transaction metadata and validated documents
  • Blockchain Layer: Polygon L2 (Layer 2 scaling solution)
  • Verifiability: Public audit interface allows stakeholders to independently verify transaction integrity

3. Architectural Consolidation

Monorepo Strategy: The entire project was unified under a clean monorepo structure, enabling:

  • Shared Type Definitions: Domain models defined once in TypeScript and consumed across frontend/backend
  • Atomic Commits: Changes to business logic synchronized across both layers
  • Developer Velocity: Hot module replacement, automated API mocking, end-to-end type safety

Technology Stack:

  • Backend: NestJS (TypeScript)
  • Frontend: React + Vite
  • Payments: BaaS integration (Celcoin/Aarin), PIX protocol
  • AI/ML: OCR/NER pipeline
  • Blockchain: Polygon L2
  • Database: Typed domain models across the stack

Business Intelligence & Market Validation

1. Market Analysis (TAM/SAM/SOM)

Primary Data Sources: GIFE (Grupo de Institutos Fundações e Empresas), IBGE (Brazilian Institute of Geography and Statistics), CVM (Securities and Exchange Commission)

Market Sizing

Metric Value Source
TAM (Total Addressable Market) R$ 24 billion/year GIFE, IBGE, CVM
Target Segment 50–100 mid-sized enterprises Market analysis
Revenue Range R$ 50M–R$ 800M annual revenue Customer profiling

Target Customer Profile:

  • Mid-to-large enterprises with structured ESG programs
  • Companies lacking operational infrastructure for compliance and transparency
  • Organizations facing pain points: manual invoice review, audit trail gaps, NGO accountability issues

2. Regulatory Compliance Framework

Critical Requirement: ANGEL must operate as a software platform only—not as a financial institution—to avoid BACEN licensing requirements.

Compliance Strategy:

  • BaaS Dependency: All fund custody, escrow management, and payment execution handled by licensed BaaS partners
  • Platform Role:
    • Orchestration layer coordinating API calls to BaaS providers
    • Compliance engine validating documents and enforcing business rules
    • Audit infrastructure recording transactions on blockchain

Key Regulatory Wins:

  • No direct fund custody (eliminates BACEN licensing barrier)
  • BaaS partners handle all financial operations
  • Blockchain audit trail ensures transparency
  • Software-only model validated for regulatory compliance

3. Unit Economics & Revenue Model

Revenue Model: Hybrid SaaS Subscription + Transaction Take-Rate

Financial Projections:

  • Average ARPU: R$ 2.740/month (Growth tier)
  • LTV/CAC Ratio: ~4x (healthy SaaS benchmark)
  • Break-Even Point: 9–15 active clients
  • Model: Highly scalable hybrid approach combining recurring revenue with transaction-based fees

Key Metrics:

  • Strong unit economics validated through market research
  • Scalable revenue model supporting long-term growth
  • Break-even achievable with modest customer acquisition

Deliverables & Artifacts

Category Artifact Status Completion Date
Technical
Fully Functional SaaS Platform (Frontend + Backend) Completed March 2026
AI/OCR Automation Pipeline Completed January 15, 2026
Blockchain Audit Module (Polygon L2) Completed March 2026
BaaS Payment Flow Integration Completed March 20, 2026
Wallet Ledger System Completed March 2026
Business
Comprehensive Business Plan Completed March 23, 2026
Pitch Deck Completed March 23, 2026
Go-To-Market Strategy Completed March 2026
Financial Projections Model Completed February 10, 2026
Documentation
System Architecture Documentation Completed March 2026
Technical Documentation Completed March 2026

Development Timeline: Key Milestones

Date Milestone Impact
February 2025 Project Kickoff Development cycle initiated
January 15, 2026 AI Pipeline Finalized OCR/NER integration completed and integrated into compliance workflow
February 10, 2026 Unit Economics Validated SaaS pricing model and financial projections refined
March 20, 2026 End-to-End Flow Validated Complete transaction lifecycle tested: Escrow → AI → PIX → Blockchain
March 23, 2026 Business Deliverables Complete Pitch Deck and Business Plan finalized for commercial operations
March 25, 2026 🏁 PROJECT COMPLETION Full software application and business plan delivered

Technical Achievements

Core Capabilities Delivered

AI Automation:

  • Autonomous extraction and verification of supplier CNPJs
  • Budget reconciliation with configurable tolerance thresholds
  • Intelligent error handling and manual review routing

Financial Infrastructure:

  • Segregated escrow via BaaS partners
  • Direct supplier payment (bypassing NGO accounts)
  • PIX instant payment integration
  • Real-time wallet ledger system

Audit & Compliance:

  • SHA-256 cryptographic hashing
  • Polygon L2 blockchain registry
  • Immutable transaction records
  • Public verifiability interface

Architecture Quality:

  • Clean monorepo structure
  • Type-safe domain models
  • Unified TypeScript codebase
  • Production-ready infrastructure

Business Achievements

Market Validation

Market Opportunity:

  • R$ 24 billion annual corporate donation market validated
  • Clear target segment identified (50–100 mid-sized enterprises)
  • Strong product-market fit for ESG compliance automation

Business Model:

  • Scalable hybrid revenue model (SaaS + take-rate)
  • Strong unit economics (4x LTV/CAC)
  • Achievable break-even point (9–15 clients)
  • Validated pricing strategy

Regulatory Compliance:

  • Software-only operational model confirmed
  • BaaS partnership strategy validated
  • BACEN licensing requirements avoided
  • Audit trail framework established

Final Remarks

This report marks the official conclusion of the ANGEL project development cycle.

What began in February 2025 as an idea to solve the "black hole" of corporate donations has materialized into:

A production-ready SaaS platform with enterprise-grade architecture
A validated business model supported by rigorous market research
A regulatory-compliant framework navigating Brazil's fintech landscape
A complete go-to-market strategy ready for commercial execution

By combining BaaS, Artificial Intelligence, and Blockchain into a unified compliance engine, ANGEL has successfully built an automated infrastructure that ensures trust, traceability, and transparency for corporate ESG initiatives.

The technical foundation is solid. The business case is proven. The market is ready.

ANGEL is no longer a capstone project—it is a startup ready to deploy.


Submitted By:
Moises Cazé (Solo Founder & Lead Developer)
Computer Science Student
Instituto de Tecnologia e Liderança (INTELI)
São Paulo, Brazil

Academic Supervisor:
Prof. Lisane Valdo
INTELI – Technology & Leadership Program

Project Timeline: February 2025 – April 2026 (15 months)
Submission Date: March 25, 2026
Institution: Instituto de Tecnologia e Liderança (INTELI)
Program: Technology & Leadership


End of Report

About

Repository for group 61 of class T02 (2025/1A)

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors