← Projekty
2026Dokončené

PixelVerse

PixelVerse is a community platform where pixel artists share work, browse feeds, and connect with other artists. Uploads pass through AI moderation before they go live.

  • Next.js 15
  • TypeScript
  • Tailwind CSS
  • Sanity.io
  • TanStack Query
  • TanStack Table
  • TanStack Form

Náhled projektu

PixelVerse — project preview screenshot

Kontext

I wanted a social platform for pixel artists where AI could take on part of content moderation instead of relying on manual review alone.

Technický přístup

  • Next.js frontend with TanStack Query for server state
  • Sanity.io as headless CMS for content and metadata
  • OpenAI API or Gemini API for AI moderation

Výzvy

  • Balancing open community sharing with safe, moderated uploads
  • Modeling artist profiles, posts, and feeds in a headless CMS
  • Keeping data fetching predictable across complex UI surfaces
  • Storing reactions efficiently without the model falling apart under load

Co jsem se naučil

  • TanStack Query simplified cache invalidation across feed and profile views
  • Infinite scroll kept the UI responsive while spreading data fetching over time
  • Sanity schemas are worth defining early. Retrofitting content models is expensive
  • AI moderation token costs add up quickly, so batching and prompt design matter

Hlavní funkce

  • AI content moderation
  • Artist profiles and feeds
  • Headless CMS with Sanity
  • Community discovery

Další projekt

OMORI Wordle

Daily Wordle-style puzzle with OMORI themes, user accounts, and progress tracking.

Zobrazit projekt