Hi, my name is David, and I was a massive fan of CujoJS, I am not sure what happened to it so I decided to set this fan website up to help other people like me find information about the old toolkit.

Information from the old CujoJS website:

cujoJS is an architectural toolkit for building highly modular, maintainable web applications that are easy to test and refactor, with zero framework lock-in.

Sanity

Remain calm and write the code. cujoJS is the sane architectural toolkit. cujoJS encourages patterns that foster clean, testable code at all levels. From HTTP to HTML and from CORS to CSS, unit test everything and get a good night’s sleep for a change.

Freedom

Make exactly the app you want. cujoJS embraces standards and integrates with any reasonably open library, component, or widget with zero entanglement with your code. Use as much or as little as you need, and replace third-party or cujoJS libraries easily without rewriting everything.

Speed

Stop writing bloated apps. cujoJS apps are tiny and fast. Develop at the speed of innovation. Separation of concerns lets multiple engineering and design teams rapidly design, develop, refactor, and test iteratively and in parallel.

Get it

cujoJS/seed

Overwhelmed by all the awesomeness? Start here. Have your first “hello world” cujoJS app up and running in under a minute.

  1. git clone https://github.com/cujojs/seed.git myapp
  2. cd myapp
  3. bower install
  4. npm install
  5. npm start

Launch http://localhost:8000/ in your browser. Point your editor at the myapp folder and start coding!

Apart from this there has not been an update from the old developers, I will keep this updated if I hear anything.