A secure account recovery application with multi-method authentication.
- Node.js 18+
- npm or yarn
# Install dependencies
npm installCreate a .env.local file:
NEXT_PUBLIC_PRIVY_APP_ID=your_privy_app_id_hereGet your Privy App ID from https://dashboard.privy.io
# Start development server
npm run devOpen http://localhost:3000 in your browser.
# Build for production
npm run build
# Start production server
npm run startDetailed documentation is available in the .context/ directory:
- Project Structure - Architecture and file organization
- Design System - Theme, colors, and styling guidelines
- Features - Implementation details and features
- Configuration - Setup and customization guide
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS 4
- Authentication: Privy