Skip to main content

State Sync Across Browser Tabs: The Hardest Problem We Solved (That You Didn't Know You Needed)

· 5 min read
Osamah Alghanmi
Co-Founder & Technical Lead

State Synchronization Across Browser Tabs: The Orbital Approach

How we keep state perfectly synchronized across multiple tabs without WebSockets or complex backend logic.

Ever had two tabs of the same app open and they got out of sync? We fixed that at the framework level.

Recent Posts

Three Execution Models, One Truth: How We Solved the 'Write Once, Run Anywhere' Problem

· 6 min read
Osamah Alghanmi
Co-Founder & Technical Lead

Three Execution Models, One Source of Truth

The same .orb file runs in the browser, on the server, and compiles to native code. Here's how.

Java promised "write once, run anywhere." We deliver "write once, run everywhere appropriately."

Recent Posts

Visible AI: A New Game Design Paradigm

· 6 min read
Almadar Team
The Almadar Team

In most games, the AI is a black box. Enemies do things, and you react. There's no way to read their intentions, predict their moves, or outthink them — only out-reflex them.

What if the AI's behavior was visible? What if you could read an enemy's state machine and use it against them?

That's what we built in Trait Wars.

Recent Posts

Why Your Next App Should Be a State Machine

· 4 min read
Osamah Alghanmi
Co-Founder & Technical Lead

Your development team ships features fast. But bugs keep coming back. Deployments break on Fridays. The codebase grows, and so does the fear of touching it.

The problem isn't your team. It's the architecture.

Recent Posts

Machines with Traits: How Almadar Will Transform Robotics

· 4 min read
Almadar Team
The Almadar Team

A Vision for the Future of Automation


Introduction

Imagine a world where you don't need to write thousands of lines of code to make a robot move intelligently. A world where you declare machine behavior the same way you describe planets moving in their orbits.

This is the world of Almadar.

In this series, we'll explore how the Almadar language can revolutionize robotics and industrial automation.

Recent Posts

Welcome to Almadar

· One min read
Almadar Team
The Almadar Team

We're excited to introduce Almadar - The Physics of Software.

Almadar is a declarative framework for building full-stack applications through state machines. Define your entities, behaviors, and UI as schemas that compile to production-ready code.

Recent Posts