What FigJam and Figma does
Figma is a collaborative interface design tool: vector design, components and variables, prototyping, a developer hand-off mode, and, more recently, AI features that draft interfaces and prototypes from prompts. FigJam is the companion whiteboard for flows, brainstorms, and diagrams. Together they cover the look, feel, and early discussion of a product across any platform.
What Nodlume does
Nodlume is a system-design workspace for a React application. A project targets one platform — a Next.js site, a Tauri desktop app, an Expo mobile app, an Ink terminal app, or a Manifest V3 browser extension — and defines its pages, components, layouts, data model, API routes, stores, roles, features, and theme in connected tabs. The Export tab turns that definition into a scaffold in build order, an AGENTS.md, generated starter code, a project report, and a GitHub push.
Nodlume covers the layer under the design. A project's pages have route paths, layouts, and guards; components have props and are placed in the tree; entities have fields and relations; API routes have methods and data dependencies; roles have permissions per surface. A theme tab produces the design tokens, and the Export tab produces the scaffold. It does not replace Figma for visual design, and it does not try to.