Skip to main content

The Big Picture: How Hestia Works

This guide explains the layers that make up the Hestia smart world. Think of it as a map of the city we've built to keep your devices connected and safe.

1. The Core Layers

Your Smart Devices (The Edge)

These are the physical things in your home or office. They use our HxTP language to send "heartbeats" (I'm okay!) and "state updates" (The light is on!).

The Gatekeeper (Safety Gateway)

This is the most important part of our security. Every single command from the internet must pass through this gate. It checks:

  • Who are you? (Do you have permission?)
  • Is this safe? (Is the command allowed for this device?)
  • Are we too busy? (Preventing system overloads.)

The Thinking Brain (HX47 AI)

When you give a complex instruction, this brain breaks it down into a list of small actions. It's designed to understand your intent, not just your words.

The Message Center (Control Plane)

This part of the cloud handles the actual delivery of messages. It works like a high-speed post office, making sure every letter (command) gets to the right house (device) instantly.

2. Where Information Lives

The "Quick Memory" (Redis)

This is where we keep track of things happening right now—like which devices are online and recent security checks. It's built for extreme speed.

The "Permanent Library" (Firestore)

This is where we store the important things forever—like your device settings, your home's layout, and a secure log of every action ever taken.

3. The Protection Shield

We protect your world using a Digital Wax Seal.

  1. When a command is created, we sign it with a secret key.
  2. If anyone tries to change the command while it's traveling through the internet, the seal will break.
  3. Your device will see the broken seal and refuse to follow the instruction.

4. Why This Matters for You

  • You are in Control: Our "multi-tenant" design means your data is physically and logically separated from everyone else's.
  • Privacy by Design: We don't just "add" security; we built the whole system around it.
  • Future-Proof: Whether you have one lightbulb or an entire smart building, this foundation is built to grow with you.