> For the complete documentation index, see [llms.txt](https://docs.codeyourfuture.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codeyourfuture.io/archive/archived-pages/cyf-products/our-products.md).

# Our Products

This is a high-level description of our in-house built products. If you are interested in Launch Module you can read more about how it works on [this link](https://launch.codeyourfuture.io/).

This is a description of the product teams we have at CYF right now\
If you want to know more about the Launch Module go to these pages: [format](https://launch.codeyourfuture.io/) or [roles](https://docs.codeyourfuture.io/volunteers/teams-1/cyf-products-final-projects/roles).

**Active Products**

#### Dashboard Ecosystem (includes [Introduction to Digital](https://application-process.codeyourfuture.io/), [Volunteer Form](https://forms.codeyourfuture.io/), [Dashboard](https://dashboard.codeyourfuture.io/) and the API)

* *Built by graduates in 2019*
* **Purpose**: this system manages participants and volunteers who want to join CYF. It includes features such as sign-up portals, data management and programme management.
* **Tech Stack**: MERN (MongoDB, Express, React, Node)

[**Class Planner**](https://classplanner.codeyourfuture.io/)

* *Built by graduates in 2021*
* **Purpose:** manage the commitment of volunteers for the weekly classes so the region can see if they have enough volunteers for each session.
* **Tech Stack**: MERN (MongoDB, Express, React, Node)

#### [Rainbird](https://rainbird.codeyourfuture.io/)

* *Built by graduates with the support of our Tech Education Director in 2021*
* **Purpose:** automate the suitability and eligibility questionnaire to identify which participants of our programme can become trainees.
* **Tech Stack**: PERN (PostgreSQL, Express, React, and Node) connected to Rainbird API

  the&#x20;

[**Good PR**](https://goodpr.codeyourfuture.io/)

* *Built by graduates in 2023*
* **Purpose:** Identify that every trainee does the same amount of work on their Launch project and highlight any issues the volunteers should look into
* **Tech Stack**: PERN (PostgreSQL, Express, React, and Node) connected to Rainbird API

  the&#x20;

**DevOps**

* **Purpose:** manage the CYF Platform working closely with all other Product teams to ensure the infrastructure is working well.
* **Tech Stack**: AWS, Kubernetes

#### Discontinued products

#### Mentor For Slack

* *Built by volunteers in 2022 - used until 2023*
* **Purpose:** A system that automatically keeps track of how trainees are doing and how much the volunteers are helping. This makes sure no one falls behind.
* **Tech Stack**: Slack bot created with PERN (PostgreSQL, Express, React, and Node) and Hasura API

#### CYF Next

* *Stopped build in 2023*
* **Purpose: l**ooking at how we keep all our information, and making sure we can use it safely within CYF.
* **Tech Stack**: PERN (PostgreSQL, Express, React, and Node)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.codeyourfuture.io/archive/archived-pages/cyf-products/our-products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
