• 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
    Elm Plugin for Visual Studio Code

    Elm Plugin for Visual Studio Code

    Improving your Elm experience since 2019

    Errors and pieces of information when changing code and when saving (Control + S) Format on save (Control + S) (Make sure you also enable the "Editor: Format on Save" setting for this to work). Suggests completions and snippets (Control + Space) Test explorer integration. Lists all references to a type alias, module, custom type or function (Alt + Shift + F12) Jump to the definition of a type alias, module, custom type or function. Shows type annotations and documentation on hover for type alias, module, custom type or function. Rename a type alias, module, custom type or function (F2) Browse file by symbols (Control + Shift + O). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Visual Studio Code client for Tabnine

    Visual Studio Code client for Tabnine

    Visual Studio Code client for Tabnine

    ...Whether you call it IntelliSense, intelliCode, autocomplete, AI-assisted code completion, AI-powered code completion, AI copilot, AI code snippets, code suggestion, code prediction, code hinting, content assist, unit test generation or documentation generation, using Tabnine can massively impact your coding velocity, significantly cutting down your coding time.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Redux

    Redux

    A Predictable State Container for JavaScript apps

    Redux is a small, unopinionated predictable state container for JavaScript apps. It basically lets you write applications that behave in a consistent manner, can run in various environments (native, client and server) and are easy to test. Redux centralizes your app’s state and logic, thereby enabling some powerful capabilities. With Redux it’s possible to implement logging, hot reloading, universal apps, time travel and more with no buy-in from the developer. Unlike Flux (from which Redux was inspired), Redux only has a single store for the object tree where the whole state of your app is stored. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ts-node

    ts-node

    TypeScript execution and REPL for node.js

    ...This is accomplished by hooking node's module loading APIs, enabling it to be used seamlessly alongside other Node.js tools and libraries. Automatic defaults to match your node version, integrate with test runners, debuggers, and CLI tools, compatible with pre-compilation for production. Installing modules locally allows you to control and share the versions through package.json. TS Node will always resolve the compiler from cwd before checking relative to its own installation.ts-node exports a create() function that can be used to initialize a TypeScript compiler that isn't registered to require.extensions, and it uses the same code as register. ts-node supports a variety of options which can be specified via tsconfig.json, as CLI flags, as environment variables, or programmatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Premier Construction Software Icon
    Premier Construction Software

    Premier is a global leader in financial construction ERP software.

    Rated #1 Construction Accounting Software by Forbes Advisor in 2022 & 2023. Our modern SAAS solution is designed to meet the needs of General Contractors, Developers/Owners, Homebuilders & Specialty Contractors.
    Learn More
  • 5
    SANTETIN

    SANTETIN

    Santetin is a website stress test and DDOS simulation tool

    Santetin is a powerful desktop application built with Electron to perform website stress tests, penetration testing simulations, DDOS attacks, and traffic jingling for testing and educational purposes. ⚠️ Disclaimer: This tool is intended for educational and testing purposes only. Do not use it against any website without explicit permission from the owner.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 6
    chimp

    chimp

    Tooling that helps you do quality, faster

    ...Chimp reduces that through its various generators and smart defaults. Modularity leads to maintainable and testable code, and this is a key feature of all Chimp's domain-driven and data-driven generators. Chimp encourages a test-driven workflow by creating tests based on your schema, and helping you stay on the straight and narrow. Chimp's GQL scaffolding will generate and wire up types, resolvers, and tests, ready for you to write use-cases for your app. Per the single responsibility principle, every query, mutation and field resolver are isolated making them easy to maintain long-term. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ARWES

    ARWES

    Futuristic Sci-Fi UI Web Framework

    ...The concepts behind are opinionated with influences from Cyberprep and Synthwave, and productions like Star Citizen, Halo, and TRON: Legacy. It tries to inspire advanced space and alien technology. The playground application intends to show the project APIs in a live environment so the developer can test the main functionalities and components use cases in JavaScript (not available in TypeScript) for both development and production environments. Arwes UI applications are rich in visuals, animation, and sound effects, which can be structured as a tree of nodes. A node represents and interactive and stateful UI component with design, animations, and/or sound support. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Axios Test Instance

    Axios Test Instance

    Test NodeJS backends using Axios

    Test NodeJS backends using Axios. Create an Axios test instance by passing your app, which may be a Koa app, an Express app, or an HTTP request handler, to setTestApp in a beforeAll or beforeEach block.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Cross Platform Node Guide

    Cross Platform Node Guide

    Improve front-end engineer workflow & standard, powered by TypeScript

    ...With 80+ WEB/IOS/Andriod stable users, the cumulative production project reached 240+. Feflow refers to the thinking of Pipeline and divides work into five steps: init, develop, build, test, deploy. And corresponding to five basic commands: init, dev, build, test, and deploy. In addition to serving basic development workflows and specifications, Feflow provides an easy-to-expand plug-in mechanism for creating a team-wide toolchain ecosystem. Feflow only provides a CLI and kernel. The CLI is responsible for interacting with the command line terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    uttp

    uttp

    Write your request handlers once, run anywhere

    Write your request handlers once, and run anywhere. Request handlers are passed a set of universal functions that vary in implementation across frameworks but retain the same signature. Runners are an easy way to get a server up for a framework by providing your handler. Only some frameworks are supported. For all server frameworks uttp supports this will show Hello world as HTML. Then you can use adapters to get middleware/plugins/handlers for the server frameworks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Firelens Datajet

    Firelens Datajet

    Route test data to Fluent Bit flexibly

    Route test data to Fluent Bit flexibly. This system can be run locally with a local Fluent Bit process or compiled to a docker image and run with a sidecar aws-for-fluent-bit container. The purpose of Firelens-Datajet is to abstract test configuration from implementation code It does so by running tests based on a single JSON file and outputting the results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Bot Framework Composer

    Bot Framework Composer

    Dialog creation and management for Microsoft Bot Framework Application

    Bot Framework Composer is an open-source, visual authoring canvas for developers and multi-disciplinary teams to design and build conversational experiences with Language Understanding and QnA Maker, and a sophisticated composition of bot replies (Language Generation). Within this tool, you'll have everything you need to build a sophisticated conversational experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Intern

    Intern

    A next-generation code testing stack for JavaScript

    Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries and applications. It can be used to test any JavaScript code. Intern is minimally prescriptive and enforces only a basic set of best practices designed to ensure your tests stay maintainable over time. Its extensible architecture allows you to write custom test interfaces, executors, and reporters to influence how your tests run & easily integrate with your existing coding environment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Offline First Database Comparison

    Offline First Database Comparison

    An implementation of the exact same app in Firestore, AWS Datastore

    ...You can use it to compare metrics and learn about the differences. The chat app is a web-based angular application, with functionality similar to Whatsapp Web. All metrics are measured automatically via code in a browser test (chrome:headless). The results heavily depend on the developer's device. You should compare the values relative to one another and not as absolute values. Also, you might want to create new metrics that better represent how you would use the respective database. WatermelonDB and the RxDB-LokiJS project use the LokiJS database as storage, which is an in memory database that regularly persists the data to IndexedDB either on interval, or when the browser tab is closed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    REACT COOL STARTER

    REACT COOL STARTER

    A starter boilerplate for a universal web app

    ...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 a universal web app from scratch and how to test it. Redux Toolkit is the official, opinionated, batteries-included toolset for efficient Redux development. It includes several utility functions that simplify the most common Redux use cases. In a word, we can do more work with less code, start from the tutorial to learn more about it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    TensorFlow.js models

    TensorFlow.js models

    Pretrained models for TensorFlow.js

    ...To find out about APIs for models, look at the README in each of the respective directories. In general, we try to hide tensors so the API can be used by non-machine learning experts. New models should have a test NPM script. You can run the unit tests for any of the models by running "yarn test" inside a directory. Use off-the-shelf JavaScript models or convert Python TensorFlow models to run in the browser or under Node.js. Build and train models directly in JavaScript using flexible and intuitive APIs. Develop ML models in JavaScript, and use ML directly in the browser or in Node.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    QA Wolf

    QA Wolf

    Create browser tests 10x faster

    ...QA Wolf is zero-effort automated QA. We get you to 80% coverage in four months, and keep you there, so your team can stay focused on shipping. 2/3 of tech companies have less than 50% test coverage. Why? Traditional QA strategies pit coverage against velocity. The more testing you do, the slower you ship. QA Wolf is different. By combining the best parts of in-house QA & test platforms, we deliver ultra-high end-to-end test coverage that never slows you down. First step is getting to know your app. You don’t have to have any kind of test plan; a short demo is all we need.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Tone.js

    Tone.js

    A Web Audio framework for making interactive music in the browser

    Tone.js is an open source Web Audio framework for creating interactive music in the browser. It has advanced scheduling capabilities, synths, effects and more. Tone.js is built to be useful and familiar to both musicians and audio programmers. It has common DAW (digital audio workstation) features for those looking to schedule events and tinker with pre-built synths and effects. There’s also a great selection of high-performance building blocks for signal-processing programmers familiar...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    RAP2-DELOS

    RAP2-DELOS

    Open source interface management tool

    ...It is recommended to configure the domestic image of Docker Hub according to the link guide to increase the loading speed. The default port number of Rap front-end service is 3000, you can customize it according to the comments in docker-compose.yml. Perform mocha test cases and js code specification checks. Start server monitoring in development mode and automatically restart when code changes occur.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    0x Monorepo

    0x Monorepo

    0x protocol monorepo - includes our smart contracts

    ...You will also need to have Python 3 installed, in order to build and run the tests of abi-gen's command-line interface, which is integrated with the yarn build, yarn test, and yarn lint commands described below. More specifically, your local pip should resolve to the Python 3 version of pip, not a Python 2.x version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TonJS

    TonJS

    The node.js web framework build for ton of request

    The node.js web framework built for a ton of requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    testing-nestjs

    testing-nestjs

    A repository to show off to the community methods of testing NestJS

    ...Each folder is a fully functional Nest application on its own. All you need to do after cloning the repository is move into the folder, install the dependencies and test! Or you could just, you know, look at the test on GitHub too, no big deal. I've noticed a lot of people seem to get stuck on testing, and how to do it using the utilities given to us by Nest. Hopefully, with a community-driven repository of tests, it will help others get a better understanding and feel for how to get tests running. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Facets

    Facets

    Visualizations for machine learning datasets

    ...Uncover several uncommon and common issues such as unexpected feature values, missing feature values for a large number of observation, training/serving skew and train/test/validation set skew.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    wemake-vue-template

    wemake-vue-template

    Bleeding edge vue template focused on code quality

    ...Linting with eslint + stylelint. jest for unit tests and testcafe for end-to-end testing. docker optional support for development, testing, and production. Gitlab CI with full test and deploy pipeline configured by default. Meaningful docs, covering almost every aspect of the project, including jsdoc annotations. Full vscode support and list of suggested settings and plugins. Easy update process, so your template will always be up-to-date.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Strest

    Strest

    CI-ready tests for REST APIs configured in YAML

    A command-line tool for testing REST APIs using simple YAML-based scripts.
    Downloads: 0 This Week
    Last Update:
    See Project