Simple Photo Gallery
Create beautiful photo galleries from collections in just 30 seconds. No configuration required to get startedβsimply run two commands in your photos folder and create a static gallery website you can self-host.
This is a free, open-source tool that you can use to generate galleries and self-host them. If you don't want to use the command line or bother with self-hostting, please check out simple.photo for a hosted solution.
Example Gallries
More examples
Features
πΈ Automatically scan directories with photos and videos
π Show descriptions for photos and videos
π Divide the gallery into sections to tell a story
πΌοΈ Create optimized thumbnails for fast loading
π₯ Play videos directly in the gallery
π± Generate galleries that work on all devices
β‘ Optimized to be fast and lightweight
π§ Generate a static HTML gallery that you can self-host
Quick Start
To create a gallery you need to install he simple-photo-gallery package globally and then you can use the spg command:
npm install -g simple-photo-gallery@latest spg init spg build
Alternatively you can use npx to run the commands directly:
npx simple-photo-gallery@latest init npx simple-photo-gallery@latest build
This will:
- Install the simple-photo-gallery package from NPM (if you don't already have it)
- Prompt you for your gallery title, description, and header image
- Scan your photos and create a
gallery.jsonfile - Generate optimized thumbnails
- Build a static HTML gallery that you can open in your browser and self-host
Installation Requirements
- Node.js 20+ - Download here
- FFmpeg (for video support) - Install via:
- macOS:
brew install ffmpeg - Ubuntu/Debian:
sudo apt install ffmpeg - Windows: Download from ffmpeg.org
- macOS:
Supported Formats
Images: JPEG, PNG, WebP, GIF, TIFF
Videos: MP4, MOV, AVI, WebM, MKV
Detailed Documentation
For advanced usage, customization, and deployment options, see the comprehensive documentation:
- Commands Reference - Detailed guide for all CLI commands
init- Initialize new galleriesbuild- Generate static HTML galleriesthumbnails- Generate optimized thumbnailsclean- Remove gallery files
- Gallery Configuration - Manual editing of
gallery.jsonand advanced features like sections - Deployment Guide - Guidelines for hosting your gallery
Python Version
The old Python version of Simple Photo Gallery V1 is still available here, but is now deprecated.
License
Simple Photo Gallery is licensed under the MIT License - see LICENSE file for details.