Showing 1013 open source projects for "code"

View related business solutions
  • 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
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
    Learn More
  • 1
    Material Kit 2

    Material Kit 2

    Free and Open Source UI Kit for Bootstrap 4, React, Vue.js,etc.

    Material Kit is a Free Bootstrap 5 UI Kit with a fresh, new design inspired by Google's material design. You asked for it, so we built it. It's a great pleasure to introduce to you the material concepts in an easy-to-use and beautiful set of components. Along with the restyling of the Bootstrap elements, you will find three fully-coded example pages, to help you design your next project. Material Kit makes use of light, surface, and movement. It uses a deliberate color choice, edge-to-edge...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Node.js express.js MongoDB JWT REST API

    Node.js express.js MongoDB JWT REST API

    Node.js express.js MongoDB JWT REST API - Basic Project Skeleton

    ...Login access log with IP, browser and country location (for country it looks for the header cf-ipcountry that CloudFlare creates when protecting your website). NPM script for keeping good source code formatting using prettier and ESLint. JWT Tokens, make requests with a token after login with the Authorization header with value Bearer yourToken where yourToken is the signed and encrypted token given in the response.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    LeetCode Python

    LeetCode Python

    LeetCode Solutions: A Record of My Problem Solving Journey

    This repository is a comprehensive personal journal of LeetCode problem-solving journey. It includes detailed solutions with code, algorithm insights, data structure summaries, Anki flashcards, daily challenge logs, and future planning sections.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Create React App

    Create React App

    Set up a modern web app by running one command

    Create React App lets you create React apps quickly and easily-- no learning of build tools or build configurations necessary. All you need is one command, and you can get started in seconds. All tools are preconfigured and hidden, and with instant reloads you can focus on code, not build tools. With Create React App your apps need only one build dependency, so everything works together seamlessly, and when it’s time to deploy your bundles are automatically optimized. With Create React App it’s easy to start and easy to “eject”, if ever you want an advanced configuration and edit config files directly. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • Rental Property Management Software Made Easy Icon
    Rental Property Management Software Made Easy

    Save 15 hours a month, put your rental portfolio on autopilot and make accounting a breeze.

    DoorLoop is built for property managers, management companies, owners, landlords, investors, community associations, or anyone managing any property worldwide.
    Learn More
  • 5
    AngularJS

    AngularJS

    AngularJS - HTML enhanced for web apps

    AngularJS is a discontinued, open-source JavaScript framework by Google designed to extend HTML for building powerful single-page applications using MVC or MVVM patterns, offering data binding, dependency injection, and testability to simplify development. AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade/Pug and friends!) as your template language and lets you extend HTML’s syntax to express your application’s...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 6
    Twemoji

    Twemoji

    Simple library that provides standard Unicode emoji for all platforms

    ...Each type of parsing accepts a callback to generate an image source or an options object with parsing info. The second kind of parsing is string parsing. This is unrecommended because this method does not sanitize the string or otherwise prevent malicious code from being executed; such sanitization is out of scope.
    Downloads: 34 This Week
    Last Update:
    See Project
  • 7
    MarkText

    MarkText

    A simple and elegant markdown editor

    ...Support paragraphs and inline style shortcuts to improve your writing efficiency. Output HTML and PDF files. Various themes: Cadmium Light, Material Dark etc. Various editing modes: Source Code mode, Typewriter mode, Focus mode. Paste images directly from clipboard.
    Downloads: 205 This Week
    Last Update:
    See Project
  • 8
    TARS

    TARS

    Markup builder on gulp

    TARS is a builder for the modern frontend of any complexity, which is based on Gulp.js. It facilitates and accelerates the process of web development. TARS will be suitable for teams and individual developers. It solves the most routine cases associated with web development and brings you more pleasure from work. TARS is a framework for gulp, including a set of gulp-tasks. It allows for easy expansion (creating new tasks) and customization (modification of existing tasks), provides a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Aurelia

    Aurelia

    Framework entry point bringing together all the sub-modules of Aurelia

    ...It focuses on aligning closely with web platform specifications, using convention over configuration, and having minimal framework intrusion. Basically, we want you to just write your code without the framework getting in your way. This library is part of the Aurelia platform. It contains the aurelia-framework library, which brings together all the required core aurelia libraries into a ready-to-go application-building platform. Aurelia applications are built by composing a series of simple components. By convention, components are made up of a vanilla JavaScript or Typescript class, with a corresponding HTML template. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Waitlist App and Paging System Icon
    Waitlist App and Paging System

    We make it cheaper and easier to manage your waitlist, order backlog, and just about any other waiting scenario.

    Streamline your customer flow with our SMS-powered waitlist, reservations, and queue management app for restaurants, health care providers, and many other businesses.
    Free Trial
  • 10
    Klipse

    Klipse

    Klipse is a JavaScript plugin for embedding interactive code snippets

    Klipse is a JavaScript plugin for embedding interactive code snippets in tech blogs. Technically, Klipse is a small piece of JavaScript code that evaluates code snippets in the browser and it is pluggable on any web page. The klipse plugin is a JavaScript tag that transforms static code snippets of an HTML page into live and interactive snippets. If you want to integrate Klipse inside a Clojurescript project, it is recommended to consume Klipse as a Clojurescript library like any other Clojurescript lib. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    dat.GUI

    dat.GUI

    dat.gui is a lightweight controller library for JavaScript

    A lightweight graphical user interface for changing variables in JavaScript. The easiest way to use dat.GUI in your code is by using the built source at build/dat.gui.min.js. These built JavaScript files bundle all the necessary dependencies to run dat.GUI. If you're using a server with a Content Security Policy in place that blocks 'unsafe-inline', you will have problems when dat.gui.js tries to inject style information. To get around this, load 'build/dat.gui.css' as an external style sheet. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Introduction to Vue.js 3 Course

    Introduction to Vue.js 3 Course

    Workshop Materials for my Introduction to Vue.js Workshop

    ...The content covers essential Vue.js concepts such as directives, data rendering, methods, watchers, computed properties, components, slots, and the Composition API (for Vue 3), complemented with example code and exercises. Since the course was updated for Vue 3, the repo includes directories for both Vue 2 and Vue 3 resources, enabling learners to explore both versions depending on their work context. Also included are build setups (Vue CLI, Nuxt) and additional sections on animation and advanced topics like custom directives, making it a full learning path rather than just a quick tutorial. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Koala

    Koala

    Koala is a GUI application for less

    Koala is a GUI application for Less, Sass, Compass and CoffeeScript compilation, to help web developers to use them more efficiently. Koala can run in Windows, Linux and Mac. Listening files, compile automatically when the file changes, that everything is running in the background without user action. Support set the compiler options for each file. If encountered an error during compilation, koala will pop up the error message. Support for the project to create a global configuration set the...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 14
    Serverless Components

    Serverless Components

    The Serverless Framework's new infrastructure provisioning technology

    ...Easily define your applications as functions and events. Declare AWS Lambda functions and their triggers through simple abstract syntax in YAML. Deploy infrastructure and code with a single command. AWS Lambda functions, triggers & code will be deployed and wired together in the cloud, automatically. Extend your use-cases and workflow with Plugins. Install thousands of Serverless Framework Plugins to build new serverless use-cases on AWS and integrate with other tools. Track usage, performance, and errors on your serverless apps with instant, powerful metrics. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DECK

    DECK

    DECK is a powerful and high performant local web development studio

    DECK is a powerful and high-performing local web development studio unlike any other, install & try out more than 40+ open source stacks. Create any number of development environments right from your localhost. DECK's integrated marketplace lets you spin up stacks with just a click of a button. Popular web technologies such as LAMP, LEMP, MERN, MEAN, Laravel, Symfony, WordPress, Magento & many more are available out of the box. DECK's inbuilt SSL engine powered by LetsEncrypt and a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Airbnb JavaScript Style Guide

    Airbnb JavaScript Style Guide

    JavaScript Style Guide

    The Airbnb JavaScript Style Guide is a widely adopted, opinionated, open-source set of coding conventions and best practices for writing readable, maintainable JavaScript (and React/JSX) code, published under the MIT license and assuming usage of modern tooling such as Babel and ESLint. Whichever testing framework you use, you should be writing tests. Strive to write many small pure functions, and minimize where mutations occur. Be cautious about stubs and mocks - they can make your tests more brittle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Flux

    Flux

    Application architecture for building user interfaces

    ...It complements React's composable view components by utilizing a unidirectional data flow. It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist in a Flux application, but they are controller-views — views often found at the top of the hierarchy that retrieve data from the stores and pass this data down to their children. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    Flickity

    Flickity

    Touch, responsive, flickable carousels

    ...If you want to use Flickity to develop commercial sites, themes, projects, and applications, the Commercial license is the appropriate license. With this option, your source code is kept proprietary. Once purchased, you’ll receive a commercial license PDF and be all set to use Flickity in your commercial applications. If you are creating an open source application under a license compatible with the GNU GPL license v3, you may use Flickity under the terms of the GPLv3. You can use Flickity as a jQuery plugin. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    react-pxq

    react-pxq

    Implement modern front-end architecture with idiomatic React patterns

    ...It shows how to break a product into cohesive components, manage global and local state, and coordinate data-fetching with UI updates. Routing is used to separate feature areas, while shared UI primitives keep styling and behavior consistent across screens. The code emphasizes ES6+ conventions, async flows, and clean separation of concerns to keep maintenance approachable. It also spotlights responsive layout techniques and interaction states that make the app feel polished on mobile and desktop. For learners transitioning from tutorials to full apps, this repo offers a practical, readable example of a React project that’s structured for growth.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CanJS

    CanJS

    Build CRUD apps in fewer lines of code

    Components shouldn’t be concerned with how data is fetched, updated, or cached. CanJS provides the right abstractions for your model code to be cleanly separated from your UI code. CanJS’s stache templating language can directly read the state and values from Promises. No need to write any extra code to determine whether a Promise is pending, resolved, or rejected. After data is created, updated, or destroyed, CanJS automatically updates your lists for you. Filtering and sorting are preserved, so you don’t have to manually update your lists or fetch the same data again. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Gitcoin Web

    Gitcoin Web

    Grow Open Source

    ...Now web3 technology like open-source protocols and decentralized blockchains give us the ability to take that co-creation to a new scale. The Gitcoin community uses this technology to fund and build digital public goods projects that serve everyone, and solve our most immediate problems. Open source code meets open economies. Build resilient projects, better coordination, and positive-sum outcomes. Growing networks with aligned incentives toward the wellbeing of each participant and the system as a whole. Through distributed funding and organizations, we build together toward our shared goals.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Ant Design Vue Pro

    Ant Design Vue Pro

    Use Ant Design Vue like a Pro!

    ...Configurable themes to meet diverse brand appeals. Built-in industry-wide internationalization solutions. Good engineering practices help you consistently produce high-quality code. Practical local data debugging scheme. Automated testing ensures front-end product quality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dredd

    Dredd

    Language-agnostic HTTP API Testing Tool

    ...Dredd reads your API description and step by step validates whether your API implementation replies with responses as they are described in the documentation. Dredd supports writing hooks — a glue code for each test setup and teardown.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    eslint-plugin-flowtype

    eslint-plugin-flowtype

    Flow type linting rules for ESLint

    Flow type linting rules for ESLint. This plugin exports a recommended configuration that enforces Flow type good practices. To enable this configuration use the extends property in your .eslintrc config file. ESLint is designed to be flexible and configurable for your use case. You can turn off every rule and run only with basic syntax validation or mix and match the bundled rules and your custom rules to fit the needs of your project. There are two primary ways to configure ESLint. Use...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Bcoin

    Bcoin

    Javascript bitcoin library for node.js and browsers

    ...It is easier to use, faster to learn, and more well-documented than competing implementations. Engineered from the ground up to create scalable, flexible, and efficient production-ready systems with unparalleled code readability. Bcoin is consensus-conforming and adheres to the strict security standards of the original implementation maintained by Bitcoin Core. Bcoin can be integrated into almost any desktop or browser application to enable native payments, on both Bitcoin and Bitcoin Cash networks. Bcoin is the first full node implementation built specifically for production systems at scale. ...
    Downloads: 0 This Week
    Last Update:
    See Project