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

Block or report darshjme

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
darshjme/README.md

Typing SVG


"Sreyaan sva-dharmo vigunah para-dharmaat su-anushthitaat" Better to walk your own path imperfectly than another's path perfectly. — Bhagavad Gita 3.35

I am a Brahmin from Gujarat. My ancestors built temples. I build systems.

The Sompura Brahmins of my land carved stone into structures that outlasted empires. The tools changed — chisel became compiler, sandstone became silicon — but the intent is the same: build something permanent. Build something that serves.

Vyasa compiled the Vedas so knowledge wouldn't scatter. I write open-source so tools don't stay locked. Same dharma. Different medium.

Founded my first company in 2015. Currently running three across AI, media, and enterprise — Coeus Digital Media, Graymatter International, and KnowAI. Before this: VFX for Aquaman, The Invisible Man, The Last of Us Part II. India's first NFT-funded film. Ph.D. Business CS. CCNA. MCSE. CEH.


DarshanDB — The Self-Hosted Backend-as-a-Service

One binary. Every framework. Zero loopholes. Built from scratch in Rust.

I got tired of spending three weeks on backend plumbing before writing business logic. Firebase is NoSQL spaghetti. Supabase is REST with real-time bolted on. InstantDB is cloud-only. Convex is a black box. So I built what I actually wanted.

graph LR
    subgraph DarshanDB["DarshanDB — What's Inside"]
        TS["Triple Store<br/><i>EAV over Postgres</i>"]
        QE["Query Engine<br/><i>DarshanQL</i>"]
        RT["Real-Time Sync<br/><i>WebSocket + MsgPack</i>"]
        AU["Auth Engine<br/><i>JWT + OAuth + MFA</i>"]
        FN["Function Runtime<br/><i>V8 Sandboxed</i>"]
        PM["Permissions<br/><i>Zero-Trust RLS</i>"]
        ST["Storage<br/><i>S3-compatible</i>"]
    end

    subgraph SDKs["SDKs"]
        React["React"]
        Next["Next.js"]
        Angular["Angular"]
        Vue["Vue"]
        PHP["PHP"]
        Python["Python"]
    end

    DarshanDB --> SDKs

    style DarshanDB fill:#1a1a2e,stroke:#F59E0B,color:#fff
    style SDKs fill:#0f3460,stroke:#F59E0B,color:#fff
Loading
What Details
Core Rust (Axum + Tokio), PostgreSQL 16+ with pgvector
Protocol MsgPack over WebSocket — 206x faster than REST polling
Security 11-layer defense-in-depth, OWASP Top 10 eliminated
SDKs React, Next.js, Angular, Vue, Svelte, PHP, Python, Vanilla JS
Deploy Single ~30MB binary, Docker, or Kubernetes Helm chart

github.com/darshjme/darshandb


How I Build

flowchart TD
    D[Dharma\nWhat must be built?] --> V[Vichara\nThink from first principles]
    V --> K[Karma\nWrite the code. Ship the thing.]
    K --> S[Seva\nOpen-source it. Serve others.]
    S --> L[Loka\nThe world builds on top]
    L --> D

    style D fill:#cc9933,color:#000
    style V fill:#1a1a2e,color:#fff
    style K fill:#0d1117,color:#fff
    style S fill:#1a3320,color:#fff
    style L fill:#1e3a5f,color:#fff
Loading

Other Work

Mohini — An autonomous agent OS written from scratch in Rust. 14 crates. Named after the enchantress form of Vishnu. She routes, remembers, guards, evaluates. She never sleeps.

KnowAI — AI-native enterprise platform. React 19, Next.js 15, PostgreSQL. 60+ autonomous agents managing Slack, ClickUp, Miro, and hiring.


Company Role Since
KnowAI Co-Founder, CFO & CTO 2024
Coeus Digital Media LLC Founder & CTO 2020
Graymatter International Inc Founder & MD 2018
GraymatterOnline LLP Founder & CEO 2015

Ph.D. Business CS | Hons Business Computing (Greenwich) | Advanced Diploma IT (Sunderland) | CCNA | MCSE | CEH




Gujarat | India | Dubai | USA

Popular repositories Loading

  1. mohini mohini Public

    Mohini Agent OS — The world's most complete autonomous agent runtime. 14 Rust crates, 33 agent templates, 40 channel adapters, 188 model integrations. Single binary, zero dependencies.

    Rust 4 1

  2. darshjme darshjme Public

    Full-stack dev building AI agents, CLI tools & trading systems in Rust, TypeScript, Python

    1

  3. mycryptocoin mycryptocoin Public

    MyCryptoCoin — The Stripe of Crypto Payments. Multi-chain payment gateway supporting BTC, ETH, USDT & 10+ cryptocurrencies with 0.5% fee.

    TypeScript 1

  4. whatsapp-2fa whatsapp-2fa Public

    WhatsApp 2FA/OTP Gateway — Self-hosted authentication service powered by Baileys. Production-ready REST API for sending & verifying OTPs via WhatsApp.

    JavaScript 1

  5. seema seema Public

    Production guardrails for LLM agent outputs — schema validation, content safety, retry logic

    Python 1

  6. samhara samhara Public

    State reducer pattern for agent state machines — Action, Reducer with history, StateMachine, @reducer_action. Zero dependencies.

    Python 1