Skip to content
View WizzBot-offi's full-sized avatar

Block or report WizzBot-offi

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
WizzBot-offi/README.md
WIZZ — Jithin Rishi — Engineering Lab boot sequence

whoami

I'm Wizz — Jithin Rishi.

I build things to understand them. I break things to understand them better. I work across AI, embedded hardware, web systems, networking, and whatever else looks interesting when I'm supposed to be doing something else.

Right now the main thing is Nocturnal. The hardware side is WizzBot V3. Everything else lives in the lab.


active systems

NOCTURNAL AI   ACTIVE

Self-hosted multi-mode AI assistant. Flash for speed, Insight for depth, Abyss for exploration, Auto for routing. The model decides how to answer before it answers — planner/router architecture.

Live web search · Vision · Voice I/O · BYOK · Supabase-backed isolation · Encrypted key storage · RLS

stack: Node.js · Express · NVIDIA NIM · Supabase · Tavily

WIZZBOT V3   IN PROGRESS

Next-gen AI robot. ESP32-S3 N16R8 — 16MB Flash, 8MB PSRAM — actual compute headroom on the edge. INMP441 mic, MAX98357A speaker, VL53L0X ToF, ST7735 display, MPU6050. Battery-powered. 3D printed body. Planned: voice recognition and TTS on-device.

stack: ESP32-S3 · C · Arduino · I2S

built

project type stack status
Neural Reflex Reaction-time game JS · Supabase · CSS LIVE
2DGame Game experiment JS · HTML Canvas ITERATING
WizzBot V2 IoT robot ESP8266 · MQTT · Adafruit IO ARCHIVED

lab

Things I've pulled apart, experimented with, or just built to see if I could.

AI          ── LLM APIs, vision, model routing, prompt engineering
Embedded    ── Arduino, ESP8266, ESP32, sensors, I2S audio, ToF ranging
IoT         ── MQTT, Adafruit IO, hardware-to-cloud
Web         ── vanilla JS, Node.js, REST APIs, real-time systems
Networking  ── Cisco Packet Tracer, VLANs, subnetting, DHCP, IPv4 routing
Systems     ── Linux, bash, C, security engineering
3D / Tools  ── Maya, 3D printing, hardware prototyping
Games       ── reaction systems, game loops, leaderboard backends

stack

Languages   C · JavaScript · HTML · CSS · Python
Backend     Node.js · Express.js · REST APIs
AI          NVIDIA NIM · LLM APIs · Vision · AI routing
Database    Supabase · MQTT · Adafruit IO
Embedded    Arduino · ESP8266 · ESP32-S3
Networking  Cisco Packet Tracer · IPv4 · VLANs · DHCP
Tools       Git · GitHub · Vercel · Linux · Maya

build philosophy

IDEA
 ↓
BUILD
 ↓
BREAK
 ↓
DEBUG
 ↓
LEARN
 ↓
BUILD AGAIN

The only way I actually learn anything is by building it.


connect

WIZZ@GITHUB:~$ connect

github.com/WizzBot-offi

Pinned Loading

  1. nocturnal-app nocturnal-app Public

    Nocturnal is a modern AI assistant with intelligent routing, live web search, voice interaction, image understanding, secure authentication, and BYOK.

    JavaScript 1