Current CV · updated August 2026

Maqsudjon Polatov

AI-First Builder — Tashkent, Uzbekistan

I don't hand-write code — and I've shipped twelve products onto their own domains, with real users and paying clients. This page is the proof, and every number on it is verifiable.

polatovmaqsudjon1@gmail.com · +998 95 905 94 93 · t.me/mrbmp13 · github.com/maqsudjon-cell
Uzbek (native) · English — IELTS Academic, Overall 6.0 (CEFR B2) · Korean (basic)
0public repos
0commits
0live domains
0deployments
0IELTS tests live
0months building
01 — Who I am

Welder by day. Builder by night.

I was born in Namangan and moved to Tashkent to work as a welder — that is still my day job. In my own hours I taught myself to build by directing AI agents, mainly Claude Code. Eighteen months after opening my GitHub account it holds 180 public repositories and 1,627 commits, and the platform I built is used by real IELTS students and by teachers running weekly mock exams. My skill is not typing syntax. It is knowing exactly what to build, specifying it clearly, testing it like a real user, and owning everything around the code — architecture, domains, DNS, SEO, analytics, pricing and the client conversation.

What I don't do

  • Hand-write code from memory
  • Claim frameworks I've never shipped
  • Pretend to be a classical engineer

What I do instead

  • Direct AI agents end to end: plan → build → debug → deploy
  • Ship real products people use — solo, fast
  • Own the product, not just the code
02 — Selected work

Don't take my word for it. Click.

Flarestamina — free IELTS ecosystem · founder & sole builder

flarestamina.com · 2026
  • 113 practice tests live — 73 Listening, 25 Reading, a full mock, Cambridge and 10 tools, each an individually deployed self-contained page with audio, instant band scoring and answer review.
  • Essay platform — Firestore-backed AI band-score feedback, an exam-fair editor with spellcheck, autocorrect and grammar hints disabled, focus mode, timer, colour-coded word count and branded one-page PDF export.
  • Speaking lab — the full official Jan–Apr 2026 question bank, 166 topics across Parts 1–3, with in-browser recording, Supabase Storage audio, cache-first paint, debounced search, teacher band scores and peer feedback.
  • 40-day challenge tracker (PWA) — 265 tasks, real-time cross-device sync, streak heatmap, class leaderboard and a gated teacher dashboard.
  • Ran a full rebrand from pangea8 without losing a single URL, with sitemaps auto-generated by GitHub Actions.
Vanilla JS (no build step) · Firebase Auth + Firestore · Supabase Storage · PWA · GitHub Pages + Actions · Search Console · GoatCounter

Pierics — payment, metering & pricing for an AI API aggregator

node · react · 2026
  • Full-stack billing system: an Express API that also deploys as a Vercel serverless function, a React/Vite frontend, a Supabase Postgres schema, Stripe integration, JWT auth and rate limiting.
  • Designed a three-tier pricing model — free allowance, pay-as-you-go at 1.3× markup, and subscription — with the pricing engine written as a pure module and 13 tests proving the published price tables match what the code actually charges.
  • Idempotent SQL schema, single-source-of-truth plan config, and a public pricing page whose live cost calculator works standalone without the backend.
Node/Express · React + Vite · Supabase (Postgres/PLpgSQL) · Stripe · JWT · Vercel

Explainer Engine — topic in, branded explainer video out

python · 2026
  • Python pipeline that turns a text topic into a finished MP4: kinetic type, data visualisations and an original multi-section synthesised soundtrack — all generated from code, no stock footage.
  • Architected around a JSON spec as the contract, so a human, the Claude API, or the ideate module can each author a video without touching engine code — decoupling creative direction from rendering.
  • Ships three ways — CLI, local server, and a native desktop chat app — with parallel multi-core rendering.
Python · Anthropic Claude API · procedural audio synthesis · H.264 rendering · pywebview

Payvandchi & Reshotkachi — two catalogue sites + an image build pipeline

2 domains · 2026
  • Catalogue sites for the metalwork trade I actually work in — 132 photographed patterns each, ordered by number so a customer can call and say one number. Trilingual UZ/RU/EN, 8 pages per site.
  • Wrote an idempotent Node build pipeline (CSV in, site out): three responsive WebP sizes per photo, EXIF rotation corrected, a dominant colour extracted as the pre-load background so cumulative layout shift is zero, gallery JSON rewritten and an image sitemap regenerated — recompressing only what changed.
Node ESM build scripts · WebP pipeline · vanilla JS · structured data · image sitemaps
03 — Commercial & client work

Shipped for other people, for money.

04 — Every domain

All 12 domains, in production.

Nothing here is a demo or a screenshot. Every row resolves to a live site over HTTPS.

