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 installSetup Environment
Copy the example environment file and fill in your credentials:
cp .env.example .env.localInitialize Database
Start the supporting services (PostgreSQL & Redis) using Docker:
docker compose up -d
bun run db:pushRun the App
bun run devThe application will be available at http://localhost:3000.