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

# What is Tallysight? Odds widgets and pick analytics

> Tallysight is a sports betting analytics platform for publishers who embed live odds widgets and creators who publish picks and betslips.

Tallysight is a sports betting analytics platform that connects two audiences: publishers who want to embed live odds and pick widgets on their websites, and analysts who want to share data-driven picks, build betslips, and grow a following. Both use the same underlying widget system — a set of standalone JavaScript bundles you drop onto any page with a single script tag.

## For publishers

If you run a sports media site, a betting affiliate property, or any web page where live odds would add value, Tallysight lets you embed widgets without building or maintaining any data infrastructure.

Add the SDK script tag once, then place HTML elements wherever you want widgets to appear. The SDK detects those elements and loads the right widget bundle automatically. You configure your workspace slug on the script tag so every widget on your page inherits your sportsbook affiliations and branding.

```html theme={null}
<script
  src="https://storage.googleapis.com/tallysight-widgets/dist/tallysight.min.js"
  data-tallysight-defaults-widget-config-workspace="your-workspace-slug"
  type="module"
></script>

<span
  data-tallysight-widget-type="tile"
  data-tallysight-widget-id="YOUR_WIDGET_ID"
></span>
```

Widgets render inside a Shadow DOM so they never conflict with your site's existing styles.

## For creators

If you publish picks or betting insights, Tallysight gives you a workspace to create picks, build betslips, and share your analysis. Your content surfaces in community feeds and can be embedded anywhere your audience already reads — giving publishers a reason to feature your work alongside live odds.

From your Tallysight dashboard you can:

* Create individual picks tied to live game lines
* Build betslips that group multiple picks into a single shareable unit
* Copy embed codes for any tile or feed to place on external sites
* Track how your content performs across embedded placements

## Key features

<CardGroup cols={2}>
  <Card title="Odds Tiles" icon="table-cells" href="/widgets/tile">
    Embed a live odds tile for any game or market. Tiles update in real time and link out to affiliated sportsbooks.
  </Card>

  <Card title="Pick Feeds" icon="list" href="/widgets/feed">
    Display a scrollable feed of betslips — filtered by workspace, sport, or community — directly on your site.
  </Card>

  <Card title="Bet Builder" icon="wrench" href="/widgets/bet-builder">
    Let readers assemble their own bets from markets shown on your page, with a persistent betslip drawer that travels with them as they scroll.
  </Card>

  <Card title="Workspace Branding" icon="paintbrush" href="/customization/workspace-branding">
    Apply your colors, logo, and dark mode preference to every widget so they look native to your site.
  </Card>
</CardGroup>

## How to get started

Add the SDK script tag to any HTML page and mark elements with `data-tallysight-widget-type`. No build step, no server integration, no framework required. See the [installation guide](/widgets/installation) for all widget types and configuration options, or follow the [quickstart](/quickstart) to embed your first widget in minutes.
