# Appendix

The below are the tools/frameworks which we use to build our products. Contributing to any of these will make new comers eligible to become a full time developer at Blank. See [Working at Blank](/blank/working-at-blank.md) for further details about eligibility criteria.

## Listed Open source projects (Web)

Svelte - <https://github.com/sveltejs>

SurrealDB - <https://github.com/surrealdb/surrealdb>

Nodejs - <https://github.com/nodejs>

Bun - <https://github.com/oven-sh/bun>

Vite - <https://github.com/vitejs/vite>

## Listed Open source projects (Chromium, C++)

Chromium - <https://www.chromium.org/chromium-projects/>

Any other C++ tooling library.

## Other listed projects

SOLID - <https://github.com/solid>

Penpot - <https://github.com/penpot/penpot>

Urbit - <https://github.com/urbit>

Deta - <https://github.com/deta>

Gitpod - <https://github.com/gitpod-io/gitpod>

VS Code (Code OSS) - <https://github.com/microsoft/vscode>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://papers.21n.org/blank/appendix.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
