🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

cellery

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cellery

cellery

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
2
Created
Source

Cellery

WIP - A deliberately simple cross-platform UI framework

Cellery is a minimalist framework for cross-platform user interfaces. It keeps component internals simple while allowing renderers flexibility in how they display content. The framework provides essential building blocks called "Cells" - stateless, minimal components that renderers implement to allow complex applications to be built through composition.

Core philosophy: cells are stateless and minimal, renderers handle display, applications control behavior.

Why?

GUI, TUI, mobile, browser - all have unique needs. Rather than trying to solve all of these, Cellery lets you build functional components, similar to Flutter. Renderers can then choose to implement as much or as little as needed for their use case.

Want to render to eInk? Native components rather than React Native? TUI? Implement the Cells as you need for your use case while targetting a consistent UX across devices.

Status

Work in progress. API subject to change.

FAQs

Package last updated on 26 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts