Showing 27 open source projects for "simple library"

View related business solutions
  • Shift, the browser that merges all of your web apps into one powerful window. Icon
    Shift, the browser that merges all of your web apps into one powerful window.

    Your power browser.

    Streamline everything you do online when you install Shift and access thousands of apps without leaving your browser. Connect all of your Gmail, Outlook, and Office 365 accounts and manage everything from one centralized window. Build out your Shift browser with apps that integrate seamlessly so you have ultra-fast access to all the tools you use to stream, shop, work, browse, and stay connected. Shift brings it all together.
    Try for Free
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 1
    Relay Library for GraphQL.js

    Relay Library for GraphQL.js

    A library to help construct a graphql-js server supporting react-relay

    ... should provide is in the GraphQL Relay Specification on the Relay website. That overview describes a simple set of examples that exist as tests in this repository. A good way to get started with this repository is to walk through that documentation and the corresponding tests in this library together. When building a schema for GraphQL.js, the provided library functions can be used to simplify the creation of Relay patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Lexical

    Lexical

    Lexical is an extensible text editor framework

    An extensible text editor framework that does things differently. Lexical is comprised of editor instances that each attach to a single content editable element. A set of editor states represent the current and pending states of the editor at any given time. Lexical is designed for everyone. It follows best practices established in WCAG and is compatible with screen readers and other assistive technologies. Lexical is minimal. It doesn't directly concern itself with UI components, toolbars...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Slate Text Editor framework

    Slate Text Editor framework

    Completely customizable framework for building rich text editors

    ... that there are no assumptions baked into the library that'll trip you up when you need to go beyond the most basic use cases. The document model used for Slate is a nested, recursive tree, just like the DOM itself. This means that creating complex components like tables or nested block quotes are possible for advanced use cases. But it's also easy to keep it simple by only using a single level of hierarchy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    fireworks-js

    fireworks-js

    Simple fireworks library! Ready to use components available for React

    A simple fireworks library! Ready-to-use components available for React, Vue 3, Svelte, Angular, Preact, Solid, and Web Components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Software Testing Platform | Testeum Icon
    Software Testing Platform | Testeum

    Testeum is a Software Testing & User Test platform

    Tired of bugs and poor UX going unnoticed despite thorough internal testing? Testeum is the SaaS crowdtesting platform that connects mobile and web app creators with carefully selected testers based on your criteria.
    Learn More
  • 5
    DiceBear

    DiceBear

    DiceBear is an avatar library for designers and developers

    DiceBear is an avatar library for designers and developers. You can choose between simple intentions and lovely designed characters. And best of all, we provide a simple and free HTTP API that you can use right away! You can start directly with our free HTTP-API or alternatively use the JavaScript library. Most options can be specified using the query string. Note that you have to encode the values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    NGXS

    NGXS

    State management for Angular

    NGXS is a state management pattern + library for Angular. It acts as a single source of truth for your application's state, providing simple rules for predictable state mutations. NGXS is modeled after the CQRS pattern popularly implemented in libraries like Redux and NgRx but reduces boilerplate by using modern TypeScript features such as classes and decorators. NGXS tries to make things as simple and accessible as possible. There can be a lot of boilerplate code in state management, thus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Amazon Chime SDK React Components

    Amazon Chime SDK React Components

    Chime React Component Library with integrations with the Amazon SDK

    ... components come with a simple, modern design, and can be used as-is or restyled with a custom theme. In addition to UI components, the library leverages Reacts' state management tools such as Providers and Hooks to connect to the Amazon Chime SDK for JavaScript and pass data to the UI layer, simplifying state synchronization so that developers can concentrate on building engaging experiences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    React Native Owl

    React Native Owl

    Visual regression testing library for React Native

    React Native Owl is a visual regression testing library for React Native that enables developers to introduce visual regression tests to their apps for iOS and Android. Being heavily inspired by Detox, an end-to-end testing and automation framework, this library uses a similar API that makes setting up react-native-owl and running the tests locally and on your preferred CI service seamless. While Detox focuses on end-to-end testing in general, React Native Owl focuses on visual regression...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Discordeno

    Discordeno

    Discord API library for Node and Deno

    Discord API library for Node.JS, Deno & Bun. Discordeno is actively maintained to guarantee excellent performance, latest features, and ease of use. The functional API eliminates the challenges of extending built-in classes and inheritance while ensuring overall simple but performant code. Discordeno offers the option to have practically any component of a bot as a separate piece, including standalone REST, gateways, custom caches, and more. Remove any properties, if your bot doesn't need them...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 10
    GraphQL Scalars

    GraphQL Scalars

    A library of custom GraphQL Scalars for creating precise schemas

    GraphQL is a wonderful new approach to application data and API layers that's gaining momentum. However, for all of GraphQL's greatness, it is missing a couple of things that we have (and you might) find very useful in defining your schemas. Namely GraphQL has a limited set of scalar types, and we have found there are some additional scalar types that are useful in being more precise in our schemas. Thankfully, those sharp GraphQL folks provided a simple way to add new custom scalar types...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Zod

    Zod

    TypeScript-first schema validation with static type inference

    TypeScript-first schema validation with static type inference. Zod is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type, from a simple string to a complex nested object. Zod is designed to be as developer-friendly as possible. The goal is to eliminate duplicative type declarations. With Zod, you declare a validator once and Zod will automatically infer the static TypeScript type. It's easy to compose simpler types...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MobX

    MobX

    A Simple, scalable state management

    MobX is a battle tested library that makes state management simple and scalable by transparently applying functional reactive programming (TFRP). Write minimalistic, boilerplate free code that captures your intent. Trying to update a record field? Use the good old JavaScript assignment. Updating data in an asynchronous process? No special tools are required, the reactivity system will detect all your changes and propagate them out to where they are being used. All changes to and uses of your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    k8s-graceful-shutdown

    k8s-graceful-shutdown

    The library provides the resources to implement graceful shutdown

    The library provides the resources to implement a graceful shutdown with Kubernetes. When running microservices in Kubernetes. We need to handle the termination signals emitted by Kubernetes. The simple app shown above, adds a graceful shutdown period of 5 seconds after which the hook, which takes care of closing the server with the help of our shutdown functionality, gets triggered. Upon sending a SIGINT or SIGTERM signal, the user can see that a grace period of 5 seconds after which a waiting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TypeChain

    TypeChain

    TypeScript bindings for Ethereum smart contracts

    ... but also it's full signature. This wastes time and might introduce bugs that will be triggered only in runtime. TypeChain solves these problems (as long as you use TypeScript). TypeChain is a code generator - provide ABI file and name of your blockchain access library (ethers/truffle/web3.js) and you will get TypeScript typings compatible with a given library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Solid

    Solid

    A declarative JavaScript library for building user interfaces

    Solid is a declarative JavaScript library for creating user interfaces. Instead of using a Virtual DOM, it compiles its templates to real DOM nodes and updates them with fine-grained reactions. Declare your state and use it throughout your app, and when a piece of state changes, only the code that depends on it will rerun. Check out our intro video or read on! Fine-grained updates to the real DOM. Declarative data: model your state as a system with reactive primitives. Render-once mental model...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    billboard.js

    billboard.js

    Re-usable, easy interface JavaScript chart library based on D3.js

    billboard.js is a re-usable, easy interface JavaScript chart library, based on D3.js. The name "billboard" comes from the famous "billboard chart" which everybody knows. billboard.js provides the easiest way to create a 'chart' instantly. Chart generation is super easy. With extensive options, you can create a chart instantly! Yes, billboard.js works on D3 v4+; what everybody was waiting for! All of the code was written as an ESM(ES Module) with ES6+ syntax. Combine hundreds of options...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Notifee Notifications

    Notifee Notifications

    A feature rich notifications library for React Native

    Notifee enables developers to rapidly build rich notifications with a simple API interface, whilst taking care of complex problems such as scheduling, background tasks, device API compatibility & more. Manage the applications channels (Android) and categories (iOS), allowing you to customize how notifications behave when they are displayed on the device. Present & handle quick actions alongside your notification content. Actions can be handled in the background or foreground with JavaScript...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    diff2html

    diff2html

    Pretty diff to html javascript library (diff2html)

    Each diff provides a comprehensive visualization of the code changes, helping developers identify problems and better understand the changes. Each diff features a line-by-line and side-by-side preview of your changes. All the code changes are syntax highlighted using highlight.js, providing more readability. Similar lines are paired, allowing for easier change tracking. We work hard to make sure you can have your diffs in a simple and flexible way. The AI community building the future. Build...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tRPC

    tRPC

    End-to-end typesafe APIs made easy

    tRPC allows you to easily build & consume fully typesafe APIs, without schemas or code generation. As TypeScript and static typing increasingly become a best practice in web programming, the API presents a major pain point. We need better ways to statically type our API endpoints and share those types between our client and server (or server-to-server). We set out to build a simple library for building typesafe APIs that leverage the full power of modern TypeScript. Introducing RPC! Automatic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NG Bootstrap

    NG Bootstrap

    Angular powered Bootstrap

    Angular widgets built from the ground up using only Bootstrap 5 CSS with APIs designed for the Angular ecosystem. The only dependencies are Angular, Bootstrap 5 CSS and Popper. As simple as Angular & Bootstrap CSS. Nothing else. If you know Angular, you also know ng-bootstrap. All the Bootstrap widgets you know like a carousel, modal, popover, tooltip, tablet plus some additional goodies like datepicker, rating and typeahead. All code is tested with almost 100% coverage, all changes...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Ant Design Mobile

    Ant Design Mobile

    A configurable Mobile UI

    A UI component library based on Preact, React, and React Native. Provides 40+ basic components, covering all kinds of scenarios, component features rich to meet the needs of various functional Requirements. Simple enough to get started, you can load all the code at a time or only load some of the components used in the code to avoid redundancy. On the basis of not losing the features, as far as possible to ensure a single component of the smallest, best performance. Support flexible style...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CAC

    CAC

    Simple yet powerful framework for building command-line apps

    Simple yet powerful framework for building command-line apps. Command And Conquer is a JavaScript library for building CLI apps. Super light-weight: No dependency, just a single file. Easy to learn. There's only 4 APIs you need to learn for building simple CLIs: cli.option cli.version cli.help cli.parse. Yet so powerful. Enable features like default commands, git-like subcommands, validation for required arguments and options, variadic arguments, dot-nested options, automated help message...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    REACT COOL STARTER

    REACT COOL STARTER

    A starter boilerplate for a universal web app

    A simple but feature-rich starter boilerplate for creating your own universal app. It built on the top of React, Redux, React Router and Express. Includes all the hot stuff and modern web development tools such as Redux Toolkit, TypeScript, Webpack, Babel, PostCSS, React Refresh, Jest and React Testing Library. See the “Features” section for other awesome features you can expect. They're several React frameworks today, however this is a DIY-oriented start-kit. It shows you how to build...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    brain.js

    brain.js

    GPU accelerated Neural networks in JavaScript for Browsers

    GPU accelerated Neural networks in JavaScript for Browsers and Node.js. brain.js is a GPU accelerated library for Neural Networks written in JavaScript. Brain.js depends on a native module headless-go for GPU support. In most cases installing brain.js from npm should just work. However, if you run into problems, this means prebuilt binaries are not able to download from GitHub repositories and you might need to build it yourself. Brain.js is super simple to use. You do not need to know Neural...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    ttag

    ttag

    Simple approach for javascript localization

    Modern javascript i18n localization library based on ES6 tagged templates and the good old GNU gettext. Just tag your strings to make them translatable. Use a simple ttag-cli tool for translation extraction. Can be easily integrated with almost any workflow as it uses the babel-plugin for string extraction. Can be easily used with the typescript. Allows you to place translations into the sources on a build step. Gettext is a simple localization format with a rich ecosystem. Ttag has support...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next