> ## Documentation Index
> Fetch the complete documentation index at: https://www.beeq.design/llms.txt
> Use this file to discover all available pages before exploring further.

# About BEEQ

> Meet the team behind BEEQ and learn how we help [Endava](https://www.endava.com/) teams design and build consistent, accessible digital products.

<Frame caption="BEEQ Team">
  <div className="flex flex-col gap-3 rounded-lg border border-[var(--bq-stroke--primary)] bg-[var(--bq-background--secondary)] p-6">
    <p className="m-0 text-lg font-semibold text-[var(--bq-text--primary)]">Built by people who use the system too.</p>

    <p className="m-0 text-[var(--bq-text--secondary)]">
      BEEQ grows through design reviews, implementation work, product feedback, accessibility conversations, and the small decisions that make shared systems reliable.
    </p>
  </div>
</Frame>

BEEQ is built and maintained by a cross-functional team at [Endava](https://www.endava.com/). We bring designers, developers, accessibility advocates, and product-minded contributors together around one goal: helping teams create better digital products with less friction.

We care about the details that make product work easier: shared foundations, reliable components, clear documentation, accessible patterns, and implementation guidance that reflects how teams actually build.

## What we do

<CardGroup cols={2}>
  <Card title="Design foundations" icon="palette">
    We maintain guidance for colour, typography, spacing, radius, stroke, shadows, and layout so teams can make consistent visual decisions.
  </Card>

  <Card title="Reusable components" icon="cubes">
    We build production-ready web components that work across HTML, React, Angular, Vue, and other modern frontend stacks.
  </Card>

  <Card title="Documentation" icon="book-open">
    We document how BEEQ works from both design and implementation perspectives, with examples that teams can adapt in real products.
  </Card>

  <Card title="Theming and customization" icon="wand-magic-sparkles">
    We support tokens, themes, modes, and component CSS variables so products can adapt BEEQ without drifting away from the system.
  </Card>

  <Card title="Accessibility guidance" icon="universal-access">
    We keep accessibility in the conversation from component APIs to usage guidance, so teams can make inclusive choices earlier.
  </Card>

  <Card title="Team support" icon="comments">
    We listen to feedback, review real product needs, and help teams find the right pattern when the answer is not obvious.
  </Card>
</CardGroup>

## How we work

BEEQ is open source, source-backed, and shaped by real product use. We try to keep the system practical: if a guideline does not help someone design, build, review, or maintain a product, it probably needs to be clearer.

* **We work in the open** — component development, bug fixes, and technical decisions happen on [GitHub](https://github.com/Endava/BEEQ).
* **We treat source as canonical** — documentation should match the current implementation, design tokens, public APIs, and accessibility behaviour.
* **We design for adoption** — BEEQ should give teams a strong default without locking them into unnecessary vendor-specific patterns.
* **We improve through feedback** — product teams, designers, developers, and contributors all help us see what needs to be refined next.

## Work with us

You do not need to be on the core team to help BEEQ get better. If something is unclear, missing, hard to use, or no longer aligned with real product work, we want to hear about it.

<CardGroup cols={2}>
  <Card title="Share feedback" icon="message">
    Use the feedback button on any docs page or open a [GitHub Issue](https://github.com/Endava/BEEQ/issues) when something needs attention.
  </Card>

  <Card title="Propose improvements" icon="lightbulb">
    Suggest new patterns, component improvements, documentation updates, or design guidance when you see a recurring product need.
  </Card>

  <Card title="Contribute code or docs" icon="code">
    Fix bugs, improve examples, update documentation, or help with component work. Start with the [Contribution Guidelines](https://github.com/Endava/BEEQ/blob/main/CONTRIBUTING.md).
  </Card>

  <Card title="Ask questions" icon="circle-question">
    If you are not sure where to start, contact us at [beeq@endava.com](mailto:beeq@endava.com). A good question is often the beginning of a better pattern.
  </Card>
</CardGroup>

## Resources

<CardGroup cols={2}>
  <Card horizontal title="GitHub" icon="github" href="https://github.com/Endava/BEEQ">
    Follow the source code, issues, releases, and contribution workflow.
  </Card>

  <Card horizontal title="Storybook" icon="book" href="https://storybook.beeq.design">
    Explore component states, variants, and interactive examples.
  </Card>

  <Card horizontal title="Components" icon="cubes" href="/components/overview">
    Browse the component library and implementation guidance.
  </Card>

  <Card horizontal title="Contact the team" icon="envelope" href="mailto:beeq@endava.com">
    Reach out when you need help, feedback, or a conversation about BEEQ.
  </Card>
</CardGroup>
