Welcome to
Bonezegei

Start your learning journey with easy-to-follow projects and detailed examples that eliminate confusion. From foundational concepts to expert-level challenges, we have the resources to help you achieve your development goals.

Core Repositories

Explore open-source solutions designed to accelerate your workflow.

Bonezegei Arduino Libraries

Get instant access to a collection of ready-to-use code. These pre-tested libraries let you quickly add complex features like Wi-Fi, sensor control, and data management to your projects. Cut your development time and build better projects faster.

Wi-Fi Sensors Data
Explore Libraries

Bonezegei Scripting Language

A newly developed, dynamically typed programming language implemented through a custom interpreter written in C. Designed for rapid prototyping and embeddable logic, BSL features a simplified syntax influenced by JavaScript and C.

function main() {
  print("Hello, Bonezegei!");
}
Explore BSL

Latest Articles

Insights, tutorials, and updates from the Bonezegei ecosystem.

Blog

Why I Built the Bonezegei Scripting Language

Why create another scripting language? In this post, I explore the workflow frustrations, architectural choices, and future goals behind writing the Bonezegei Scripting Language from scratch in C.

April 4, 2026 Read More
Tutorial

Connecting ESP32 to Firebase

A step-by-step guide on how to leverage the Bonezegei Arduino libraries to quickly prototype an IoT sensor node that streams data directly to the cloud.

March 15, 2026 Read More