Skip to content
← Back to Glossary Technology

BLOOM_FINAL / The Application Engine

The application engine layer of Sails.to, built on Sandstorm/Melusina OS, providing the grain runtime for all platform applications.

Full Definition

BLOOM_FINAL is the application engine layer of Sails.to, built on Sandstorm/Melusina OS. It provides the grain runtime - Cap'n Proto RPC, Go+HTMX native stack, KYC workflow orchestration, and powerbox-based capability sharing. BLOOM is the canonical pattern for all Sails.to applications.

Every user-facing interaction on the platform - dashboards, investor onboarding, compliance workflows, distribution management - runs as a grain inside the BLOOM runtime. The architecture enforces capability-based security at every layer, ensuring that each application instance operates within its explicitly granted authority.

Why It Matters

BLOOM is where the user experience lives. Every dashboard, every form, every real-time update runs as a grain in the BLOOM runtime. The Go+HTMX stack delivers server-rendered HTML with minimal client-side complexity, while Cap'n Proto RPC handles inter-grain communication with zero-copy efficiency.

By standardizing on a single application engine, Sails.to achieves consistency across all platform surfaces. New features deploy as new grains - isolated, auditable, and governed by the same capability model that protects every other component.

Related Terms

One engine, every surface

Capability-secured grains powering every interaction on the platform.

Learn More