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

Block or report muneebhashone

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
muneebhashone/README.md

Hi, I'm Muneeb 👋

Head of Engineering at HashOne. I run a team of twelve engineers shipping production AI systems, and I build the open-source tooling underneath that work.

My focus: turning AI from a buzzword into measured leverage. Which model for which task, how it sits inside the real workflow, the guardrails so nothing blows up, and the token economics that keep it sane. I work with founders worldwide and take on one or two teams at a time.

🌐 themuneebh.com · 🐦 @themuneebh · 💼 LinkedIn


🛠 What I'm building

Backend framework

  • typescript-backend-toolkit ⭐ 322 — production-ready Express/TypeScript framework: auto-generated OpenAPI, Artisan-style CLI, plugin system, JWT/sessions, BullMQ, React Email, Socket.io, Django-style admin, Zod validation.
  • ts-easy ⭐ 45 — minimalist TypeScript starter for Node projects. No fluff, just the essentials.

AI-agent tooling (CLIs built for AI agents to research the real web)

  • gh-research — deterministic CLI for agents to research GitHub Issues & Discussions, ranked and aggregated as JSON.
  • x-search-tool — forces LLM-native search (Grok x_search, Gemini google_search) for agents.
  • reddit-search & hn — agent-first Reddit and Hacker News research CLIs.

Developer utilities


🧰 Toolbox

TypeScript Node.js Python Go Express Docker AWS PostgreSQL Redis

Backend architecture, performance, and a DevOps habit: automation, observability, and infrastructure that doesn't wake you up at 3am.

Pinned Loading

  1. typescript-backend-toolkit typescript-backend-toolkit Public template

    Production-ready Express.js/TypeScript framework with auto-generated OpenAPI, Artisan-style CLI, plugin system, JWT/sessions, BullMQ, React Email, Socket.io, Django-style admin, multi-provider stor…

    TypeScript 322 58

  2. gh-research gh-research Public

    Deterministic CLI for AI agents to research GitHub Issues & Discussions - ranked, aggregated, JSON output.

    Python

  3. hn hn Public

    Hacker News research CLI for AI agents (Algolia-backed, stdlib-only Python, paired with SKILL.md)

    Python

  4. reddit-search reddit-search Public

    Agent-first Reddit research CLI

    Python

  5. x-search-tool x-search-tool Public

    CLI that forces specialized LLM-native search tools (Grok x_search, Gemini google_search, Grok web_search) — optimized for AI agents

    TypeScript