Welcome, Developers

The Finnance developer hub provides comprehensive documentation for building and integrating with Finn's AI-powered financial platform.


Setup Guide

Get your development environment running

Read setup guide →

Tech Stack

Understand the full technology stack

Explore tech stack →

Agent Architecture

Deep dive into the AI agent system

Learn about agents →


What's Available

Architecture & Setup

Authentication

Internal Tools

  • Internal Tools - Loading system, admin development, and component guides

Technology Overview

Finnance is built as a modular monorepo with:

LayerTechnology
Web AppNext.js 14, React 18, Tailwind CSS
Mobile AppExpo, React Native
API ServerFastAPI (Python 3.11+)
DatabaseSupabase (PostgreSQL)
AI/MLOpenAI GPT-4o, Agents SDK
InfrastructureAWS ECS, Vercel

Quick Start

# Clone the repository
git clone git@github.com:finnance/mono.git
cd mono

# Install dependencies
yarn install

# Start Supabase
cd backend/supabase && supabase start

# Start the web app
yarn next:dev

See the Setup Guide for detailed instructions.


Coming Soon

  • Database Schema - Complete data model documentation
  • API Reference - REST and GraphQL endpoint documentation
  • Webhooks - Real-time event notifications
  • SDKs - Client libraries for common platforms
  • Changelog - Version history and breaking changes

Need Help?

  • Feedback - Use the Feedback button in the header
  • Support - Email support@textfinn.com
  • Internal - Reach out on Slack

Was this page helpful?