Skip to main content

Welcome to Galey Cloud

Your personal cloud photo gallery. Organize, store, and manage your photo collection with powerful albums, intelligent search, and secure cloud storage.

Quick Start

Get up and running with Galey Cloud in just a few steps

1

Create Your Account

Sign up for a Galey Cloud account and authenticate using Supabase. Your photos are protected with row-level security, ensuring only you can access your collection.
# Navigate to the sign-up page
https://your-app.vercel.app/auth/sign-up
2

Upload Your First Photos

Start uploading photos using drag-and-drop or the upload button. Photos are automatically stored in Vercel Blob storage with optimized delivery.
// Upload photos via API
const formData = new FormData();
formData.append('file', file);

await fetch('/api/photos/upload', {
  method: 'POST',
  body: formData,
});
3

Organize with Albums

Create albums to organize your photos by events, dates, or themes. Move photos between albums with a simple interface.
Albums help you keep your photo collection organized and easy to navigate.
4

Search and Explore

Use the search functionality to quickly find photos by filename. Your gallery is optimized for fast browsing with responsive layouts.

Explore Key Features

Everything you need to manage your photo collection

Photo Gallery

Browse your photos in a beautiful, responsive grid layout with lightbox viewing and metadata display.

Album Management

Create, organize, and manage albums to keep your photos structured and accessible.

Cloud Storage

Secure photo storage powered by Vercel Blob with automatic optimization and fast delivery.

Authentication

Secure user authentication with Supabase, ensuring your photos remain private and protected.

Developer Resources

Learn how to integrate and extend Galey Cloud

API Reference

Complete API documentation for photos and albums endpoints.

Deployment Guide

Step-by-step instructions for deploying your own instance.

User Guide

Learn best practices for organizing and managing your photos.

Ready to Get Started?

Deploy your own Galey Cloud instance and start organizing your photo collection today.

View Quickstart Guide