Skip to content
Masab Farooque
Contact

A-00Cover sheet

Full stack engineer · Islamabad, Pakistan

Masab Farooque builds software that holds up after launch.

SaaS platforms, AI systems and data pipelines, built end to end for product teams and agencies. The drawing is the shape most of that work takes, and it is running.

Send a request

Inspector

- / 9

Point at any part of the system, or step through it with the arrows, to see what I build there.

Trace logidle

Client reviews
148
5.0 average
Countries
23
clients have ordered from
Orders delivered
195+
to date
Came back
31%
of clients ordered again

A-01 · Selected work

Three builds that are still in use.

Scroll through them and the drawing rebuilds itself into each one's real architecture.

AI system · 2026

The Proposal Maker

Drop in an RFP or an email thread and watch a branded, ready to send proposal write itself section by section.

Fig. 3.1 · How it works

Client
Engineering studio
Role
External engineer on the product team.
Stack
Next.js, TypeScript, Claude API, PostgreSQL, Vector search

Data engineering · 2026

FirstDeal

A monitoring SaaS for the Dutch and German car market that alerts traders the second a matching listing appears.

Fig. 3.2 · How it works

Client
Netherlands agency
Role
Sole engineer, brought in as an external resource.
Stack
Next.js, FastAPI, Python, PostgreSQL, Redis

Product build · 2025

Javea Denia Rentals

A scooter and e-bike rental platform for Costa Blanca tourists, with live availability and online payment.

Fig. 3.3 · How it works

Client
Netherlands agency
Role
Sole engineer, brought in as an external resource.
Stack
Next.js, Express.js, Node.js, Stripe, MongoDB

A-02.1 · WordPress to Next.js

Most slow WordPress sites are slow for the same reason.

Scroll through the drawing and take one apart.

Fig. 4 · WordPress as it runs today

5

layers climbed by every visitor request: the database, PHP, WordPress core, each active plugin, then the theme.

Every visit to a WordPress page starts PHP, runs whatever the plugins have hooked into that request, queries the database and puts the page together while the visitor waits. A Next.js page was built when its content last changed, so the visitor is handed a file.

Your writers do not have to give up the WordPress editor. It can stay as the place content gets written and stop being the thing that answers your traffic.

A-05 · Reviews

What clients wrote afterwards.

148 reviews at a 5.0 average, from clients in 23 countries. These three describe the work itself.

I hired Masab to scrape product data, expecting a basic script that would output a JSON file and call it done. What I got instead was a full production-grade FastAPI backend service with SQLite persistence, REST endpoints, and APScheduler-driven automatic re-scraping every 6 hours. …

talhapythoneerPakistan · Jun 2026

I highly recommend Masab to anyone looking for advanced AI systems, business automation, conversational interfaces or full-stack development. I approached him with the idea of building a complete business management system powered by multilingual AI. …

rogerlicItaly · Nov 2025

Absolutely amazing work. I've never had this experience with anyone before. Masab truly went above and beyond, unbelievable dedication and effort. He has a very strong understanding of complex scraping and everything that comes with it. …

fibadsNetherlands · Feb 2026

A-06 · Shell

Or ask the terminal.

It answers from the same data as the rest of this site. Try help, or the one sudo command that works.

visitor@masabfarooque.com: ~