{"id":28965932,"url":"https://github.com/devflowinc/monorepo","last_synced_at":"2026-02-03T04:34:37.830Z","repository":{"id":218662199,"uuid":"649387946","full_name":"devflowinc/monorepo","owner":"devflowinc","description":"Monorepo for all Node.js code that runs Debate Land.","archived":false,"fork":false,"pushed_at":"2023-06-04T17:33:04.000Z","size":2944,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-22T05:17:05.675Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://debate.land","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devflowinc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-06-04T17:30:49.000Z","updated_at":"2023-06-04T17:30:49.000Z","dependencies_parsed_at":"2024-01-23T06:49:19.055Z","dependency_job_id":null,"html_url":"https://github.com/devflowinc/monorepo","commit_stats":null,"previous_names":["devflowinc/monorepo"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devflowinc/monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflowinc%2Fmonorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflowinc%2Fmonorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflowinc%2Fmonorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflowinc%2Fmonorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devflowinc","download_url":"https://codeload.github.com/devflowinc/monorepo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devflowinc%2Fmonorepo/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261624969,"owners_count":23186121,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-06-24T07:10:36.643Z","updated_at":"2026-02-03T04:34:37.798Z","avatar_url":"https://github.com/devflowinc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debate Land Monorepo\n[![Vercel Logo](https://images.ctfassets.net/e5382hct74si/78Olo8EZRdUlcDUFQvnzG7/fa4cdb6dc04c40fceac194134788a0e2/1618983297-powered-by-vercel.svg)](https://vercel.com?utm_source=debate-land\u0026utm_campaign=oss)\n\n## What is it?\nDebate Land is a free and open-source project designed to democratize high school debate with easy access to high-quality, transparent data and rankings. Formerly tournaments.tech, we've had millions of page views and nearly 10,000 users since our inception in January 2020.\n\nAs a part of our 2023 expansion to support the Public Forum, Lincoln Douglas, Policy, and Parlimentary debate formats, we've retooled our infrastructure. Now, the Tabroom Scraping SDK (which uses Python) is sandboxed from Debate Land. Our novel addition to the SDK is all of the code you see here. We feature an exposed API for easy-to-use queries using the [Prisma ORM Syntax](https://prisma.io) and a beautiful front-end website at [debate.land](https://debate.land).\n\n## Getting Started\nYou can reproduce this site by first copying the environment variables in `.env.local` to `.env` and filling them in. For an MVP, you can just worry about filling in the database url. We use [Planet Scale](https://planetscale.com), but any database supported by Prisma will do.\n\nThen, ensure you've configured Turborepo by running:\n\n```$ yarn add turbo```\n\nInstall all necessary packages with:\n\n```yarn```\n\nThen, run ```turbo dev``` to get started!\n\nYou can add data to the database any way you want, and this repo handles the beautification/display of all the raw data!\n\n## Structure\n\nA monorepo might be intimidating at first, so here's a high-level breakdown of what everything does.\n\n```json\napps // All workspaces that \"run\"\n  - admin // Sanity Studio application, can ignore if not replicating blog functionality\n  - api // The main data api. This isn't used by the front-end, but is designed to provide platform-agnostic CRUD functionality to all models.\n  - web // The main Next 13 application. Uses Typescript and Tailwind CSS with tRPC to interface securely with the Prisma ORM\npackages // All workspaces that don't \"run\", have a @shared import alias\n  - cache // Redis-based cache for queries (not yet implemented in production)\n  - cms // Schema for our Sanity configuration\n  - components // Shared component library with theming via Tailwind\n  - config // Common configuration settings for workspaces\n  - database // Prisma ORM, see schema.prisma for database structure\n  - tsconfig // Typescript configuration\n```\n\n## Want to contribute?\nSend an email to [sam [at] debate.land](mailto:sam@debate.land) if you have any questions or need help getting started!\n\n\u003e Debate Land | Democratizing data for all things debate","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflowinc%2Fmonorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevflowinc%2Fmonorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevflowinc%2Fmonorepo/lists"}