npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

ballerine-monorepo

v0.4.0

Published

Open-Source Rules & Workflow Engine for User Identity and Risk Decisioning

Downloads

78

Readme

Open-Source Risk Management Infrastructure

Documentation · Slack · Website · Contact · Issues

PRs Welcome GitHub release GitHub Workflow Status GitHub Workflow Status

Ballerine is an Open-Source Risk Management Infrastructure that helps global payment companies, marketplaces and Fintechs to automate their decisions for merchant, sellers and users throughout the customer lifecycle. From account-opening (KYC, KYB), underwriting, and transaction monitoring, using a flexible rules & workflow engine, 3rd party plugin system, manual review back office, and document & information collection frontend flows.

Modules

  • Back Office - Case management dashboard for manual decision-making.
  • Workflow Engine - Orchestrates and automates the different system's parts.
  • KYB Collection Flow - Real-time modification of KYC/KYB frontend user journeys.
  • Rule Engine - Leverage various rule types to ensure user compliance with your risk policy.
  • Plugin System - Integrates with 3rd-party vendors, APIs, and databases. see plugins.
  • No-Code Builder - Leverage various rule types to ensure user compliance with your risk policy - 🚧 WIP.

Why Open Source?

We believe in enabling companies to manage user identity and risk according to their unique and evolving requirements. Ballerine empowers you to create decisioning processes that are right for you. It is flexible, future-proof, easy to implement, secure, and supported by a robust community.

Explore What You Can Do With Ballerine

  • Dynamic Experience: Adaptive user journeys that modify in real-time based on the user's risk.
  • Data Ownership: Self-host on-premise to keep sensitive data within your infrastructure.
  • Global Orchestration: Add/change vendors and data sources to cater to users from multiple countries.
  • Cost Reduction: Retain control over vendor relationships, costs, and communication.
  • And More.

Try Ballerine Now

In the following example you can test a simple form of the following infrastructure capabilities

  1. Document collection flow.
  2. A manual review case management Back Office.
  3. Live communication between the parts using a Workflow Engine, that also defines the process steps.
  4. A simple JSON containing Risk Rules that are checked during the flow.

Parts of the system you might look for but are not in THIS demo:

  • Our Rule Engine is still under construction and will soon be released.

Getting started To set up a local environment, follow these steps:

  1. Install prerequisites:

  2. Clone and install the project:

  3. Clone the project:

git clone https://github.com/ballerine-io/ballerine.git
  1. Install npm dependencies:
pnpm install
  1. Initialize monorepo:
pnpm monorepo:init
  1. Run an example

    • KYB
    pnpm kyb-manual-review-example
    • KYC
    pnpm kyc-manual-review-example

Once the process is complete, 2 tabs will open in your browser:

  1. http://localhost:5173/ - for the KYB document collection flow OR http://localhost:5202 - for the KYC document collection flow

  2. http://localhost:5137/ - for the backoffice (It's recommended to have them positioned side-by-side).

    If the required tabs have not opened automatically, please use the links we have provided above.

    Steps to go over the flow:

  3. On the collection flow, fill the required fields on each step

  4. Go through and complete the flow

  5. Go to the backoffice tab to review the new user that was created

  6. Sign-in with the following credentials:

  7. Approve / Reject / Ask to resubmit

  8. For ask to resubmit, go back to the collection flow to re-upload, then go back to the backoffice to see the updated information

  • Note: some components are currently in beta, if you run into an issue please ping us on Slack

Contributing

We appreciate all types of contributions and believe that an active community is the secret to a rich and stable product. Here are some of the ways you can contribute:

Contact Ballerine

To start using the paid version or if you need any assistance, reach out to us at [email protected]. Join our Discord Channel and Slack Channel to stay updated and engage with our community.