DEV Community

Cover image for Random OSS Projects - Mongita, Charts.css, NocoDB, BlitzJS
Sm0ke
Sm0ke

Posted on • Updated on

Random OSS Projects - Mongita, Charts.css, NocoDB, BlitzJS

Hello Coders,

From time to time, unrelated to my daily work, I just browse different platforms or Github for nice and innovative projects. All projects mentioned by this article are open-source, actively supported with at least one innovative element (IMO).

Thanks for reading! - Content provided by App Generator.


  • Charts.css - CSS visualization framework (no JS)
  • Mongita - lightweight embedded document database
  • BlitzJS - MVC React Framework built on top of NextJS
  • NocoDB - turns any database into a smart spreadsheet

✨ Charts CSS

Charts.css is a modern CSS framework. It uses CSS utility classes to style HTML elements as charts. The nice part of this library is that no JS is required to render the charts. All the information is edited in the HTML and the library showcase the chart using only CSS.

Open-source product - Charts.css


✨ Mongita

Mongita is a lightweight embedded document database that implements a commonly-used subset of the MongoDB/PyMongo interface. Mongita differs from MongoDB in that instead of being a server, Mongita is a self-contained Python library. Mongita can be configured to store its documents either on disk or in memory.

According to the benchmark published on project README, Mongita scores better than MongoDB in all metrics: bulk insert, get all docs, get by ID.

Mongita vs MongoDB Benchmark


Blitz JS

As mentioned in the HOMEpage, Blitz is a batteries-included framework that's inspired by Ruby on Rails, is built on Next.js, and features a "Zero-API" data layer abstraction that eliminates the need for REST/GraphQL.

The product comes with a few enhancements on top of NextJS (which is already a great product):

  • Data Layer - the need of an API is removed: At build time, Blitz automatically inserts an API call that runs the server code on the server
  • Built-in Authentication, Authorization and 3rd party auth supported via Passport.js

Open-source product - Blitz JS


✨ NocoDB

NocoDB is an open source #NoCode platform that turns any database into a smart spreadsheet. Smart means collaborative edit with fine grained Access Control and password protected views.

Other features: automatic build of API and GraphQL services, Kanban Dashboards, Page Customization with DYI Builder.

Open-source product - Blitz JS.


Thanks for reading!, For more resources please access:


Top comments (6)

Collapse
 
crearesite profile image
WebsiteMarket

The idea behind Charts CSS sounds really smart.
Thanks for sharing!

Collapse
 
sm0ke profile image
Sm0ke

Glad u like it!

Collapse
 
uithemes profile image
ui-themes

I've worked with NextJS .. Blitz sounds good.
I might take a look.

Collapse
 
sm0ke profile image
Sm0ke • Edited

Let me know your thoughs about it.
Happy coding!

Collapse
 
steelwolf180 profile image
Max Ong Zong Bao

NocoDB feels awfully like a open source version of airtables

Collapse
 
sm0ke profile image
Sm0ke

The project is super active and looks promising. I'll keep my eyes on this project.
:) They have a hard mission.