
Tillqorin — POS & Commerce OS for Retail
An in-house billing and inventory platform — sales, purchases, stock, ledgers, analytics, and thermal printing at pos.taylancetech.com.
Free online tool to edit, convert, and compress GIFs, images, and video in the browser — CDN-backed and performance-tuned.
Published June 2, 2026 · Taylance Tech
Built as part of our Web Development work

Media tools are easy to prototype and hard to ship at scale. Users expect instant uploads, fast transforms, and downloads that work on mobile networks. Heavy client bundles and blocking third-party scripts destroy Core Web Vitals on exactly the pages that need speed most. Competitor sites often load entire FFmpeg builds on the landing page, then wonder why mobile bounce rates spike. We wanted a utility site that felt native-fast without asking users to install anything — and that could absorb traffic spikes when a single tool ranks on search without taking down the rest of the product.
ToolFusion runs as a React + Vite front end with API-backed processing, assets served through Cloudflare, and analytics loaded after idle so LCP stays clean. The UX is task-first: pick a tool, drop a file, get a result — no account required for core flows. Each editor shares a common upload component and progress UI, but processing logic stays isolated per route so a video transcode cannot block an image compress job in the browser.
Performance was treated as a feature, not a post-launch audit. Each tool route loads only the codec and UI it needs, which keeps first visits fast on mobile networks where users often convert GIFs and short clips.
We measure Core Web Vitals on production because utility sites live or die on speed. Deferred analytics and CDN caching are not optional extras — they are part of the product contract with users who arrive from search.
The API layer queues long-running transforms server-side when browser memory would choke on large video files. Clients get a progress stream; the UI never blocks the main thread waiting for a multi-minute encode.
ToolFusion demonstrates our playbook for high-traffic utility products: lazy routes, CDN-first assets, deferred third parties, and honest error handling — patterns we reuse when clients need a public-facing tool, not just a marketing site.
Other projects we've shipped and documented.

An in-house billing and inventory platform — sales, purchases, stock, ledgers, analytics, and thermal printing at pos.taylancetech.com.

A lightweight CRM built in-house so leads, clients, and projects live in one workspace — live at crm.taylancetech.com.

Six integrated AI career tools — ATS resume check, cover letters, interview prep, and templates powered by Qwen AI.
Tell us what you're building — web, mobile, SaaS, or AI — and we'll reply with a clear next step.