Inflow

Welcome to Inflow

Inflow is a modern, privacy-focused, self-hosted analytics platform designed as a lightweight alternative to Google Analytics.

Inflow gives you the power to understand your website traffic without compromising user privacy. It's built for speed, transparency, and ease of use.

Quick Start (Local Development)

To get Inflow running on your local machine, follow these steps:

git clone https://github.com/ibrahimraimi/inflow.git
cd inflow
bun install

Setup Environment

Copy the example environment file and fill in your credentials:

cp .env.example .env.local

Initialize Database

Start the supporting services (PostgreSQL & Redis) using Docker:

docker compose up -d
bun run db:push

Run the App

bun run dev

The application will be available at http://localhost:3000.

Explore Documentation

On this page