Modular

Top 23 Modular Open-Source Projects

  • tabler

    Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap

  • Project mention: Sqlx: I'm sorry I forked you | news.ycombinator.com | 2023-08-13

    This is a bug, PR welcome !

    https://github.com/tabler/tabler/issues/1648

  • Uppy

    The next open source file uploader for web browsers :dog:

  • Project mention: Pre-made solution for allowing a client to upload a file to my web hosting (via browser, not FTP client)? | /r/web_design | 2023-06-26

    I just found uppy. This will be the next one I use. https://uppy.io/

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-diagrams

    a super simple, no-nonsense diagramming library written in react that just works

  • Project mention: react-diagrams VS rete - a user suggested alternative | libhunt.com/r/react-diagrams | 2023-06-09
  • nebular

    :boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode

  • Project mention: The big Angular UI library comparison 📚 | dev.to | 2023-12-11

    Nebular (MIT license)

  • Orchard Core

    Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

  • Project mention: Orchard Core VS Elanat - a user suggested alternative | libhunt.com/r/OrchardCore | 2023-08-17
  • Choo

    :steam_locomotive::train: - sturdy 4kb frontend framework

  • whitestorm.js

    :rocket: 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • azerothcore-wotlk

    Complete Open Source and Modular solution for MMO

  • Project mention: Lessons from Open-Source Game Projects | dev.to | 2024-04-10

    Azerothcore - World of Warcraft: Wrath of the Lich King server emulation. C++

  • litegraph.js

    A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.

  • Project mention: Show HN: Comflowy – A ComfyUI Tutorial for Beginners | news.ycombinator.com | 2024-01-03

    It's litegraph.js [1] and seems to be the only lib they include in /web [2] :

    [1] https://github.com/jagenjo/litegraph.js

    [2] https://github.com/comfyanonymous/ComfyUI/tree/master/web/li...

  • valibot

    The modular and type safe schema library for validating structural data 🤖

  • Project mention: Next.js and Bunny CDN: Complete Guide to Image Uploading with Server Actions | dev.to | 2024-04-21

    I'll use Valibot library, which is a pretty new and cool library for schema validation, similar to Zod.

  • Red-DiscordBot

    A multi-function Discord bot

  • Project mention: Python Discord Bot developer with 2+ years of experience | /r/discordbots | 2023-06-27

    My discord username is crayyy_zee and I've been a discord user since 2019. I used to make discord servers for discord nitro in like 2020 until one day I got too tired of having to do everything manually and decided to make a bot that would ease the process. Learnt python in a week and got to development right after. Since then I've made countless standalone bots and addons for the Red-DiscordBot project. Some of these are open source on my GitHub. I do both per-hour and effort based projects. I am also one of the owners of Melon which is currently in 950 guilds and growing. If any of you wants a discord bot developed you can definitely contact me and we could work up some deal that is affordable to you and comfortable for me.

  • SimplCommerce

    A simple, cross platform, modulith ecommerce system built on .NET

  • arachni

    Web Application Security Scanner Framework

  • Project mention: Self-Host Vulnerability Scanner | /r/selfhosted | 2023-07-09
  • reth

    Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust

  • Project mention: Spin up a private network with Reth using Kurtosis! | /r/ethereum | 2023-08-27

    Reth is Paradigm's new modular and blazing-fast implementation of Ethereum. The Reth team has already been using Kurtosis to spin up interop devnets and find bugs (source and bug fix).

  • practical-modern-javascript

    🏊 Dive into ES6 and the future of JavaScript

  • modular-admin-html

    ModularAdmin - Free Dashboard Theme Built On Bootstrap 4 | HTML Version

  • OpenJSCAD.org

    JSCAD is an open source set of modular, browser and command line tools for creating parametric 2D and 3D designs with JavaScript code. It provides a quick, precise and reproducible method for generating 3D models, and is especially useful for 3D printing applications.

  • Project mention: A blocky based CAD program | news.ycombinator.com | 2023-05-23

    its uses https://github.com/jscad/OpenJSCAD.org library to create the 3d model

  • sysmon-modular

    A repository of sysmon configuration modules

  • Project mention: Sysmon 15.0 is out now with advanced features | /r/sysadmin | 2023-06-29

    I was specifically using the https://github.com/olafhartong/sysmon-modular config, but once we started seeing systems crash I tried building extremely minimal configs and still found them causing hangs.

  • swizzin

    A simple, modular seedbox solution

  • Jooby

    The modular web framework for Java and Kotlin

  • Project mention: Javalin – a simple web framework for Java and Kotlin | news.ycombinator.com | 2024-02-11

    One of the good things about it is that using asynchrony is optional. If you don't have to call out anywhere to build the response, processing can all stay in the handler's calling thread. If you do, you can return a future and have the library handle the async for you.

    One downside is that it is based on Jetty which isn't considered the most performant backend. A lib with a similar API but based on Netty is Jooby [1] which scores well in the Techempower benchmarks.

    [1] - https://jooby.io/

  • casadi

    CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

  • Project mention: pyomo VS casadi - a user suggested alternative | libhunt.com/r/pyomo | 2023-09-05

    Interface for several solvers and integrators.

  • hyper-express

    High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

  • Project mention: HyperExpress: High Performance Node.js Webserver | news.ycombinator.com | 2023-06-25
  • pragmatapro

    PragmataPro font is designed to help pros to work better

  • Project mention: Berkeley Mono Typeface | news.ycombinator.com | 2023-11-18

    One alternative you could consider is narrow fonts like Pragmata[1] (commercial) or Iosevka[2] (gratis, FOSS). Being able to fit more stuff onto you screen side-by-side is what enabled me to get as much into tmux as I am now.

    [1] https://www.fsd.it/shop/fonts/pragmatapro/

    [2] https://typeof.net/Iosevka/

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Modular related posts

Index

What are some of the best open-source Modular projects? This list will help you:

Project Stars
1 tabler 36,952
2 Uppy 28,079
3 react-diagrams 8,335
4 nebular 8,008
5 Orchard Core 7,096
6 Choo 6,774
7 whitestorm.js 6,089
8 azerothcore-wotlk 5,846
9 litegraph.js 5,173
10 valibot 5,159
11 Red-DiscordBot 4,492
12 SimplCommerce 4,108
13 arachni 3,639
14 reth 3,165
15 practical-modern-javascript 3,073
16 modular-admin-html 2,923
17 OpenJSCAD.org 2,521
18 sysmon-modular 2,485
19 swizzin 1,948
20 Jooby 1,658
21 casadi 1,549
22 hyper-express 1,407
23 pragmatapro 1,347

Sponsored
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com