Files
PrivyDrop/frontend
2025-06-22 10:05:00 +08:00
..
2025-06-21 20:15:18 +08:00
2025-06-22 08:25:27 +08:00
2025-05-23 22:41:56 +08:00
2025-06-20 20:54:42 +08:00
2025-06-10 23:25:38 +08:00
2025-06-20 20:54:42 +08:00
2025-06-20 20:54:42 +08:00
2025-06-12 22:58:01 +08:00
2025-05-23 22:41:56 +08:00
2025-05-23 22:41:56 +08:00
2025-06-20 20:54:42 +08:00
2025-06-20 23:31:48 +08:00
2025-06-18 22:53:38 +08:00
2025-06-20 20:54:42 +08:00
2025-06-20 20:54:42 +08:00

PrivyDrop - Frontend

This is the frontend for PrivyDrop, a privacy-focused file sharing application built with Next.js and based on WebRTC.

🛠️ Tech Stack

  • Frontend Framework: Next.js 14 (App Router)
  • UI Framework: React 18 + TypeScript
  • Styling: Tailwind CSS + shadcn/ui
  • P2P Transport: WebRTC
  • Signaling Service Client: Socket.IO Client
  • Internationalization: next-intl

🚀 Local Development

Before you start, please ensure you have installed and started the backend service according to the instructions in the project's root README.md.

  1. Navigate to the Directory
    # Assuming you are in the project's root directory
    cd frontend
    
  2. Install Dependencies
    pnpm install
    
  3. Configure Environment Variables Create a .env.development.local file in the frontend/ directory and add the necessary environment variables for development. At a minimum, you need to specify the backend API address:
    NEXT_PUBLIC_API_URL=http://localhost:3001
    
  4. Start the Development Server
    pnpm dev
    
  5. Open http://localhost:3000 in your browser to see the application.

📚 Detailed Documentation

🤝 Contributing

We welcome all forms of contributions! Please read the Contribution Guidelines in the root directory to get started.