Open SourceDeveloper toolsPublic releases

Build in public, only when it matters.

Arqora open source is not a dumping ground for experiments. It is a small, deliberate collection of tools, packages, and references that are stable enough to be useful outside our own systems.

quick-start.sh
$ npm install talkshitgetdared
$ npx talkshitgetdared random
→ truth / dare prompt returned

01

Public package

02

Planned tools

03

Internal first

Registry

Public and candidate repositories

talkshitgetdared

Arqora repository

Public

A lightweight truth-or-dare package built for developers, Discord bots, games, and custom party flows.

TypeScriptNPMCLI

arqora-cdn

Arqora repository

Planned

A small upload, storage, and delivery layer for developer tools, bots, and internal Arqora systems.

Next.jsPostgreSQLStorage

arqora-labs

Arqora repository

Internal

Experimental utilities, infrastructure notes, prototypes, and proof-of-concepts before selective release.

SystemsInfraDocs

Principles

What makes something Arqora-open-source

Useful before public

Projects are used internally first. Public release happens only when the tool has proven value beyond Arqora.

Safe by default

We avoid shipping tools that create abuse, privacy, or security risk without clear guardrails and documentation.

Readable over clever

Open-source code should be easy to inspect, fork, maintain, and understand without hidden context.

Small surface area

We prefer focused packages and clean APIs over oversized platforms that try to solve everything at once.

Contribution is welcome, not forced.

Arqora projects should be understandable without needing access to internal systems. Contributions are reviewed for stability, maintainability, and whether they keep the project focused.

Contribution flow

01. Fork

Start with a focused change instead of a wide rewrite.

02. Document

Explain behavior, tradeoffs, and breaking changes clearly.

03. Test

Keep public packages stable before asking users to rely on them.

04. Review

Changes are accepted when they improve the project without expanding it unnecessarily.

Licensing & trust

Clear licenses, clear boundaries.

Public repositories should include a license, README, usage notes, and responsible boundaries. If a tool depends on internal infrastructure or internal assumptions, it stays internal until it can stand alone.

License

Boundaries

Readable API

Contributors

Common Questions

Frequently Asked Questions

What is Arqora?

Arqora is an independent software and systems organization building developer tools, open-source projects, research notes, and long-term experiments.

Is Arqora a hosting provider?

Arqora previously explored cloud infrastructure ideas, but the current focus is software systems, developer tools, open-source work, research, and experiments.

Can people contribute?

Yes. Public repositories and contribution paths are shared through GitHub when a project is ready for external collaboration.

Where is the official website and GitHub?

The official website is arqora.be. Official public repositories are available at github.com/Arqora.

Open-source surface is intentionally small.
Visit GitHub