Afilmory: A Modern Photo Gallery for Photographers with WebGL Viewer
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Afilmory is a comprehensive, high-performance photo gallery platform designed for photographers. It offers features like automatic photo synchronization from various storage sources, a custom WebGL image viewer, and detailed EXIF metadata display. Users can choose between a zero-setup SaaS option or self-hosting for full control.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Afilmory is an advanced, high-performance photo gallery solution tailored for photographers. It integrates modern web technologies to provide a seamless experience for showcasing your work. With features like S3/GitHub synchronization, detailed EXIF data display, interactive maps, and a custom WebGL viewer, Afilmory offers a robust platform for managing and presenting your photography. Whether you prefer a managed service or full control over your deployment, Afilmory provides flexible options to suit your needs.
Installation
Afilmory offers two primary ways to get started:
Option 1: Official SaaS (Recommended)
For the quickest setup, the official SaaS provides a zero-configuration experience.
? Get Started at afilmory.art
Option 2: Self-Hosting
For developers seeking full control, Afilmory can be self-hosted.
Docker (Recommended)
Refer to the official Docker deployment guide for detailed instructions:
https://github.com/Afilmory/docker
Manual Installation
# 1. Clone and install
git clone https://github.com/Afilmory/Afilmory.git
cd Afilmory
pnpm install
# 2. Configure
cp config.example.json config.json
cp builder.config.default.ts builder.config.ts
# Edit both files with your settings
# 3. Build manifest and thumbnails
pnpm run build:manifest
# 4. Start the application
pnpm dev
For more detailed self-hosting instructions, consult the Documentation.
Examples
Explore live galleries powered by Afilmory:
Why Use Afilmory?
Afilmory stands out with its blend of performance, features, and flexibility:
- High-Performance WebGL Renderer: Experience smooth zoom, pan, and gesture support with a custom WebGL image viewer.
- Multi-Storage Support: Seamlessly synchronize photos from S3-compatible storage, GitHub repositories, Eagle, or your local file system.
- Comprehensive EXIF Display: Showcase detailed camera information, focal length, aperture, ISO, and more for each photograph.
- Modern UI/UX: Built with Tailwind CSS and Radix UI, ensuring a responsive, accessible, and aesthetically pleasing gallery experience across all devices.
- Incremental Sync: Efficiently manage your photo collection with smart change detection, processing only new or modified images.
- Advanced Image Processing: Automatic conversion for HEIC/HEIF and TIFF, smart multi-size thumbnail generation, Blurhash placeholders, and full HDR image support.
- Flexible Architecture: Developed as a monorepo using React 19, TypeScript, Vite, Hono, and Drizzle ORM, providing a robust and scalable foundation.
Links
- Official SaaS: https://afilmory.art/
- Documentation: https://docs.afilmory.art/
- GitHub Repository: https://github.com/Afilmory/Afilmory
Related repositories
Similar repositories that may be relevant next.

Voicebox: The Open-Source AI Voice Studio for Cloning and Dictation
June 25, 2026
Voicebox is an innovative open-source AI voice studio that allows users to clone voices, generate speech in multiple languages, and dictate into any application. It provides a comprehensive, local-first voice I/O stack, offering a powerful alternative to cloud-based solutions. This tool ensures complete privacy and control over your voice data, running entirely on your local machine.

EasyWhisperUI: A Cross-Platform Desktop App for Whisper Model Transcription
June 22, 2026
EasyWhisperUI is a fast, local desktop application designed for transcribing audio and video using the Whisper model. It offers GPU acceleration across Windows, macOS, and Linux, providing a user-friendly interface for various transcription tasks. The application supports features like live transcription, batch processing, and translation, making it a versatile tool for media processing.

Dexter: An Autonomous Agent for Deep Financial Research
June 22, 2026
Dexter is an autonomous financial research agent designed to think, plan, and learn while performing analysis. It leverages task planning, self-reflection, and real-time market data to tackle complex financial questions. This project provides a powerful tool for in-depth financial exploration, emphasizing its educational and informational purposes.

Piping Server: Infinite Data Transfer Over Pure HTTP
June 20, 2026
Piping Server is an innovative open-source project enabling infinite data transfer between any device over pure HTTP. It acts as a simple, storageless server, facilitating data streaming with just `curl` or a web browser. This makes it ideal for secure, real-time communication and large file transfers without requiring any installation.
Source repository
Open the original repository on GitHub.