BunnyCDN File Uploader

A simple web interface for uploading files to BunnyCDN storage zones.

Features

  • Upload any file type to BunnyCDN storage
  • Provide API credentials through the interface
  • View API response details
  • Simple, clean interface

Usage

  1. Enter your BunnyCDN storage zone name
  2. Enter your BunnyCDN storage password (API key)
  3. Select a file to upload
  4. Click upload and view the response

Structure

  • backend/index.ts - Main Hono server with upload endpoint
  • frontend/index.html - Upload interface
  • frontend/style.css - Styling