You’ll receive an email confirming your submission.
Our team will contact you within 24–72 hours, depending on the complexity of your request.
By submitting, you agree to our [Privacy Policy] and consent to receive updates or consultation support from Open Reach Tech.
Please select the privacy consent checkbox.

components..title

components..description

components..title

components..description

You’ll receive an email confirming your submission.
Our team will contact you within 24–72 hours, depending on the complexity of your request.
By submitting, you agree to our [Privacy Policy] and consent to receive updates or consultation support from Open Reach Tech.
Please select the privacy consent checkbox.

OSS MODULES

A list of open-source software (OSS) modules published and maintained by Open Reach Tech.

Renchan Framework

renchan

The core module of the GraphQL server. It provides shared functionality used across all projects, allowing developers to focus on application-specific implementation.

renchan-env

Provides a module that automatically switches environment variables according to production, staging, and development environments.

Furo Framework

furo

The core module used in frontend development. It provides UI components and GraphQL client functionality. Written in Pure JavaScript, it works with any framework such as Vue or React.

furo-nuxt

Provides shared functionality for Nuxt.js frontend development, allowing applications to focus on necessary implementation. Includes interfaces for connecting to GraphQL servers and modules that streamline Vue development.

ESLint Ecosystem

eslint-rules-default

A rule set that provides default values for all standard ESLint rules. It saves the effort of checking default values in the API documentation. Available to companies worldwide.

eslint-rules-default-jsdoc

A rule set that provides default values for all rules in the ESLint JSDoc plugin, saving the effort of checking default values on the official site. Available to companies worldwide.

eslint-rules-default-jest

A rule set that provides default values for all rules in the ESLint Jest plugin, saving the effort of checking default values on the official site. Available to companies worldwide.

eslint-inspector

A tool for writing tests to verify whether your company's ESLint configuration and rules are working correctly. It lets you write tests in Jest and other test tools to confirm that ESLint reporting an error means things are working as expected. It was created because no similar module existed.

Jest Ecosystem

jest-expect-each

An extension that simplifies test writing in Jest. It eliminates loop processing when you want to write tests using an array of results and an array of expected values.

jest-deep-containing

Generates an object that recursively applies `expect.objectContaining()` to nested objects in Jest. It significantly reduces noise when reading test expectations.