Skip to Content
OverviewOverview

What is Zephyr?

Zephyr is a fast, type‑safe social platform and content aggregator. It enables users to share content from external sources (currently HackerNews), create rich posts with media attachments, engage through comments and voting, and build reputation through the Aura system.

Technical Pillars

PillarTechnologies & Approach
PerformanceBun + Turborepo + Next.js 15 with Turbopack for subsecond build times and optimal runtime performance
Type SafetyEnd‑to‑end TypeScript with strict configuration, Zod validation, and Prisma-generated types
AccessibilityA11y rules enforced via Ultracite (Biome-powered) linter and React best practices
Developer ExperienceClear npm scripts, Docker Compose for local development, and comprehensive documentation
ScalabilityRedis caching, Meilisearch for fast search, MinIO for object storage, and PostgreSQL for data persistence

This docs site focuses on the contributor experience: how to set up, develop, and make high‑quality changes safely and quickly.

What’s in this section

  • Architecture: How the monorepo is structured and how pieces communicate
  • Features: A tour of capabilities and WIP areas

Next steps

Last updated on