Skip to content

Releases: GeekLuffy/PixEdge

PixEdge v1

26 Jan 17:03

Choose a tag to compare

PixEdge v1.0 — Initial Release

Ultra-fast edge media hosting powered by Telegram CDN.

✨ Highlights

  • Telegram Storage — Unlimited, free, decentralized storage using Telegram Bot API
  • Edge Delivery — 302 redirects for zero-bandwidth, maximum speed content delivery
  • REST API — Versioned API (/api/v1) for programmatic uploads
  • Glassmorphic UI — Dark-mode interface with Framer Motion animations
  • Custom Slugs — Vanity URLs like /i/my-photo
  • View Analytics — Real-time view counters and metadata tracking
  • QR Codes — Instant QR generation for every upload
  • Telegram Bot — Upload directly from Telegram chat

🔌 API Endpoints

Endpoint Method Description
/api/v1/upload POST Upload media file
/api/v1/info/[id] GET Get file metadata

🛠️ Stack

Next.js 15 • Upstash Redis • Telegram Bot API • Framer Motion

Enviornment Variables

TELEGRAM_BOT_TOKEN=your_token
TELEGRAM_CHAT_ID=your_id
UPSTASH_REDIS_REST_URL=your_url
UPSTASH_REDIS_REST_TOKEN=your_token