إنتقل إلى المحتوى الرئيسي

Schema-First Development: Why We Write JSON Before TypeScript

· 5 دقائق قراءة
Osamah Alghanmi
Co-Founder & Technical Lead

Schema-First Development: The Blueprint That Becomes the Building

What if you defined your entire application in a single JSON file before writing any component code?

Recent Posts

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

· 5 دقائق قراءة
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 دقائق قراءة
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 دقائق قراءة
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 دقائق قراءة
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 دقائق قراءة
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

Understanding State Machines in Almadar

· 2 دقائق قراءة
Osamah Alghanmi
Co-Founder & Technical Lead

State machines are at the heart of Almadar. In this post, we explore why we chose state machines as the foundation for application behavior.

Recent Posts

Welcome to Almadar

· 1 دقائق قراءة
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