Skip to content
View siddhant-jain-18's full-sized avatar

Highlights

  • Pro

Organizations

@KeelStack-me

Block or report siddhant-jain-18

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
siddhant-jain-18/README.md
Typing SVG

Profile Views Website Email


⚡ What I Build

I'm an Indie founder from 🇮🇳 India. I build production-grade developer tools — systems designed to survive real-world pressure: stripe disputes, security audits, team handoffs, and post-mortems.

KeelStack isn't a demo. It's what you'd write after shipping and burning 3 projects.


🚀 KeelStack — Flagship Project

KeelStack tagline

Framework‑agnostic safety primitives for AI agent tool calls.

Primitive What it does
Idempotency gate Tool call runs at most once per key – even across retries
Budget enforcer Blocks action when per‑user LLM spend exceeds limit
Risk gate Logs, warns, or blocks irreversible actions (delete, charge, send)

🏗 Legacy: KeelStack Backend Engine

The original KeelStack (production Node.js backend starter kit with auth, payments, email, audit logs) still exists as a private repo. It's not dead – it's the credibility anchor for the guard package.
Once the guard gains traction, the engine will become a paid tier.

No black boxes. Every file is meant to be read, understood, and modified.

🔗 keelstack.me · 🏗 KeelStack-me GitHub Org

No black boxes. Every file is meant to be read, understood, and modified.


🛠 Tech Stack

Node.js TypeScript JavaScript React Firebase PostgreSQL Stripe Express Vercel Netlify VS Code Git


📊 GitHub Stats

GitHub Streak

Activity Graph


🏛 Architecture Principles

✅  No tutorials. No demos. Everything is production code.
✅  Auditability baked in — not bolted on.
✅  Dispute-resilient: evidence trails for every financial event.
✅  Clear ownership: you own and understand every line.
✅  Security-first: rate limits, CORS, auth hardening from day 1.

📚 Education

B.Tech — Computer Science & Engineering The LNM Institute of Information Technology (LNMIIT), Jaipur

Studying: Discrete Mathematics · Algorithms & DS · Programming Fundamentals

Running in parallel: shipping real production systems with actual users and legal constraints. The classroom teaches theory. Burnt projects teach architecture.


🤝 Connect

LinkedIn X (Twitter) Reddit Discord KeelStack


Bootstrapped. No VC. No sponsored opinions. Built for engineers who want to own their stack — not rent it.

Pinned Loading

  1. KeelStack-me/community KeelStack-me/community Public

    Community – a place for contributors and users to discuss issues, share ideas, and collaborate on the project together. Questions, feedback, and contributions are welcome.

    1

  2. KeelStack-me/guard KeelStack-me/guard Public

    Runtime guardrails for TypeScript AI agents. Prevents duplicate tool calls, enforces per-user cost budgets, and gates irreversible actions. MIT.

    TypeScript 1