

CellJS
1 like
Self-constructing web app framework with no API, just a few, simple rules.
Cost / License
- Free
- Open Source
Platforms
- Self-Hosted
Features
No features, maybe you want to suggest one?
Tags
- Software Framework
- development
CellJS information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat is CellJS?
Cell is a self-constructing web app framework powered by a self-driving DOM.
FEATURES
- There is NO API to learn. You just need to remember 3 rules.
- You just need a single HTML file with a single <script src> line.
- Write an entire app as a piece of JSON-like, human-readable data structure.
- Integrating into an existing website is as simple as copy and pasting a Youtube embed code.
- Everything is powered by stateless functions instead of classes and objects, making it extremely modular.
- "Development workflow" doesn't exist. No NPM, No Webpack, No Babel, just vanilla Javascript and 100% based on web standards.





