Skip to content
View atifali-pm's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report atifali-pm

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
atifali-pm/README.md

Hi, I'm Atif

Senior Engineer | AI Systems & Agents | Multi-Tenant SaaS | Backend Architecture

I have been shipping production backends for two decades, across Laravel, FastAPI, Next.js, and a handful of stranger stacks (Phoenix LiveView, Rails 8, Elixir, Lua). These days most of my new work sits at the intersection of solid backend architecture and LLM-driven systems: agentic pipelines, MCP servers, RAG over pgvector, multi-tenant SaaS with proper isolation, and the boring plumbing (queues, audit trails, webhook signing, RBAC) that keeps any of it usable in production.

This profile collects the projects I build for myself in the open. Each one stands on its own. A few may move from portfolio into commercial product.

What I Build

  • AI agents and MCP infrastructure. LangGraph multi-agent pipelines, custom MCP servers shipped to npm, embeddable RAG chatbots grounded in private content, and the audit + observability layer underneath.
  • Multi-tenant SaaS. Row-level security, HMAC webhook signing, tenant-scoped audit trails, RBAC, billing flows. The skeleton I keep reusing across Storebridge, Slate, Plexus, and LearnLoop.
  • Legal and governance tech. CaseFlow runs on Laravel 12 + Filament 3 + Stripe. Quorum is the AI-native sibling: entity graph, AI-drafted resolutions, RAG over corporate documents, realtime collaborative editing.
  • Search and aggregation systems. Skylane is multi-provider flight search with WebSocket streaming on Laravel + Reverb.
  • Cross-border fintech. ZarPay covers the UK to Pakistan remittance corridor with a native Android sender app and a Next.js operations panel.
  • Operational platforms. Rampart is an enforcement-first field service OS: deterministic FastAPI engine for FSM + audit + events, with Gemini-augmented incident command layered on top.

AI & Agent Systems

  • LangGraph orchestrators with hybrid pgvector + tsvector retrieval, Langfuse tracing, and LLM-as-judge evaluation (Meridian).
  • Production MCP servers as a TypeScript monorepo, distributed via npm (MCP Toolkit, three servers: GitHub, Linear, Gmail).
  • WhatsApp Business AI agent on the Meta Cloud API with structured tool loops and full Postgres audit (Cue).
  • Manifest V3 browser extension that summarizes pages and drafts replies through Groq or Claude (Glean).
  • Real-time collaborative document editor on Phoenix LiveView with Claude as a co-author and multi-user presence (Scribe).

Tech Stack

Backend. Laravel (PHP 8.3), FastAPI (Python 3.12), Next.js (TypeScript), Phoenix LiveView (Elixir), Rails 8 (Ruby), Go where latency matters.

AI tooling. Claude API (Anthropic SDK), OpenAI, LangGraph, Anthropic MCP, Langfuse, pgvector, structured output via Pydantic.

Data. Postgres with RLS, pgvector, MySQL, Redis, MinIO, Drizzle, Prisma, Filament for admin.

Real-time. Reverb, WebRTC, Phoenix Channels, Server-Sent Events, WebSockets.

Infra. Docker Compose for local stacks, Cloudflare Pages and Workers, AWS, Railway, Fly.io.

Automation. n8n, custom subagent fleets, webhook routers, scheduled job orchestration.

Selected Public Work

  • meridian: LangGraph multi-agent research and execution pipeline. Hybrid pgvector + tsvector RAG, Langfuse tracing, LLM-as-judge evaluation.
  • mcp-toolkit: Three production MCP servers (GitHub, Linear, Gmail) for Claude Desktop and Cursor. TypeScript monorepo, zero hosting, distributed via npm.
  • rampart: FastAPI enforcement engine for field service operations with deterministic FSM and Gemini-augmented incident command.
  • cue: WhatsApp Business AI agent on the Meta Cloud API with RAG and Postgres audit.
  • storebridge: Multi-tenant Shopify SaaS. Next.js + Drizzle + Postgres with RLS, HMAC webhooks, tenant isolation, audit logs.
  • quorum: AI-native corporate governance with entity graph, AI-drafted resolutions, RAG vault, agentic filing prep, realtime collab.
  • skylane: Multi-provider flight search aggregator with WebSocket streaming on Laravel 12 + Vue + Reverb.
  • zarpay: UK to Pakistan remittance with native Android sender app and Next.js operations panel.
  • caseflow: Legal case management on Laravel 12 + Filament 3 + Stripe (Laravel Cashier).
  • atrium: Privacy-first AI assistant workspace UI: streaming chat, memory inspection, tool traces, personas, voice. React 18 + Vite.
  • n8n-agent-studio: Three production-grade n8n workflows backed by a shared Postgres audit table.
  • portfolio-bot: Embeddable RAG chatbot grounded on my portfolio site. Cloudflare Workers AI + Vectorize.
  • ai-api-starter: Public FastAPI template for AI integrations. Structured output, RAG over pgvector, multi-LLM routing with fallback, Langfuse observability.
  • tracklane: AI-first project management on Rails 8. Self-hostable, MIT-licensed.
  • odooforge: Open-source deployment kit for multi-cloud Odoo with a Claude-powered customer support module.

The full repo list lives over on the Repositories tab.

Currently Building

Production-grade agentic pipelines (Meridian), enforcement-first ops platforms (Rampart), MCP infrastructure (toolkit and protocol experiments), and the next pass on the multi-tenant primitives I keep reusing across SaaS projects. Yeah, a lot of it overlaps. That is the point.

Connect

Pinned Loading

  1. caseflow caseflow Public

    Case management SaaS platform built with Laravel 12, Filament 3, and Stripe (Laravel Cashier)

    PHP 1

  2. zarpay zarpay Public

    Cross border money transfer for the UK to Pakistan corridor. Native Android sender app plus Next.js operations panel.

    TypeScript 1

  3. mcp-toolkit mcp-toolkit Public

    Three production-grade MCP servers (GitHub, Linear, Gmail) for Claude Desktop and Cursor. TypeScript monorepo, zero hosting, distributed via npm.

    TypeScript

  4. meridian meridian Public

    Production-grade multi-agent research and execution pipeline. LangGraph orchestrator, hybrid pgvector+tsvector RAG, Langfuse tracing, LLM-as-judge evaluation.

    Python

  5. rampart rampart Public

    Enforcement-first operational platform for field service ops. FastAPI engine, deterministic workflow + audit, Gemini-augmented incident command.

    Python

  6. storebridge storebridge Public

    Multi-tenant Shopify SaaS — portfolio showcase. Next.js + Drizzle + Postgres with RLS, HMAC webhooks, tenant isolation, audit logs.

    TypeScript