Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker House Protocol

Find your Builder. Build together. Live the protocol.

Stack

  • Next.js 16 — App Router, server components by default
  • React 19 + TypeScript (strict mode)
  • Tailwind CSS v4
  • shadcn/ui — component library
  • Supabase — database (no auth)
  • Privy — wallet + email authentication
  • TanStack Query — server-state management
  • Zod — schema validation + env config

Getting Started

pnpm install

Copy .env.local and fill in your keys:

NEXT_PUBLIC_SUPABASE_URL=
NEXT_PUBLIC_SUPABASE_ANON_KEY=
NEXT_PUBLIC_PRIVY_APP_ID=
pnpm dev

Commands

pnpm dev      # Development server
pnpm build    # Production build
pnpm start    # Run production build
pnpm lint     # ESLint

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages