I am a senior back-end engineer, AI systems architect, and serial SaaS founder with 15+ years of turning ambitious product ideas into production-grade, revenue-generating software.
My first SaaS was acquired for over 10Γ ARR β bootstrapped from zero, no outside capital. Today I run ZenMic, an AI Podcast Generator that has powered 5,000+ episodes for creators worldwide and is growing at 20% month-over-month.
- π Jaipur, India Β· building in public since 2011 β @motyar
- π§ Full-stack from database schema to CI/CD β one engineer who owns the whole stack
- π€ Autonomous AI agent systems are my current deep focus β self-improving, serverless, zero ops
- π Bootstrapped β acquired β building the next one
- π 320+ GitHub stars Β· 47+ repos Β· code running on 5 continents
"I don't just write code β I architect systems that keep working long after I'm done with them."
π ZenMic β AI Podcast Generator (Private SaaS)
From idea to published podcast episode in under 3 minutes. No mic, no studio, no editing.
ZenMic converts any text, topic, or blog post into a polished, ready-to-publish audio podcast using AI β multi-voice Neural TTS conversations, instant publishing, and a built-in SEO flywheel that generates organic traffic automatically.
| Metric | Value |
|---|---|
| π Launched | September 2025 |
| π MRR Growth | $10 β $23 MRR Β· 20% month-over-month |
| π§ Episodes Generated | 5,000+ and climbing |
| π SEO Traction | 70+ Google clicks/week β 100% organic, zero paid |
| π Stack | PHP Β· Google Gemini Β· Azure Neural TTS Β· Firebase |
- β Topic-to-podcast in under 3 minutes β end-to-end AI pipeline
- β Multi-voice AI conversations (male + female Neural voices)
- β Public REST API with key management and rate limiting
- β Built-in SEO & content marketing intelligence pipeline
- β Fully automated content engine β runs without manual intervention
π zenmic.com Β· Private repo β happy to walk through the architecture on a call
π° SaaS Exit: 10Γ ARR Multiple
Built, grew, and sold my first bootstrapped SaaS β acquired for over 10Γ ARR. No investors. No co-founder. Proof that a single focused engineer can build something buyers pay a premium for.
π€ Autonomous AI Systems β Shipping the Future Now
In 2025β2026 I have been systematically designing and publishing open-source AI agent frameworks: self-improving codebases, personal AI assistants, and fully automated business intelligence pipelines β all running on zero infrastructure via GitHub Actions. This isn't theory; these systems run daily, commit results to repos, and improve themselves.
π Consistent Shipping Record β Over 15 Years
From jQuery plugins adopted in thousands of WordPress themes, to Go REST APIs forked by hundreds of developers, to a live AI SaaS with paying customers β the pattern is consistent: I ship things people actually use.
π Open Source Impact
320+ GitHub stars Β· 47+ repositories Β· code running on 5 continents.
This is where my head has been since 2025. Every project below runs on zero servers β pure GitHub Actions β and several are running live right now, committing new results every day.
βοΈ autoCode β Autonomous AI Development System
Your codebase improves itself. 24/7. No human required.
An autonomous agent loop powered by Google Gemini and GitHub Actions. Every scheduled run picks the next pending task from a work queue, executes it using specialized AI agents (Engineering, Marketing, Research, Strategy), saves results, and automatically queues the next task β creating a self-sustaining development loop you can point at any project mission.
- β Fully self-directing: reads mission β executes β plans next step β repeats indefinitely
- β Role-aware agents: CEO (strategy), Engineering, Marketing, Research
- β Collective memory that grows with every run
- β Zero infrastructure β just GitHub Actions + Gemini API
π§ agent0 β Personal AI Assistant (GitButler)
A self-aware AI that lives in your GitHub repo, talks on Telegram, and gets smarter with every conversation.
A personal AI assistant powered by GPT-4o-mini that runs entirely on GitHub Actions, communicates through Telegram, and maintains persistent memory via Git commits. It knows who you are, remembers your preferences, and can create GitHub issues/PRs to improve its own code β a genuinely self-improving system.
- β Persistent identity: soul, memory, and user profile all stored in version-controlled markdown
- β Continuous mode: stays active up to 6 hours with ~10-second response times
- β Self-improving: autonomously creates issues and PRs to evolve its own codebase
- β Extensible skills system β add a capability with a single markdown file
π€ agent9 β Shell-Executing Telegram AI Bot
A Telegram bot that runs on GitHub Actions and can execute real shell commands from natural language β "show disk usage", "list files", "create a directory" β while also maintaining persistent memory across sessions. Built entirely in shell script with jq.
- β Natural language β shell command execution (with safety guardrails)
- β
Three-layer memory: reflections (
soul.md), events (memory.md), user profile (user.md) - β Self-updating memory committed back to the repo automatically
π autoBusiness β Automated Market Research Pipeline
Daily competitive intelligence β fully automated, committed to your repo, zero ongoing cost.
Scrapes HackerNews and Reddit for pain points, performs Google Autocomplete keyword expansion (alphabet-soup method), opportunity-scores every keyword, and commits timestamped JSON/CSV/Markdown results to the repo every morning at 6 AM UTC. It's been running continuously and producing fresh research every single day. No dashboard. No VPS. No bill.
- β HackerNews trending topics + Reddit community pain-point scraper
- β Long-tail keyword research via Google Autocomplete (no API key required)
- β Opportunity scoring (0β4) and persistent SQLite keyword database
- β
Configurable niche, subreddits, and seed keywords β clean structured output to
output/
π€ mona β GitHub-Native Telegram AI Bot
A serverless Telegram bot that runs entirely inside GitHub Actions β no server, no Docker, no npm install. GPT-4o-mini for natural language understanding, full GitHub issue & PR management, persistent conversation memory, and a clean skill-registry pattern β add a new capability by adding one object to an array.
π auto0 β AI LinkedIn Content Automation
Fully automated LinkedIn PDF carousel generator. GPT-4o-mini generates content ideas and copy daily via GitHub Actions, renders professional PDFs across 5 colour themes, and delivers to Telegram for one-tap posting. Setup once, runs forever.
π¬ audio2mp4 β Audio β Subtitle Video Pipeline
Transcribes audio and generates TikTok/Reels-style MP4 with animated subtitles β entirely on GitHub Actions with zero API costs. Local Whisper + FFmpeg + three subtitle modes: chunk, word, karaoke.
π lms-test β Production-Ready Loyalty Management System API
A full-featured, enterprise-grade Loyalty Management System backend built with NestJS (TypeScript) and PostgreSQL β the kind of architecture you'd spend months and a team budget to build. This is a client-engagement reference implementation.
- β Multi-tenant architecture with strict per-client data isolation
- β Dual auth: JWT for users + API key auth for third-party integrations
- β Role-based access control: SuperAdmin Β· ClientAdmin Β· ClientStaff Β· Customer
- β Campaigns engine, loyalty rules, points calculation, race-condition-safe redemption
- β Swagger/OpenAPI docs Β· rate limiting Β· full audit trail β production-ready out of the box
- β Stack: NestJS Β· TypeScript Β· PostgreSQL Β· TypeORM Β· Passport Β· Docker
This repository demonstrates exactly the quality and architecture I bring to client engagements.
π₯ firefly β jQuery Firefly Animation Plugin
Plug-and-play jQuery plugin for smooth firefly particle effects. Adopted by WordPress themes and websites worldwide β including a commercial Yootheme template.
158 β Β· 56 forks
πΉ restgomysql β REST API in Go + MySQL
Clean, production-ready full CRUD REST API in Go backed by MySQL. A go-to starter template for developers β one of my most-forked repos.
55 β Β· 19 forks
π¬ mchat β Real-time Chat with HTML5 SSE
Lightweight real-time chat using HTML5 Server-Sent Events and TailwindCSS. Push-based server communication with no WebSocket overhead.
26 β Β· 8 forks
π₯ markshow β Markdown β Slideshow
Turn any Markdown file into a Reveal.js presentation with themes, transitions, and a live editor. Zero install β paste your markdown and present. Live at motyar.github.io/markshow.
4 β Β· Topics: markdown markdown-editor revealjs
| Repo | What it does | Stars |
|---|---|---|
| go-rest-mongo | Full REST API in Go + MongoDB | β 8 |
| golangSocketChat | WebSocket chat server in pure Go | β 24 |
| notee | Minimal keyboard-only notes app (local storage) | β 10 |
| fullscreen | Drop-in HTML5 fullscreen button library | β 10 |
| HTML5CanvasDraw | Browser drawing with undo β Canvas + jQuery | β 8 |
| energysaver | jQuery plugin to cut CPU/GPU use when user is idle | β 5 |
| rest_api_mean | REST API boilerplate for the MEAN stack | β 3 |
| liteLLM-proxy | Self-hosted proxy for 50+ LLM models | β |
| rust | Hands-on Rust learning guide for experienced devs | β |
| Domain | Technologies |
|---|---|
| Languages | Go Β· PHP Β· TypeScript Β· JavaScript / Node.js Β· Python Β· Rust (learning) |
| Frameworks | NestJS Β· Express.js Β· Vanilla JS Β· jQuery |
| Frontend | TailwindCSS Β· HTML5 Canvas Β· Server-Sent Events Β· WebSockets |
| Databases | MySQL Β· PostgreSQL Β· MongoDB Β· SQLite |
| AI / LLMs | OpenAI GPT-4o/mini Β· Google Gemini Β· Azure Neural TTS Β· Whisper Β· LiteLLM |
| Cloud & DevOps | GitHub Actions Β· Firebase Β· Azure Β· Railway Β· Cloudflare Workers Β· Docker |
| Workflow | GitHub Copilot Β· Claude for code gen Β· Autonomous agent pipelines |
The right engineer isn't just someone who can write code β it's someone who has shipped products, sold products, and understands that business outcomes matter more than clever abstractions. That's me.
- π§± "We need an MVP built fast" β I architect and ship from zero to production. No hand-holding. No bloated process.
- π€ "We want AI features" β I've shipped GPT-4o, Gemini, Whisper, and Azure Neural TTS in production β and I build autonomous pipelines, not just API wrappers.
- βοΈ "We need an AI agent or automation pipeline" β This is my current deep specialty. Self-improving systems, serverless bots, and zero-ops automation that runs indefinitely.
- π’ "We need an enterprise-grade backend API" β Multi-tenant, role-based, documented, tested, production-hardened. See lms-test.
- π "We need a solid REST API" β Built and maintained them in Go, NestJS, Node.js, and PHP at multiple scales.
- π "We need content or marketing automation" β Fully automated pipelines running 24/7 with zero ongoing ops are literally what I build for fun.
- π "We need someone to own a project end-to-end" β That's the only way I work. I deliver working software, not tickets closed.
- βοΈ "Our codebase is a mess" β Technical audits, refactors, and architectural improvements β I've untangled it all.
I take on a small number of engagements at a time β by design. Every client gets real attention, real communication, and real results delivered on time.
If you're looking for a senior engineer who has built, scaled, and sold a product, and who brings that founder mindset to every client project, let's talk.
β Reach out on X: @motyar
β Or open an issue on this repo
I respond to every serious inquiry within 24 hours.




