Full Source Code · Instant Delivery

Launch Your Own
Manga Reader
Platform — Fast.

A complete 2-part system: an automated scraper that collects manga data into SQLite, and a polished Next.js reader that displays it — connected to Supabase. Deploy in under an hour.

🔥 Early Bird Offer
ZynU MangO — Complete Package
$49 $129
Buy Now — $49 →
⚡ Instant delivery · ZIP download · No subscriptions
2-in-1
Tools in one purchase
$0/mo
Hosting cost (Vercel free tier)
<60min
From zero to live platform
Manga titles you can collect
What You Get

Everything included.
Nothing else to buy.

Two production-grade tools built to work together. The scraper fills your database, the reader shows it to the world.

🕷️

Manga Scraper (Python GUI)

Desktop app with PyQt5 UI. Scrapes manga metadata, chapters, and image URLs from any source. Stores everything in a local SQLite database.

Part 1
☁️

Supabase Upload Pipeline

Built into the scraper's Tab 2. One click to upload your entire SQLite database to Supabase PostgreSQL — with test connection, preview data, and progress tracking.

Built-in
📖

Next.js 14 Reader Website

Full manga reading platform. Homepage, manga detail pages, chapter reader, search, filter by genre/type/status — all wired to your Supabase database.

Part 2
⏸️

Pause / Resume Scraping

Long scraping sessions don't need to run nonstop. Pause at any time, come back later. Progress is saved to SQLite — nothing gets duplicated.

Scraper
📊

ETA + Speed Tracking

Real-time stats: manga/min speed, estimated time remaining, and a full log panel with clear + save to file. No guessing how long is left.

Scraper
📱

Mobile-Ready Dark Theme

The Next.js reader is fully responsive. Looks sharp on every screen size — desktop, tablet, phone. Chapter images load with sticky top/bottom navigation bars.

Reader
How It Works

3 steps. Your platform is live.

No complicated infrastructure. Runs on free tiers. You own everything.

01

Run the Scraper

Open the Python GUI app. Point it at your manga source, set a rate limit, hit Start. It collects all manga, chapters, and image URLs into a local SQLite file.

02

Upload to Supabase

Switch to Tab 2 in the GUI. Enter your Supabase credentials, click Test Connection, then Mulai Upload. All data moves to your cloud PostgreSQL database.

03

Deploy the Reader

Add your Supabase URL and anon key to .env.local. Run npm install && npm run dev or deploy to Vercel in one click.

🎉

Your Platform is Live

Visitors can browse manga, read chapters, search by genre, filter by type — all on a fast, SEO-ready Next.js site. Your data, your domain, your platform.

Under the Hood

Built properly.
Not a rushed template.

Modern stack, clean code, production-grade architecture on both sides.

🕷️ Scraper — Python

  • 🐍
    Python 3 + PyQt5Full desktop GUI. No terminal required. Tabbed interface, dark theme.
  • 🌐
    requests + BeautifulSoupRobust HTTP scraping with retry logic, rate delay, and custom headers.
  • 🗄️
    SQLite (local database)Stores manga, genres, chapters, and chapter_images with proper indexes and foreign keys.
  • 🔗
    psycopg2 (Supabase upload)Batch upload to PostgreSQL. 200-row batches. Configurable host/port/password from UI.
  • 🧵
    Threading + QThreadNon-blocking UI. Scraping and uploading run in background threads.

📖 Reader — Next.js

  • Next.js 14 App RouterServer-side rendering, ISR (1hr revalidate), dynamic routes, generateMetadata for SEO.
  • 🔷
    TypeScript + Tailwind CSSFully typed. Responsive dark theme. Mobile-first grid layouts.
  • 🟩
    Supabase JS ClientDirect queries from server components. Manga list, detail, chapters, and image URLs.
  • 🖼️
    ImageReader componentFull vertical scroll chapter reader with sticky top/bottom nav bars and adjacent chapter navigation.
  • 🛡️
    SafeImage + fallbackHandles broken image URLs gracefully. Never shows broken image icons to readers.
Pricing

One price. Own it forever.

No subscriptions. No upsells. Source code is yours to keep, modify, and deploy anywhere.

ZynU MangO — Complete Package

Everything you need to build and run a manga reader platform from scratch.

  • Manga Scraper — full Python source code (PyQt5 GUI)
  • Supabase upload pipeline — built into the scraper
  • Next.js 14 reader website — full source code
  • 6 pages: Home, Manga list, Detail, Chapter reader, Search, Filter
  • Mobile-ready dark theme, Tailwind CSS
  • SEO metadata per manga and chapter page
  • Step-by-step PDF setup guide
  • 1 year free updates delivered to your inbox
  • Deploy free on Vercel + Supabase free tier
Was $129
$49
One-time payment · ZIP download · Yours forever
Buy Now for $49 →
⚡ Instant delivery · Digital product · No refunds after download
FAQ

Common questions.

Do I need to know how to code?

For the reader website — not really. You follow the setup guide, paste your Supabase credentials into a .env file, and deploy to Vercel. For the scraper, you double-click to run it — no terminal required. Basic Python knowledge helps if you want to point it at a different source, but isn't required for setup.

How much does hosting cost per month?

$0/month. Vercel and Supabase both offer free tiers that are more than enough to run a full manga reader platform. You only pay if your traffic grows significantly — by then the platform will be generating value to justify it.

What database schema does the scraper create?

The scraper creates 4 tables automatically: manga (with slug, title, author, genre, status, rating, etc.), genres, manga_genres (join table), chapters, and chapter_images (with page number and image URL). The Next.js reader is built to query this exact schema.

Can I customize the design or add my own branding?

Yes — you own the full source code. Change the logo, color scheme, site name, fonts — anything. The codebase is clean and organized so customizations are straightforward even with basic TypeScript/Tailwind knowledge.

Can I resell or use this for client projects?

Yes. The license allows you to use it for personal projects, client work, or SaaS products. You cannot resell the source code as-is or bundle it into another code product for resale.

What if I get stuck during setup?

The PDF setup guide covers every step from zero to live. If you're still stuck after reading it, reach out via the support contact included with your purchase — we'll get you sorted.