Skip to content
View ThatKJ's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report ThatKJ

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.

Content in all repositories owned by your account will be closed.
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
ThatKJ/README.md
Kirtan Joshi — AI, software, and products

From a rough idea to something you can actually use.

Computer Science @ Newton School of Technology
Bengaluru, India · @ThatKJ

Visit Awoken Connect on LinkedIn Find me on X Email Kirtan



Selected work   /   Contributions   /   Toolkit   /   Contact


A little context

I'm Kirtan. I build web products, experiment with AI, and learn by getting involved in the details: the interface, the backend, the bug that only shows up when everything is connected.

My projects have taken me from business software to agent payments and camera-tracking simulations. I like work where I can connect the technical decisions to what someone actually needs.

Right now: building Awoken, strengthening my Python and software fundamentals, and making my projects more useful and easier to understand.


Selected work

AI · BUSINESS SOFTWARE · PRODUCT

My venture exploring how AI, automation, and better software can help businesses operate.

The public site brings together services, industry-specific solutions, and a booking flow. It is where I work on both the engineering and the business behind a product.

Next.js TypeScript Tailwind CSS

Website ↗   ·   Source

AI AGENTS · PAYMENTS · VERIFICATION

A prototype for buying a verified AI-service result at a fixed price.

It coordinates provider attempts, checks outputs, retries, and tracks execution costs. The demo combines Algorand Testnet payments with a simulated provider market.

TypeScript Next.js x402 Redis

Demo ↗   ·   Source

COMPUTER VISION · C++ · SIMULATION

A camera-tracking workbench for studying how moving optical terminals stay aligned.

Built with Team IRODOV: a C++ simulation engine, classical and learned beacon detection, temporal tracking, PID control, and a Mission Control interface for inspecting runs.

C++20 OpenCV ONNX Next.js

Source ↗   ·   Simulation results

INTERACTIVE WEB · 3D · DATA VISUALIZATION

An interactive web experience that makes an electricity-monitoring system easier to explore.

It combines a 3D system view, component explorer, waveform displays, and circuit diagrams to explain how the system fits together.

Next.js TypeScript Three.js

Source ↗

More Projects

A fast Python arcade game built around timing and control. Rotate the rings, line up the gaps, and guide the ball outward as every level gets harder.

Python Pygame

View repository →

A lightweight organizer for messy folders. It sorts files by type, handles duplicate names safely, and can add timestamps automatically.

Python Cross-platform

View repository →

A terminal booking system with user accounts, flight search, seat selection, cancellations, booking history, reports, and admin controls.

Python MySQL

View repository →

My personal corner of the web for presenting the projects I build, the tools I use, and the ideas I am exploring.

React Vite

View repository →


Open Source Contributions

Small, focused changes inside codebases I did not create.

⌨️ Native terminal selection

Restored normal mouse selection and clipboard copying in HADES CLI by removing unnecessary global mouse capture.

Rust Ratatui Crossterm

HADES CLI pull request 32 merged

↔️ Portable conversation history

Added import and export across HADES, ChatGPT, Claude, and Markdown, including format detection, storage integration, and tests.

Rust Serialization CLI

HADES CLI pull request 30 merged

Zed editor fallback proposal Next Bench documentation pull request View all pull requests


Toolkit

TOOLS I HAVE USED TO SHIP PROJECTS, RUN EXPERIMENTS, AND CONTRIBUTE CODE


Python TypeScript JavaScript C++ Rust React Next.js Tailwind CSS PostgreSQL Supabase Redis Git Docker CMake Linux Vercel
Computer Vision with OpenCV Inference with ONNX

How I build

Understand the problem → build the smallest useful version → test reality → improve the right layer.



I care about what happens after the first successful run: failure cases, clear interfaces, reproducible results, and documentation someone else can follow.


GitHub Activity Kirtan's animated GitHub contribution activity

Let's Connect

Have an idea, a stubborn bug, or something worth building?

Email Kirtan Kirtan on LinkedIn Kirtan on X Kirtan's GitHub repositories



Bengaluru, India · Usually learning, building, or fixing something.

Pinned Loading

  1. margin402 margin402 Public

    Autonomous AI enterprise engine powered by Algorand x402 — earns USDC, procures AI services, protects profit margins, and autonomously pivots to cheaper vendors.

    TypeScript

  2. FSOC FSOC Public

    AI-based virtual camera tracking system for coarse alignment of mobile FSOC terminals — SIH26169.

    C++ 3