A premium, fast, and secure client-side tool to convert images to Base64 strings.
- Drag & Drop Upload: Easily upload images from your computer.
- Remote URL Support: Fetch images directly from URLs (subject to CORS).
- Instant Conversion: Client-side processing for maximum speed and privacy.
- Preview & Copy: View the image and copy the Base64 string with one click.
- Premium Design: Modern dark mode aesthetic with glassmorphism effects.
- React
- Vite
- Vanilla CSS (Custom Design System)
-
Install dependencies:
npm install
-
Run development server:
npm run dev
-
Build the project:
npm run build
-
Deploy using Wrangler (if installed and authenticated):
npx wrangler pages deploy dist
Or connect your GitHub repository to Cloudflare Pages dashboard and set the build command to
npm run buildand output directory todist.