DomainWhat it is — built with
flarestamina.com Free IELTS platform — 113 practice tests, AI essay feedback, speaking lab, 40-day tracker. Used by real students and teachers. Firebase · Supabase · PWA · Actions
maqsudjon.com Portfolio, case studies and build log; real-time video→ASCII renderer and an in-page terminal. Canvas 2D · vanilla JS · PWA · RSS
chzq.uz “chiziq” — my web studio: productised sites, Telegram bots and mini apps; live-iframe portfolio. JSON-LD · theming
then.uz “then” — second studio brand, and home of the Explainer Engine video pipeline. Static site · Python
zedavlod.uz Client — ZED AVLOD School, Namangan: trilingual site for an English / IELTS / CEFR school. UZ·RU·EN · Search Console
ctnlc.uz Client — CTN Language Centre, Tashkent: marketing site plus hosted mock tests with audio. UZ·RU·EN · dark mode
payvandchi.maqsudjon.com Client — metalwork workshop catalogue: 132 photographed patterns, ordered by number. Node build pipeline · WebP · image sitemap
reshotkachi.maqsudjon.com Client — second catalogue on the same pipeline, 3D gallery-wall front page. Node pipeline · Canvas
kvdrt.maqsudjon.com KVADRAT — offline-first m² calculator for welding shops; free-text parser, live diagram, PDF export. Vanilla JS · localStorage
pierics.com Daily word game doubling as an IELTS vocabulary trainer; hand-curated answer list. Vanilla JS · no backend
minnos.cc Minnos — English idioms taught one cat at a time, with audio and Uzbek translations. Vanilla JS · single file
pangea8.com Legacy brand, permanently redirected to flarestamina.com after a full rebrand with no URL loss. 301 strategy
05 — How I build

Skills, stated honestly.

AI development

Claude Code daily (plan → build → debug → deploy) · agent and workflow design · specification and prompt writing · Anthropic API integration · reviewing product behaviour instead of syntax

Web

JavaScript, HTML5, CSS3 · single-file apps with no build step · React + Vite · Canvas 2D · Web Audio · PWA · mobile-first · dark mode · UZ / RU / EN localisation

Backend & data

Node / Express · Vercel serverless · Firebase Auth · Firestore modelling, security rules and real-time sync · Supabase Postgres and Storage · Stripe billing · JWT auth · rate limiting

Python

Generative media pipelines · procedural audio synthesis · CLI and local-server tooling · parallel multi-core rendering

Ship & operate

Git & GitHub · Pages · Actions (automated sitemaps) · Node build scripts and image pipelines · staging → production flow · custom domains, DNS and HTTPS · Vercel

Growth & product

Google Search Console · SEO, XML and image sitemaps, structured data · GoatCounter · pricing and packaging · brand naming and rebrand migration · client scoping and delivery

Honest limit

I read and adjust HTML / CSS / JS with AI help, but I am not a from-memory hand-coder. I am the director in the loop, not the typist — which is exactly the role I am applying for.

Hands-on trades

Certified welding and electrical work · logistics operations: DAT, Samsara, Amazon Relay, RTS Pro, DataQ

06 — Experience
Feb 2025 — present
Tashkent

Independent AI-First Builder — solo

  • Shipped 12 products onto their own domains from first spec to live DNS, working alone in evenings and on days off while welding full-time.
  • Built and maintain the platform real IELTS students use daily and teachers use for weekly mock exams; every platform I build ships with a teacher dashboard.
  • Delivered paid client work end to end: scoping, free prototype, build, launch, handover, support.
2023 — present
Tashkent

Welder — private workshop

  • Fabrication and on-site installation of window grilles, balcony railings and canopies, measured and fitted to real-world tolerances.
  • The trade taught the discipline I apply to software: measure carefully, join cleanly, test the seam under load before calling it done.
07 — Education & certificates
2026 — 2030

BA, Philology and Language Teaching: English — full-time

University of Exact and Social Sciences (AIFU), Tashkent — first year.

Jul 2026

Trucking Experts Logistics Course — Certificate with First Class Honours

Trucking MBA School, Tashkent — dispatching, fleet management, FMCSA safety and compliance, driver recruiting and screening, invoicing and payroll, RPM / CPM / MPG profitability analysis. Certificate ID 1000300.

Namangan

Electrician — Red Diploma, with distinction

Vocational School No. 1, Namangan.

08 — Languages

English — IELTS Academic, Overall Band 6.0 (CEFR B2)

Tested 12 August 2026, Speaking 6.5. Test Report Form 26UZ533712POLM004A, verifiable by any recognising organisation at ielts.org/verify. I write all documentation and product copy in English, and I ship interfaces in Uzbek, Russian and English.

Uzbek native  ·  English professional working proficiency  ·  Korean basic
09 — Hire me

Hiring someone to build with AI?
You just found one who already does it.

AI fluency isn't a skill I list — it's the only way I've ever built anything. And I'm all in: I still weld for a living today, but the day you hire me, the welding mask comes off for good. I learn fast, I ship faster, and everything above is public and live. Message me and I'll demo any of it, or take a paid trial task. Available full-time, immediately, remote or Tashkent.

Everything here is verifiable: 180 public repositories and 1,627 authored commits on github.com/maqsudjon-cell (account opened February 2025), all 12 domains resolving to live sites over HTTPS, test counts read from the public Flarestamina catalogue, and IELTS bands from the official Test Report Form.

Previous version of this CV, kept for comparison: maqsudjon.com/cv