SPLIT is a simple, lightweight, self-hosted expense splitter that makes it easy to calculate who owes what when sharing expenses with friends or groups.
- 🌍 Multi-language support - Available in English, Spanish and Catalan
- 💰 Customizable currency - Configure your preferred currency symbol and position
- 📱 Responsive design - Works seamlessly on desktop and mobile devices
- 🎨 Modern UI - Clean, professional interface with smooth animations
- ⚡ Fast & Lightweight - No database required, runs entirely in the browser
- 🐳 Docker-ready - Easy deployment with Docker
The recommended installation method is Docker.
docker run -d \
--name split \
-p 80:80 \
-e CURRENCY="€" \
-e CURRENCY_POSITION="right" \
poliuscorp/splitservices:
split:
image: poliuscorp/split
container_name: split
restart: unless-stopped
ports:
- "80:80"
environment:
CURRENCY: "€"
CURRENCY_POSITION: "right"Split supports the following environment variables:
| Variable | Default | Description |
|---|---|---|
CURRENCY |
€ |
The currency symbol to display (e.g., $, £, €, ¥) |
CURRENCY_POSITION |
right |
Position of currency symbol: left or right |
MIT License - see LICENSE file for details
