Skip to content

lapentad/FilmGlowStudio

Repository files navigation

Film Glow Studio

Film Glow Studio

A web app that adds analog film effects to your digital photos.

Quick Start

A) Local Deploy

docker pull ghcr.io/flapenta/filmglowstudio:latest
docker run -p 8080:80 ghcr.io/flapenta/filmglowstudio:latest

Open http://localhost:8080 in your browser.

B) Deploy on Vercel

Deploy with Vercel

What it does

  • Film emulation: Kodak Vision3 and Fujifilm looks
  • Halation: Red glow around bright areas (like real film)
  • Bloom: Soft white glow effect
  • Film grain: Adjustable texture and intensity
  • Color tools: Temperature, contrast, shadows, highlights, saturation, vibrance
  • Extra effects: Vignette, sharpness, softness
Film Glow Studio
Film Glow Studio

Built with

  • React + TypeScript
  • Vite
  • Photon (WebAssembly for fast image processing)
  • shadcn-ui + Tailwind CSS

Development

# Install dependencies
npm install

# Start dev server
npm run dev

# Build for production
npm run build

Docker

Using Docker Compose

docker compose up -d

Manual Docker

# Build image
docker build -t filmglowstudio .

# Run container
docker run -p 8080:80 filmglowstudio

About

Film Emulation Web App: Apply analog film looks to your digital photos directly in the browser.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages