• Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    ShareDB

    ShareDB

    Realtime database backend based on Operational Transformation (OT)

    ...Synchronous editing API with asynchronous eventual consistency. Projections to select desired fields from documents and operations. Middleware for implementing access control and custom extensions. Ideal for use in browsers or on the server. In-memory implementations of database and pub/sub for unit testing. Access to historic document versions. Realtime user presence syncing.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    Node-RED

    Node-RED

    Low-code programming for event-driven applications

    ...A built-in library allows you to save useful functions, templates or flows for re-use. The light-weight runtime is built on Node.js, taking full advantage of its event-driven, non-blocking model. This makes it ideal to run at the edge of the network on low-cost hardware such as the Raspberry Pi as well as in the cloud.
    Downloads: 57 This Week
    Last Update:
    See Project
  • 3
    OneNav

    OneNav

    Bookmark and navigation management system

    ...It features a responsive web interface, making it easy to access bookmarks from any device. OneNav is highly customizable, allowing users to create categories, add descriptions, and manage links with ease, making it ideal for personal use or as a team resource.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    30 Seconds of Code

    30 Seconds of Code

    Coding articles to level up your development skills

    30-seconds-of-code is a popular repository offering a vast collection of concise, reusable JavaScript code snippets that can be read and understood in 30 seconds or less. It covers a broad range of everyday programming tasks, from array manipulation to DOM handling. Ideal for learners and professionals alike, it promotes clean coding and fast prototyping by focusing on clarity and brevity.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5
    nodemon

    nodemon

    Reload your Node.js application automatically

    nodemon is a utility that monitors your Node.js application for any changes and once it does detect changes, automatically restarts your server. This makes it ideal for development, as it conveniently restarts your process automatically when your code changes. There's no need for any additional changes to your code or method of development. Simply use nodemon instead of node to run your code. nodemon is a replacement wrapper for node, wrapping your application so you can pass all the arguments you would normally pass to your app. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    Express

    Express

    Fast, unopinionated, minimalist web framework for Node.js

    Express is a fast, minimal and flexible web application framework for Node.js that offers a robust set of features for web and mobile applications. With a vast selection of HTTP utility methods and middleware, and a thin, unobstructive layer of fundamental features, it’s the ideal solution for single page applications, web sites, hybrids or public HTTP APIs. With Express you’re not forced to use any one ORM or template engine. You have access and support to over 14 template engines through Consolidate.js, so crafting your perfect framework is quick and easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Vanilla Web Projects

    Vanilla Web Projects

    Mini projects built with HTML5, CSS & JavaScript

    vanillawebprojects is a collection of small, hands-on web apps built with only HTML, CSS, and plain JavaScript to teach core front-end skills without frameworks. Each project targets a concrete concept—DOM manipulation, events, localStorage, fetch, form validation, audio/video APIs, and more—so learners see ideas applied in working code. The codebases are intentionally compact and readable, making them easy to clone, tweak, and extend. Projects progress from beginner-friendly to moderately...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    100 proyectos de JavaScript

    100 proyectos de JavaScript

    100 JavaScript projects with code and videos for free

    100 proyectos de JavaScript is a large collection of 100 JavaScript projects, each with source code and an accompanying video tutorial, offered entirely for free. The repository is tied to the website javascript100.dev, which presents the projects as a structured learning path so learners can progressively build their skills through practice.Each project lives in its own numbered folder (for example, 01-tinder-swipe), and the README explains how to run them via the VS Code Live Preview...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NanoNeuron

    NanoNeuron

    NanoNeuron is 7 simple JavaScript functions

    ...Because every concept is expressed in a few lines, it’s easy to tinker—change learning rates, swap cost functions, or visualize error curves. The repository bridges the gap between formulae and intuition by making each update transparent and observable. It’s ideal for absolute beginners who want to internalize core ideas before moving on to multi-layer networks and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Most Powerful Software Platform for EHSQ and ESG Management Icon
    The Most Powerful Software Platform for EHSQ and ESG Management

    Addresses the needs of small businesses and large global organizations with thousands of users in multiple locations.

    Choose from a complete set of software solutions across EHSQ that address all aspects of top performing Environmental, Health and Safety, and Quality management programs.
    Learn More
  • 10
    SwissGL

    SwissGL

    SwissGL is a minimalistic wrapper on top of WebGL2 JS API

    SwissGL is a compact JavaScript library that provides a streamlined abstraction layer over the WebGL2 API, designed to minimize boilerplate when building GPU-accelerated graphics, simulations, and procedural visualizations. Acting as a "Swiss Army knife" for WebGL2, it simplifies shader, texture, and framebuffer management into a single, expressive interface that enables developers to write complex GPU workflows in just a few lines of code. The library centers around one main function that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jQuery Terminal

    jQuery Terminal

    JavaScript library for creating web-based terminals

    ...An object can have nested objects which will create a nested interpreter (you can create an interactive menu of adventure games with this). You can also use a function in which you can parse user commands by yourself (you have full control of what users type into the terminal). It's ideal if you want to provide additional functionality for power users.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Redux Thunk

    Redux Thunk

    Thunk middleware for Redux

    ...Redux Thunk middleware allows you to write action creators that, rather than return an action will return a function instead. If you want to delay the dispatch of an action, or to dispatch only after meeting a certain condition, then the thunk can be used. Thunks are ideal middleware for a number of cases, in particular for basic Redux side effects logic, complex synchronous logic that must access the store, and simple async logic like AJAX requests.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    MayWeb

    MayWeb

    About MayWeb is a lightweight, beautifully designed local development

    About MayWeb is a lightweight, beautifully designed local development environment built with ❤️. It lets you control Apache, MySQL, Redis, PHP versions, and more-all from a fast, modern UI. Ideal for developers who want performance, simplicity, and style in one powerful tool.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 14
    Basic Website Studio (Tkinter Edition)

    Basic Website Studio (Tkinter Edition)

    Basic Website Studio (Tkinter Edition)

    A simple, lightweight code editor for basic web development, written in Python using the standard Tkinter GUI toolkit. This application is designed to run without any external Python libraries (like PySide6 or PyQt), making it ideal for easy distribution on Linux systems, such as in a .deb package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    testapize

    testapize

    TestAPIze is a lightweight and user-friendly API testing tool

    TestAPIze is a lightweight and user-friendly API testing tool designed for developers to test HTTP requests efficiently. Built with modern technologies like React, Vite, and Electron, it provides a clean and intuitive interface for testing GET requests. Ideal for developers looking for a simple, offline API testing solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    XOOPS Web Application System

    XOOPS Web Application System

    The world's leading content management systems (CMS) written in PHP

    PLEASE NOTE: Latest XOOPS files are on http://github.com/xoops and http://github.com/xoopsmodules25x) XOOPS is a Web application platform written in PHP for the MySQL database. Its object orientation makes it an ideal tool for developing small or large community websites, intra-company and corporate portals, weblogs, and much more. XOOPS is an acronym of eXtensible Object Oriented Portal System. Initially a portal system, XOOPS is now a leading content management system (CMS) that serves as a versatile Web framework. XOOPS can also be used as a weblog or journal via a standard install using the News module alone. ...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 17
    Tonic

    Tonic

    Easy to audit, zero-dependencies and build-tool-free

    A low-profile component framework. 1 file. 1 class. ~350 lines of code. No build tools are required. Native web components. Ideal for JAM stacks. Identical on client & server. Composition oriented. Event delegation by default. Lots of examples. Building a component with Tonic starts by creating a function or a class. The class should have at least one method named render which returns a template literal of HTML. onic is a thin wrapper around web components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Modern UI/UX GPT-3

    Modern UI/UX GPT-3

    Master the creation of Modern UX/UI Websites

    ...The project encourages clean semantics and reusable components while keeping the stack lightweight. It’s positioned as a design-driven build rather than a data-heavy app, making it ideal for practicing hero sections, feature blocks, responsive grids, and call-to-action areas. Learners are guided to reproduce a professional aesthetic and refine details that make interfaces feel cohesive. The repo’s popularity reflects its utility as a concise template for modern, responsive, and visually balanced sites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    WWWBasic

    WWWBasic

    wwwBASIC is an implementation of BASIC that runs on Node.js & the Web

    ...It supports traditional BASIC constructs such as loops, conditionals, and I/O operations, along with 24-bit color graphics functions (PSET, LINE, CIRCLE) and input handling (INKEY$, GETMOUSE). wwwBASIC brings retro programming into the modern web era, making it ideal for educational purposes, historical software preservation, and interactive demonstrations
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Atropos

    Atropos

    Stunning touch-friendly 3D parallax hover effects

    ...It works not only with vanilla JavaScript, but also provides integrations or support for modern frameworks (React, Vue, Web Components, etc.), making it easy to incorporate into a variety of web projects. Because Atropos is very small (just ~2 KB minified + gzipped) and has zero dependencies, it's ideal for performance-conscious applications and does not bloat bundle size. Developers can customize parameters — for example, perspective, rotation, scale, and responsiveness to pointer/touch events — to fine-tune how elements respond to user interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    vuex-persistedstate

    vuex-persistedstate

    Persist and rehydrate your Vuex state between page reloads

    ...If no paths are given, the complete state is persisted. If an empty array is given, no state is persisted. Paths must be specified using dot notation. If using modules, include the module name. If it's not ideal to have the state of the Vuex store inside local storage, one can easily implement the functionality to use cookies for that (or any other you can think of). Any object following the Storage protocol (getItem, setItem, removeItem, etc) could be passed. If you need to use Local Storage (or you want to) but want to prevent attackers from easily inspecting the stored data, you can obfuscate it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Vuex

    Vuex

    Centralized State Management for Vue.js

    ...It is also a library implementation that's specifically tailored for Vue.js, so as to take advantage of its granular reactivity system for efficient updates. Vuex is ideal for building a medium-to-large-scale SPA, as it is better at handling state outside of Vue components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    multiScroll.js

    multiScroll.js

    multiscroll plugin by Alvaro Trigo. Create scrolling split websites

    ...Suggestions are more than welcome, not only for feature requests but also for coding style improvements. multiScroll.js is fully functional on all modern browsers, as well as some old ones such as Internet Explorer 8, 9, and Opera 12... It works with browsers with CSS3 support and with the ones that don't have it, making it ideal for old browser compatibility. It is designed to work as well on touch devices such as mobile phones or tablets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Free texture packer

    Free texture packer

    Free texture packer

    Free Texture Packer is a desktop tool for creating sprite sheets from individual images, ideal for game developers using engines like Phaser or Unity. It supports multiple export formats and efficient packing algorithms.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25
    texgen.js

    texgen.js

    JavaScript Texture Generator

    ...It exposes a set of composable operations—noise, gradients, patterns, transforms, blends—that you can stack to create complex materials without image files. The API is deliberately fluent, letting you chain nodes to define a pipeline and then render to a canvas or WebGL texture. This approach is ideal for games, demos, and creative coding where small footprint and dynamic variation matter more than hand-painted assets. Because textures are generated at runtime, parameters can be animated or randomized to add life without extra downloads. The project demonstrates how far you can push simple building blocks to create wood, marble, clouds, checkerboards, and other familiar materials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next