Skip to main content

Quickstart

Run a minimal Truv integration end-to-end in Python, Ruby, Go, Node.js, or C#. Create a user, launch Bridge, receive a webhook, and fetch a report. Use this to verify your API keys work and understand the core flow before building anything.

Quickstart

Clone, configure, and run in minutes with Docker. Five languages available.

Demo apps

The demo-apps repo implements 12 real integration patterns across four verticals. Each makes live API calls, launches Bridge, receives webhooks, and fetches reports. Pick the demo that matches your use case and use it as a starting point.

Prerequisites

Setup

Open .env and add your Truv API credentials:
Start ngrok in a separate terminal to receive webhooks:
Copy the https://...ngrok-free.dev URL into .env:
Run the app:
Open http://localhost:5173 and pick a demo.

Choose a demo

Which demo fits your use case?

See Test Credentials for sandbox login scenarios.