JavaScript Miscellaneous

Open-source JavaScript projects categorized as Miscellaneous

Top 23 JavaScript Miscellaneou Projects

Miscellaneous
  1. Gatsby

    The best React-based framework with performance, scalability and security built in.

    Project mention: SSR Deep Dive for React Developers | dev.to | 2025-03-20

    Static websites are so good that they even have their own three-letter abbreviation: SSG (Static Site Generation). And of course, there are plenty of frameworks that generate them for you, no need in manual labour: Next.js supports SSG, Gatsby is still pretty popular, lots of people love Docusaurus, Astro promises the best performance, and probably many more.

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. husky

    Git hooks made easy 🐶 woof!

    Project mention: package.json | dev.to | 2025-05-10

    Pre-commit Hooks: Use tools like Husky to run linters and tests before commits.

  4. jsdom

    A JavaScript implementation of various web standards, for use with Node.js

    Project mention: Proton: Pluggable SSR + DOM | Or How I implemented better SSR from scratch | dev.to | 2025-04-13

    Nah, I took a third path - looking for alternatives to JSDOM... And I found it - happy-dom.

  5. v86

    x86 PC emulator and x86-to-wasm JIT, running in the browser

    Project mention: JSLinux | news.ycombinator.com | 2025-04-14
  6. dotenv

    Loads environment variables from .env for nodejs projects.

    Project mention: Building an API in Node.js without using any packages | dev.to | 2025-05-18

    Looking at the progress Node.js has made in the past few years makes me think that many popular and widely used npm packages might soon be unnecessary or even deprecated. Most Node.js developers are familiar with packages like dotenv for working with .env files, node-fetch for making HTTP requests, and jest for testing.

  7. execa

    Process execution for humans

    Project mention: TypeScript CLI: Automate Build and Deploy Scripts | dev.to | 2025-01-27

    We will use Listr2 as a task runner to define the steps required to build and deploy the app. We will use execa to run CLI commands for Vite and AWS. Since we're running TypeScript code, we could use the programmatic APIs instead of CLI commands, but let's keep it simple!

  8. nodegit

    Native Node bindings to Git.

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. ssh2

    SSH2 client and server modules written in pure JavaScript for node.js

  11. semver

    The semver parser for node (the one npm uses)

    Project mention: ZeroVer: 0-Based Versioning | news.ycombinator.com | 2025-02-25

    For humans, yes. For software, not so much.

    There’s a special rule in SemVer that states when the leading major version is 0, every minor version bump is considered breaking.

    https://semver.org/#spec-item-4

    NPM handles 0.x.y versions of packages differently from 1+.x.y

    https://github.com/npm/node-semver#caret-ranges-123-025-004

    Several major packages are still on 0.x.y and (ab)use this feature when updating without "committing" to a major version.

  12. react-blessed

    A react renderer for blessed.

  13. file-type

    Detect the file type of a file, stream, or data

    Project mention: Using Google Magika to build an AI-powered file type detector | dev.to | 2024-06-13

    file-type is a lightweight library for checking file types based on the header. It’s designed to run in Node.js and browser environments and provides a simple way of detecting file types from Buffers, files on disk, streams, and Blobs.

  14. typography

    A powerful toolkit for building websites with beautiful design

  15. mozaik

    Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards

  16. opn

    Open stuff like URLs, files, executables. Cross-platform.

    Project mention: Compilation of Libraries Supporting CLI Application Development for Node.js | dev.to | 2025-01-20

    open helps us open something like images, web addresses, or even applications. This library proves useful when we need the assistance of an external application that the CLI cannot handle.

  17. react-split-pane

    React split-pane component

  18. html-to-react-components

    Converts HTML pages into React components

  19. redux-auth-patch

    Complete token authentication system for react + redux that supports isomorphic rendering.

  20. react-awesome-query-builder

    User-friendly query builder for React

  21. emittery

    Simple and modern async event emitter

  22. react-designer

    It's not art

  23. clipboardy

    Access the system clipboard (copy/paste)

    Project mention: My failed attempt to shrink all NPM packages by 5% | news.ycombinator.com | 2025-01-27

    The executables are vendored in the repo [0].

    [0] https://github.com/sindresorhus/clipboardy/tree/main/fallbac...

  24. react-simple-chatbot

    :speech_balloon: Easy way to create conversation chats

  25. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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).

JavaScript Miscellaneous discussion

Log in or Post with

JavaScript Miscellaneous related posts

  • AI Agent faster memory access

    4 projects | dev.to | 21 May 2025
  • Advanced Git Techniques for Clean and Collaborative Development

    1 project | dev.to | 8 May 2025
  • AI Integration in JavaScript: Parse Natural Language to JSON with Node + React

    4 projects | dev.to | 2 May 2025
  • Variaveis de Ambiente em Node.js (.env)

    1 project | dev.to | 14 Apr 2025
  • Porting Tailscale to Plan 9

    3 projects | news.ycombinator.com | 2 Apr 2025
  • How to Build a React Page Builder: Puck and Tailwind v4.0

    2 projects | dev.to | 26 Mar 2025
  • How to engineering a JavaScript to Python migration?

    4 projects | news.ycombinator.com | 14 Mar 2025
  • A note from our sponsor - SurveyJS
    surveyjs.io | 24 May 2025
    Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more. Learn more →

Index

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

# Project Stars
1 Gatsby 55,860
2 husky 33,515
3 jsdom 21,002
4 v86 20,669
5 dotenv 19,729
6 execa 7,140
7 nodegit 5,702
8 ssh2 5,638
9 semver 5,251
10 react-blessed 4,475
11 file-type 3,981
12 typography 3,840
13 mozaik 3,599
14 opn 3,289
15 react-split-pane 3,247
16 html-to-react-components 2,133
17 redux-auth-patch 2,118
18 react-awesome-query-builder 2,102
19 emittery 1,943
20 react-designer 1,871
21 clipboardy 1,832
22 react-simple-chatbot 1,752
23 redux-search 1,400

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?