Skip to content

floki1250/MagicPing

Repository files navigation

MagicPing 🪄

clean-browser-mockup

MagicPing is a Airdrop Alternative that empowers mobile and desktop devices to transfer messages or files directly between devices through close-range communication in a privacy-preserving manner. In addition to its local peer-to-peer capabilities, MagicPing also offers a cloud solution for broader accessibility and scalability. Unlike conventional methods that rely solely on centralized cloud services, WebRTC-based solutions, or email services which transfer data over the internet, MagicPing provides both decentralized and cloud-based approaches for seamless data transfer. image

Features

  • Close-Range Communication: Utilizes local peer-to-peer communication for direct data transfer between nearby devices.
  • Privacy-Preserving: Ensures privacy by avoiding data transfer over the internet or centralized servers.
  • Message and File Transfer: Supports both messaging and file transfer functionalities.
  • Cross-Platform Compatibility: Compatible with both mobile and desktop devices.
  • Cloud Solution: Offers a cloud-based solution for broader accessibility and scalability.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.