Projects
Things I've Built
Real projects with real users. Every one of these started as a personal need or a community request — not a tutorial follow-along. Here's what I've shipped and kept running.
TOOSII XD ULTRA — WhatsApp Multi-Device Bot
Started as a weekend experiment. Grew into a full-featured automation platform used by thousands. Every command is built around something real users asked for — nothing is filler.
Challenge
Building a single WhatsApp bot that covers AI, media downloads, sports scores, group management, and developer tools — all running reliably on gifted-baileys multi-device.
Solution
Plugin-based architecture where each category lives in its own file. Multi-fallback APIs for downloads. Smart anti-delete with 20-min TTL sweep. Real-time sports feeds and AI integration.
Toosii Tech Web — Developer Tools Website
This site is the project. Every tool on it works — no demos, no screenshots. If it's listed, you can use it right now.
Challenge
Build a professional personal website with working tools — video downloader, vocal remover, fire logo generator, session generator, and more — deployable on Vercel with no sign-up required.
Solution
Next.js 14 App Router with server-side API routes proxying to multiple backends. Multi-method fallback chains for reliability. Particle canvas animated background. All plain JavaScript — no TypeScript complexity.
More Projects
WhatsApp Session Generator API
Cut bot setup time from 20 minutes to under a minute. No terminal required.
Users deploying the bot needed a simple way to generate WhatsApp session IDs without running technical setup commands themselves.
Multi-Platform Media Downloader
Reliability through redundancy. If one API fails, the next one kicks in — silently.
YouTube downloader APIs break constantly. Building a tool that stays working through API outages, rate limits, and format changes.
AI Vocal Remover
No account, no watermarks, no limits. Just upload your track and download the clean instrumental.
Vocal removal tools usually require accounts, paid plans, or complex setup. Building one that works instantly from any browser.
Toosii AI — Custom WhatsApp AI Assistant
Same AI, different face. The personality is consistent no matter which model is running underneath.
Standard ChatGPT integrations feel generic. Building an AI assistant with a distinct personality, memory of previous turns, and useful default behaviours for WhatsApp users.
How I Build
Every project starts with a real problem. I pick the simplest stack that ships fast, add fallback layers for reliability, and keep everything free to use. No paywalls, no accounts — just tools that work.