Free. Open source. Browser-based.
- Grid layout
- Search in book
- Image preview
- Custom typography
- Highlight and Annotation
- Theme
- Data export
- Cloud storage (Dropbox)
git clone https://github.com/pacexy/flowpnpm installCopy .env.local.example to .env.local and configure the required variables.
pnpm devThe app will be available at http://localhost:7127.
pnpm build # Production build
pnpm lint # Run ESLint
pnpm start # Start production serverUsing docker-compose:
docker compose up -dOr build and run manually:
docker build -t flow .
docker run -p 3000:3000 --env-file .env.local flow