Private video-sharing PWA for friend groups.
Share video clips and music links with your close friends. TikTok-style vertical feed, invite-only group, installable PWA.
Note: Scrolly does not bundle any download tools. The host must explicitly install a provider from Settings. See DISCLAIMER.md.
Prerequisites: Node.js 24+
git clone https://github.com/312-dev/scrolly.git
cd scrolly
npm install
cp .env.example .env # edit with your values
npm run dev
curl -LO https://raw.githubusercontent.com/312-dev/scrolly/main/docker-compose.yml
curl -LO https://raw.githubusercontent.com/312-dev/scrolly/main/.env.example
cp .env.example .env && nano .env
docker compose up -d
Migrations run automatically on startup. Upgrade with docker compose pull && docker compose up -d.
312-dev.github.io/scrolly — deployment, configuration, and API reference.
| Command | Description |
|---|---|
npm run dev |
Dev server |
npm run build |
Production build |
npm run lint |
ESLint |
npm run format |
Prettier |
npm run type-check |
TypeScript check |
npm run test |
Unit tests |
npm run test:coverage |
Tests with coverage |