Introduction

TimeTiles

Note: TimeTiles is under active development.

TimeTiles is a spatial data management platform built with Next.js, Payload CMS, and PostgreSQL with PostGIS.

Quick Start

# Clone and setup
git clone <repository-url>
cd timetiles
pnpm install
 
# Start database
make up
 
# Run migrations  
cd apps/web && pnpm payload:migrate
 
# Start development
pnpm dev

Visit http://localhost:3000 (opens in a new tab) to see the application.

Technology Stack

  • Frontend: Next.js 15, React 19, TypeScript
  • CMS: Payload CMS with PostgreSQL
  • UI: shadcn/ui, Tailwind CSS
  • Database: PostgreSQL with PostGIS
  • Monorepo: Turborepo with pnpm

Features

  • Event data import system (CSV/Excel)
  • Background job processing
  • Geocoding integration
  • Spatial data management
  • Admin interface with Payload CMS

Ready to get started? Check out the development setup guide.