Toolkit
The kitbehind it all.
Every language, board and framework that shows up in the projects — and the specific thing each one is there to do. No logo wall.
7 categories / 28 tools
MiniMessage generatorColour, gradients, shadow & small caps — in every output format01
Languages
What the projects are actually written in.
- JavaScriptReact UIs and the PromptBox generator.
- PythonPyTorch training and the tooling around the classifier.
- C#Unity gameplay scripting.
- JavaMinecraft server plugins and Fabric mods.
- LuauThe Roblox FPS — dash, melee, leaderboards, admin.
- SkriptMinecraft server logic: combat, kits and arenas.
- HTML & CSSHand-built layouts, no templates.
02
Web
The stack behind the interfaces.
- ReactComponent work, including PromptBox.jsx.
- Next.jsApp shell for the multi-mode AI generator.
- IndexedDBLocal sync for generated images in PromptBox.
03
Hardware
An AI assistant that runs on a board, not a browser tab.
- ESP32The chip behind the Gemma AI Chatbot — WiFi and touch in one.
- TFT_eSPIDrives the panel and the on-screen keyboard.
- ILI9488 3.5"The touchscreen the whole chatbot UI is drawn on.
04
AI & ML
Models that train locally and models called over the wire.
- PyTorchGPU-accelerated image classification.
- Gemma APIGoogle AI Studio, called over WiFi from the ESP32.
- FLUXLocal image generation wired into PromptBox.
- LLMsPrompt design and integration across projects.
05
Game dev
Three engines, three very different sets of rules.
- UnityScene and gameplay work in C#.
- RobloxA full FPS loop with map rotation and admin tools.
- FabricMod loader for the client and server mods built at TechnoDevelopment.
- SkBeeSkript addon powering custom server mechanics.
- SkrayfallExtra Skript surface for the FFA PvP build.
06
Security
Certified, and still working through the course list.
- IBM Cybersecurity FundamentalsCertified.
- Ethical hackingUdemy course in progress, mentored by Dr. Rakshit Tandon.
- Cyber Security CouncilSchool council — cyberbullying awareness work.
07
Ship it
Where the work ends up once it works.
- ThunkableFive apps built and published.
- Google PlayWhere those five apps live.
- GitHubSource at github.com/divijch.