Skip to content
View vatskishan03's full-sized avatar
📈
📈

Block or report vatskishan03

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

Typing Tagline

Email X (Twitter)

💫 About Me

fn main() {
    let kishan = Developer {
        name: "Kishan",
        role: "Full Stack Developer",
        languages_spoken: vec!["English", "Hindi"],
        current_focus: "Building AI-native apps with Rust and TypeScript",
        interests: vec!["Distributed Systems", "System Design", "Machine Learning"],
    };
    
    println!("Nice to meet you! Let's chat!");
}

Languages, Tools and Databases

Skill Icons

🔥 Featured Projects

KyroDB — AI‑native data stack in one binary KyroDB simplifies the data stack for AI‑native apps: one lightweight binary providing a reliable, auditable event log and a learned primary index for ultra‑fast key lookups. A pragmatic alternative to Kafka + DB + index glue for point‑lookup heavy workloads. Built primarily in Rust.
copy — Zero‑signup realtime snippets Real-time collaborative text sharing with tokenized rooms. Built with React, Node.js, Socket.IO, PostgreSQL, and Redis, primarily in TypeScript.
Vidmeet — AI‑powered conferencing Zoom‑like experience with meeting summarization and script generation. Built in TypeScript.

Stats at a glance

Top Languages

GitHub Stats GitHub Streak

Now

  • Hardening KyroDB’s core for AI‑native read paths
  • Building polished full‑stack UX with Next.js + tRPC + Prisma
  • Always open to jam on systems, realtime collab, and infra for AI

Profile views

Footer Wave

Pinned Loading

  1. KyroDB/KyroDB KyroDB/KyroDB Public

    Autonomous Vector database for AI agents and RAG. Hybrid Semantic Cache eliminates cold-cache spikes. Sub-5ms hybrid queries.

    Rust 19 6

  2. KyroDB/Vritti KyroDB/Vritti Public

    Stop your AI agent from repeating same mistake and learn from previous failures

    Python 4

  3. copy copy Public

    A real-time collaborative text sharing platform with no sign-up required. Create snippets, generate shareable tokens, and collaborate in real-time. Built with React, Node.js, Socket.IO, PostgreSQL …

    TypeScript