WAVPOINT

ONCHAIN PLATFORM FOR CURATED MUSIC MINIMIXES
PROJECT OVERVIEW
TYPE: Web3 Music Platform
TECH: TypeScript, Next.js, Expo, Solito
STATUS: Completed, Archived

Wavpoint is an onchain platform purpose-built to showcase heavily curated and tokenized music minimixes. The platform enables artists to deploy unreleased or rare music in mix form, test audience resonance, and potentially archive successful mixes to limited-edition vinyl.

This innovative approach bridges the gap between digital and physical music collections, allowing artists to gauge interest before committing to physical production while giving listeners access to exclusive content with ownership verified on the blockchain.

TECHNICAL DETAILS

Wavpoint is structured as a comprehensive monorepo that houses both web and mobile applications, along with shared packages. The technical architecture leverages several cutting-edge technologies:

  • Turborepo for efficient monorepo management
  • TypeScript for type-safe development across all packages
  • Next.js for the web application
  • Expo for the mobile application
  • Solito for cross-platform routing between web and mobile
  • NativeWind for consistent styling across platforms
  • Viem for blockchain interactions
  • Zora for blockchain integration
  • Jotai for state management
  • Privy for authentication
  • Supabase for data storage and retrieval
PROJECT STRUCTURE

The monorepo is organized into apps and packages:

  • Apps
    • landing: Vite-based HTML landing page with Tailwind
    • web: Next.js web application
    • mobile: Expo mobile application
  • Packages
    • app: Solito router-based cross-platform package
    • utils: Constant variables and common schemas/utilities
    • typescript-config: Shared TypeScript configuration
DEVELOPMENT PROCESS

The development of Wavpoint follows modern best practices for cross-platform applications. The monorepo structure allows for code sharing between web and mobile applications while maintaining platform-specific optimizations.

Key development features include:

  • Unified development workflow using Bun package manager
  • Cross-platform component sharing to maintain consistent UI/UX
  • Blockchain integration for tokenization of music content
  • Automated deployment pipeline via Vercel
  • Feature branch previews for collaborative development
PROJECT LINKS