FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I built a cloud download manager in 30 days as a student - here's what I learned
How-ToWeb Development

I built a cloud download manager in 30 days as a student - here's what I learned

via Dev.to WebdevHasith Lakshan20h ago

A few weeks ago I was using Offcloud to download torrents to my Google drive. Then they cancelled all lifetime memberships overnight. No warning, no refund option. So I built my own. What is CloudPipe? CloudPipe is a cloud download manager that fetches files on remote servers and sends them directly to your Google Drive. Paste any magnet link, torrent, or direct URL - it handles the rest. No files touch your device. Your IP stays hidden. Files land straight in YOUR Google Drive. The Tech Stack Frontend: Next.js 14 (App Router) + Tailwind Auth + DB: Supabase Worker: Node.js + aria2c CDN/DDoS: Cloudflare Storage: Google Drive API Payments: Creem Hosting: OVH VPS + Oracle Cloud Free Tier Deploy: Netlify + GitHub Actions The Architecture The interesting part is the worker system. Each worker is a Node.js server running aria2c under the hood. When a job comes in: Worker picks up job from Supabase queue aria2c downloads the file to local storage Worker uploads to Google Drive via API Job mar

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles

Code Is Culture: Why the Language We Build With Matters
How-To

Code Is Culture: Why the Language We Build With Matters

Medium Programming • 1d ago

How To Implement Validation With MediatR And FluentValidation
How-To

How To Implement Validation With MediatR And FluentValidation

Medium Programming • 1d ago

As people look for ways to make new friends, here are the apps promising to help
How-To

As people look for ways to make new friends, here are the apps promising to help

TechCrunch • 1d ago

Why You Should Use Pydantic Settings instead of os.getenv() for Environment Variables
How-To

Why You Should Use Pydantic Settings instead of os.getenv() for Environment Variables

Medium Programming • 1d ago

Fine-Tuning OpenClaw Tutorial: How to Go from Install to Multi-Agent in a Single Evening
How-To

Fine-Tuning OpenClaw Tutorial: How to Go from Install to Multi-Agent in a Single Evening

Medium Programming • 1d ago

Discover More Articles