Repo Mastery All sample repos
Sample onboarding breakdown

How to onboard to atlas-web

atlas/atlas-web · TypeScript

A React dashboard front end built on a shared design system, with feature-flagged rollout so views and code paths can ship safely behind runtime toggles.

A UI platform: reusable primitives keep the interface consistent, and feature flags let teams release gradually and roll back instantly.

TypeScriptReactVite

First files to read

The fastest way into atlas-web: read these 3 files first, in order.

  1. 1src/design-system/index.tsBarrel export for the shared UI primitives
  2. 2src/flags/FlagProvider.tsxFeature-flag context that gates views and paths
  3. 3src/design-system/Table.tsxLarge, high-reuse component worth reading early

Main systems

Design SystemReusable, consistent UI primitives
Feature FlagsRuntime gating of views and code paths for safe rollout

Key terms

Feature flag
A runtime toggle that gates whether a view or code path is active.
Design system
A shared library of UI primitives that keeps an interface consistent.

Master any codebase this fast. Repo Mastery turns a repo into first files, architecture maps, flashcards, drills, and shareable proof.

Master your own repo

More sample repositories

acme-payments-apiorders-serviceanalytics-etlferro-clisaas-starterBrowse all