think it. build it. vibe it.
tiny electronics for curious makers — out of bengaluru, india.
the source of whybit.in — three static html pages with Tailwind (no build step, no framework fatigue). open it, read it, remix it.
- lun-e — esp32-c3 tracked robot with animated oled eyes and esp-now radio.
the firmware lives at whybitlabs/T-01-The-Explorer.
index.html → whybit.in/
about/index.html → whybit.in/about
contact/index.html → whybit.in/contact
styles.css → everything tailwind can't do elegantly
script.js → theme toggle, cursor glow, scroll blur
each page is standalone. the <head> boilerplate and the nav/footer chrome
are duplicated across the three files on purpose — that's the tax for having
no build step. edit one, edit all three.
# any static server works — serve from the repo root so /about/ resolves
python3 -m http.server 8080
# then open http://localhost:8080- email — harshith@whybit.in
- github — @whybitlabs
- instagram — @whybit.in
- youtube — @why-bit
copyleft 🄯 2026 whybit. released under the GNU GPL v3. fork it, remix it, ship it — just keep it free.
site by absurd industries.