CellJS icon
CellJS icon

CellJS

Self-constructing web app framework with no API, just a few, simple rules.

Cost / License

  • Free
  • Open Source

Platforms

  • Self-Hosted
-
No reviews
1like
0comments
0news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

CellJS News & Activities

Highlights All activities

Recent activities

  • namdx1987 liked CellJS
  • Meteor icon
    POX removed CellJS as alternative to Meteor
Show all activities

CellJS information

  • Developed by

    Intercellular
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    50 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,504 Stars
  •  93 Forks
  •  34 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
CellJS was added to AlternativeTo by David on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What 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.

Official Links