Registry & Indexing

Centrally managed component discovery for the Bismillah ecosystem.

Metadata Tier

Discovery Engine

The registry is a global index that provides metadata about available Bismillah components, their types (atom, molecule, layout), and current versions.

import { getRegistry } from 'bismillahcss/registry';
const myComponents = getRegistry().components;
myComponents.map(c => console.log(c.name));

Atomic Pieces

Base primitives like glassy buttons, neon inputs, and geometric icons.

Layout Ultra

Full-section layouts for dashboards, heroes, and pricing tables.