{"id":47910068,"url":"https://github.com/powerhouse-inc/switchboard","last_synced_at":"2026-04-04T05:15:20.371Z","repository":{"id":119036892,"uuid":"601204598","full_name":"powerhouse-inc/switchboard","owner":"powerhouse-inc","description":"Open-source API over the document model made to be developer- and analyst-friendly","archived":false,"fork":false,"pushed_at":"2024-06-05T08:45:04.000Z","size":2782,"stargazers_count":2,"open_issues_count":36,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-06-05T10:06:59.633Z","etag":null,"topics":["makerdao","typescript"],"latest_commit_sha":null,"homepage":"https://switchboard-boilerplate.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/powerhouse-inc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-13T15:28:15.000Z","updated_at":"2024-08-05T19:00:20.433Z","dependencies_parsed_at":"2024-06-07T11:12:22.371Z","dependency_job_id":"12c8dd76-1a27-497d-b1b1-15f503927b7a","html_url":"https://github.com/powerhouse-inc/switchboard","commit_stats":null,"previous_names":["powerhouse-inc/switchboard-boilerplate","powerhouse-inc/switchboard"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/powerhouse-inc/switchboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powerhouse-inc%2Fswitchboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powerhouse-inc%2Fswitchboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powerhouse-inc%2Fswitchboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powerhouse-inc%2Fswitchboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/powerhouse-inc","download_url":"https://codeload.github.com/powerhouse-inc/switchboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/powerhouse-inc%2Fswitchboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31388392,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["makerdao","typescript"],"created_at":"2026-04-04T05:15:19.077Z","updated_at":"2026-04-04T05:15:20.366Z","avatar_url":"https://github.com/powerhouse-inc.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Open-source API Supporting a Thriving Ecosystem of (D)apps](./.github/banner.png)\n\n[![CI](https://github.com/makerdao-ses/switchboard-boilerplate/actions/workflows/ci.yaml/badge.svg)](https://github.com/makerdao-ses/switchboard-boilerplate/actions/workflows/ci.yaml)\n[![#license AGPLv3](https://img.shields.io/badge/license-AGPLv3-purple?style=plastic)](https://www.gnu.org/licenses/agpl-3.0)\n\n# Powerhouse Switchboard\n\nOpen-source API over the [document model](https://github.com/makerdao-ses/document-model-libs) made to be developer- and analyst-friendly.\n\n![app](./.github/app.png)\n\n## Project structure\n\n-   [`/api`](./api) directory contains the core logic that creates the API over the database\n-   [`/frontend`](./frontend) directory contains the frontend-related code\n-   [`./wundergraph`](./wundergraph) directory contains service to compose multiple graphql endpoints together (e.g.: only created by `api` service and one by [ecosystem-api](https://github.com/makerdao-ses/ecosystem-api))\n\n## Quick start\n\n### Using docker (recommended)\n\n1. Set up [required environment variables](./api/#environment-variables) for the API\n    - Default values can be copied via `cp ./api/developer.env ./api/.env`\n2. Start the project via a single docker-compose command\n    ```sh\n    docker-compose up --build --force-recreate\n    ```\n3. Open [http://localhost:3000](http://localhost:3000) to view the frontend\n\n### Using plain Node.js (for the development)\n\nIn order to develop the project further, please navigate to the [`/api`](./api#development-setup) and then to the [`/frontend`](./frontend#development-setup) directories to follow concrete instructions how to start those services separately on two different ports.\n\n## Project requirements\n\nTo understand what is planned you can read and ask questions here:\n\n-   Initial Requirements: https://github.com/makerdao-ses/switchboard-boilerplate/issues/3\n-   Document Model explanation: https://github.com/makerdao-ses/switchboard-boilerplate/issues/1\n\n## Coding Setup\n\nTo install correct node version, we recommend that you use [nvm](https://github.com/nvm-sh/nvm). If you have `nvm` installed you can run `nvm install \u0026\u0026 nvm use` to automatically use the correct node version. The version is detected from the [.nvmrc](./.nvmrc).\n\nIf you do not have a code editor setup, we recommend that you use [Visual Studio Code](https://code.visualstudio.com/) to get started. It is very beginner friendly and you can move on to something else down the road if you want to.\n\n## Health endpoints\n\nBoth api and frontend have health endpoints that can be used to check if the service is up and running.\n\nSee the respective descriptions in the [api](./api/README.md#health-endpoint) and [frontend](./frontend/README.md#health-endpoint) READMEs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowerhouse-inc%2Fswitchboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpowerhouse-inc%2Fswitchboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpowerhouse-inc%2Fswitchboard/lists"}