What is Galey Cloud?
Galey Cloud is a modern, secure cloud-based photo gallery application that allows you to store, organize, and manage your photo collections online. Built with cutting-edge web technologies, it provides a seamless experience for uploading, browsing, and organizing your precious memories. The application combines the power of Next.js for a fast, responsive frontend with Supabase for secure authentication and data management, and Vercel Blob for scalable cloud storage.Key Features
Secure Authentication
User authentication powered by Supabase Auth with email/password sign-up and login
Cloud Storage
Unlimited photo storage using Vercel Blob with automatic file optimization
Album Organization
Create custom albums to organize your photos by events, dates, or categories
Smart Search
Quickly find photos by filename with real-time search functionality
Dark Mode
Built-in theme support with automatic dark/light mode switching
Responsive Design
Beautiful, responsive interface that works seamlessly on desktop and mobile devices
Architecture Overview
Galey Cloud is built on a modern, scalable architecture:Frontend Framework
Next.js 16 with React 19 provides a fast, server-rendered application with optimal performance and SEO
Authentication & Database
Supabase handles user authentication and stores metadata (albums, photo references) in PostgreSQL with Row Level Security
File Storage
Vercel Blob stores the actual photo files with public access URLs and automatic CDN distribution
Technology Stack
How It Works
Galey Cloud separates metadata from actual file storage for optimal performance and scalability.
- User uploads a photo → File is sent to Vercel Blob storage
- Vercel Blob returns a public URL → URL is stored in Supabase database
- Photo metadata is saved → Filename, size, dimensions, and album association
- User views gallery → Photos are fetched from database and displayed from CDN
- User organizes photos → Album associations are updated in database only
Data Model
The application uses two main database tables:All tables use Row Level Security (RLS) to ensure users can only access their own data.
Use Cases
Galey Cloud is perfect for:- Personal Photo Collections - Store and organize family photos, vacation memories, and special moments
- Event Photography - Organize photos from weddings, parties, or corporate events into albums
- Portfolio Management - Photographers can showcase their work in organized collections
- Team Collaboration - Share and organize project photos with team members (with future sharing features)
- Photo Backup - Securely backup photos from your devices to the cloud
Security & Privacy
- Row Level Security (RLS) - Database policies ensure users only see their own photos
- Secure Authentication - Passwords are hashed and managed by Supabase Auth
- Private by Default - Photos are associated with user accounts and require authentication
- HTTPS Everywhere - All data transmission is encrypted in transit
What’s Next?
Ready to get started with Galey Cloud? Continue to the Quickstart guide to set up your own instance.Quickstart
Get up and running in 10 minutes
Deployment Guide
Learn about environment variables and settings