NILIFY

2 Squirrels AI

Technology Stack

AI EngineClaude (Anthropic)
PlatformAnthropic API
DomainNIL Athletes
FeaturesLegal + Financial AI
ArchitectureRAG-Enhanced

Platform Overview: NILIFY is an AI-powered Financial Coach and Legal Helpdesk designed specifically for college athletes navigating NIL (Name, Image, Likeness) opportunities. Powered by Claude, it provides plain-language legal guidance, contract risk analysis, and personalized financial coaching.

AI Components

⚖️
Legal AI Assistant
Plain-Language Legal Help
📜
Contract Analyzer
NIL Deal Risk Assessment
💰
Financial Coach
Personalized Money Advice
Compliance Checker
NCAA Rules Validation
📚
Knowledge Base
RAG-Powered Q&A
🧠
Claude Core
Anthropic LLM Engine

Claude Legal Assistant

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart TB
    subgraph Input["📝 Athlete Question"]
        QRY["🏈 Legal Question"]
        CTX["👤 Athlete Context"]
    end
    subgraph Processing["🧠 Claude Processing"]
        PRE["📐 Prompt Engineering"]
        LLM["🧠 Claude API"]
        KNW["📚 Legal Knowledge"]
    end
    subgraph Analysis["⚖️ Legal Analysis"]
        INT["🔍 Intent Recognition"]
        REL["📋 Relevant Law Lookup"]
        SIM["✨ Simplification"]
    end
    subgraph Output["📤 Response"]
        ANS["💬 Plain-Language Answer"]
        REF["📖 Legal References"]
        ACT["✅ Action Items"]
    end
    QRY --> PRE
    CTX --> PRE
    PRE --> LLM
    LLM --> KNW
    KNW --> INT
    INT --> REL
    REL --> SIM
    SIM --> ANS
    ANS --> REF
    REF --> ACT
                

Contract Review Agent

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart LR
    subgraph Upload["📄 Contract Input"]
        DOC["📜 NIL Contract PDF"]
        TXT["📝 Contract Text"]
    end
    subgraph Extract["🔍 Extraction"]
        PRS["🔧 Document Parser"]
        CLS["📋 Clause Extraction"]
    end
    subgraph Claude["🧠 Claude Analysis"]
        LLM["🧠 Claude API"]
        TMP["📐 Contract Template"]
        CHK["⚠️ Risk Patterns"]
    end
    subgraph Risk["📊 Risk Analysis"]
        SCR["📈 Risk Score"]
        FLG["🚩 Red Flags"]
        CMP["⚖️ Industry Comparison"]
    end
    subgraph Output["📤 Report"]
        SUM["📋 Summary"]
        REC["💡 Recommendations"]
        NEG["🤝 Negotiation Points"]
    end
    DOC --> PRS
    TXT --> PRS
    PRS --> CLS
    CLS --> LLM
    LLM --> TMP
    TMP --> CHK
    CHK --> SCR
    SCR --> FLG
    FLG --> CMP
    CMP --> SUM
    SUM --> REC
    REC --> NEG
                

Financial Coaching AI

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart TB
    subgraph Profile["👤 Athlete Profile"]
        ATH["🏈 Athlete Info"]
        INC["💵 NIL Income"]
        GOL["🎯 Financial Goals"]
    end
    subgraph Analysis["🧠 Claude Analysis"]
        LLM["🧠 Claude API"]
        FIN["💰 Financial Templates"]
        TAX["📊 Tax Considerations"]
    end
    subgraph Planning["📋 Financial Planning"]
        BUD["📈 Budget Planning"]
        SAV["🏦 Savings Strategy"]
        INV["📊 Investment Basics"]
    end
    subgraph Output["📤 Personalized Advice"]
        ADV["💡 Recommendations"]
        ACT["✅ Action Plan"]
        EDU["📚 Financial Education"]
    end
    ATH --> LLM
    INC --> LLM
    GOL --> LLM
    LLM --> FIN
    FIN --> TAX
    TAX --> BUD
    BUD --> SAV
    SAV --> INV
    INV --> ADV
    ADV --> ACT
    ACT --> EDU
                

Compliance Checker

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart TB
    subgraph Deal["📋 Deal Terms"]
        TRM["💼 NIL Deal Details"]
        BRD["🏷️ Brand Info"]
        VAL["💰 Deal Value"]
    end
    subgraph Rules["📚 Rules Database"]
        NCAA["🏆 NCAA Rules"]
        STT["🏛️ State Laws"]
        SCH["🎓 School Policies"]
    end
    subgraph Claude["🧠 Claude Compliance"]
        LLM["🧠 Claude API"]
        CMP["⚖️ Rules Comparison"]
        VLD["✅ Validation Engine"]
    end
    subgraph Check["🔍 Compliance Check"]
        C1{"NCAA OK?"}
        C2{"State OK?"}
        C3{"School OK?"}
    end
    subgraph Output["📤 Status"]
        APR["✅ Approved"]
        ISS["⚠️ Issues Found"]
        REV["🔄 Needs Review"]
    end
    TRM --> LLM
    BRD --> LLM
    VAL --> LLM
    NCAA --> CMP
    STT --> CMP
    SCH --> CMP
    LLM --> CMP
    CMP --> VLD
    VLD --> C1
    C1 -->|"Yes"| C2
    C1 -->|"No"| ISS
    C2 -->|"Yes"| C3
    C2 -->|"No"| ISS
    C3 -->|"Yes"| APR
    C3 -->|"No"| REV
                

Q&A Knowledge Base

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart LR
    subgraph Query["📝 User Query"]
        QRY["❓ Athlete Question"]
        EMB["🔢 Query Embedding"]
    end
    subgraph RAG["📚 RAG Pipeline"]
        VDB[("🗄️ Vector DB")]
        RTV["🔍 Retrieval"]
        CTX["📋 Context Assembly"]
    end
    subgraph Sources["📖 Knowledge Sources"]
        LEG["⚖️ Legal Docs"]
        FIN["💰 Financial Guides"]
        NIL["🏆 NIL Regulations"]
    end
    subgraph Claude["🧠 Claude Generation"]
        LLM["🧠 Claude API"]
        PRM["📐 Prompt + Context"]
    end
    subgraph Output["📤 Response"]
        ANS["💬 Contextual Answer"]
        SRC["📖 Source Citations"]
    end
    QRY --> EMB
    EMB --> VDB
    VDB --> RTV
    LEG --> VDB
    FIN --> VDB
    NIL --> VDB
    RTV --> CTX
    CTX --> PRM
    PRM --> LLM
    LLM --> ANS
    ANS --> SRC
                

Full NILIFY Architecture

%%{init: {'theme': 'dark', 'themeVariables': { 'primaryColor': '#C17852', 'primaryTextColor': '#F0F6FC', 'primaryBorderColor': '#4A5E32', 'lineColor': '#E6C98F', 'secondaryColor': '#161B22', 'tertiaryColor': '#0D1117', 'background': '#0D1117', 'mainBkg': '#161B22', 'nodeBorder': '#4A5E32', 'clusterBkg': '#161B22', 'clusterBorder': '#4A5E32', 'titleColor': '#E6C98F', 'edgeLabelBackground': '#161B22'}}}%%
flowchart TB
    subgraph Users["🏈 Athletes"]
        ATH["👤 College Athletes"]
        MOB["📱 Mobile App"]
        WEB["🌐 Web Portal"]
    end
    subgraph Frontend["🖥️ NILIFY App"]
        UI["🎨 User Interface"]
        CHAT["💬 Chat Interface"]
        DASH["📊 Dashboard"]
    end
    subgraph API["🔌 Backend"]
        GW["🚪 API Gateway"]
        AUTH["🔐 Auth Service"]
        ROUTE["🛤️ Request Router"]
    end
    subgraph Claude["🧠 Claude API (Anthropic)"]
        LLM["🧠 Claude LLM"]
        PMT["📐 Prompt Templates"]
        CTX["📋 Context Manager"]
    end
    subgraph AIServices["🤖 AI Services"]
        LEG["⚖️ Legal AI"]
        FIN["💰 Financial AI"]
        COMP["✅ Compliance AI"]
        RAG["📚 RAG Engine"]
    end
    subgraph Data["💾 Data Layer"]
        VDB[("🗄️ Vector Store")]
        DB[("💾 User Data")]
        RULES[("📜 Rules DB")]
    end
    ATH --> MOB
    ATH --> WEB
    MOB --> UI
    WEB --> UI
    UI --> CHAT
    UI --> DASH
    CHAT --> GW
    DASH --> GW
    GW --> AUTH
    AUTH --> ROUTE
    ROUTE --> LEG
    ROUTE --> FIN
    ROUTE --> COMP
    ROUTE --> RAG
    LEG --> LLM
    FIN --> LLM
    COMP --> LLM
    RAG --> LLM
    LLM --> PMT
    PMT --> CTX
    RAG --> VDB
    LEG --> RULES
    FIN --> DB
    COMP --> RULES