# dev.thatonefirm.com — samples & sandbox tour

<!-- updated_at: 2026-07-17 16:40:40 -->

## What lives on dev
**dev.thatonefirm.com** is our **samples site and sandbox** — where clients peek at work-in-progress and we park experiments without touching production.

## Current exhibits
| Path | What it is |
|------|------------|
| [/auto/](https://dev.thatonefirm.com/auto/) | Auto Studio — experiment bays |
| [/auto/artifacts/](https://dev.thatonefirm.com/auto/artifacts/) | Mock InspectorOS component gallery |
| [/dashboard/](https://dev.thatonefirm.com/dashboard/) | Next.js dashboard static export |
| [/clients/hoc420/](https://dev.thatonefirm.com/clients/hoc420/) | House of Cannabis SOW portal |
| [/swarm/corvus/hive-mind/](https://dev.thatonefirm.com/swarm/corvus/hive-mind/) | Corvus War Room 3D |
| [/swarm/corvus/greybox/](https://dev.thatonefirm.com/swarm/corvus/greybox/) | Greybox GLB exhibit |

## Rule of the sandbox
Mock data is expected. Secrets never are. Production stays on [thatonefirm.com](https://thatonefirm.com/).

---

**Team roster:** [thatonefirmdev.com](https://thatonefirmdev.com/)


## Structured data (JSON-LD)

The public **HTML** page at `/lab-notes/dev-sandbox-samples` emits `application/ld+json` with the following `@graph` (Organization, WebSite, WebPage, Article, BreadcrumbList, plus any custom nodes from **SEO JSON-LD extra** in Admin). Assistants should treat the HTML URL as canonical for search; this block is for parity and tooling.

```json
{
    "@context": "https:\/\/schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https:\/\/thatonefirm.com\/#organization",
            "name": "That One Firm",
            "url": "https:\/\/thatonefirm.com\/"
        },
        {
            "@type": "WebSite",
            "@id": "https:\/\/thatonefirm.com\/#website",
            "name": "That One Firm",
            "url": "https:\/\/thatonefirm.com\/",
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples#webpage",
            "url": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples",
            "name": "dev.thatonefirm.com — samples & sandbox tour",
            "description": "Auto Studio, artifact gallery, dashboard builds, client portals, and Corvus 3D exhibits — mock data welcome, real craft underneath.",
            "isPartOf": {
                "@id": "https:\/\/thatonefirm.com\/#website"
            },
            "dateModified": "2026-07-17T16:40:40+00:00",
            "breadcrumb": {
                "@id": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples#breadcrumb"
            }
        },
        {
            "@type": "Article",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples#article",
            "headline": "dev.thatonefirm.com — samples & sandbox tour",
            "description": "Auto Studio, artifact gallery, dashboard builds, client portals, and Corvus 3D exhibits — mock data welcome, real craft underneath.",
            "datePublished": "2026-07-17T16:40:40+00:00",
            "dateModified": "2026-07-17T16:40:40+00:00",
            "mainEntityOfPage": {
                "@id": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples#webpage"
            },
            "author": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "publisher": {
                "@id": "https:\/\/thatonefirm.com\/#organization"
            },
            "url": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples"
        },
        {
            "@type": "BreadcrumbList",
            "@id": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples#breadcrumb",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "name": "Home",
                    "item": "https:\/\/thatonefirm.com\/"
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "name": "dev.thatonefirm.com — samples & sandbox tour",
                    "item": "https:\/\/thatonefirm.com\/lab-notes\/dev-sandbox-samples"
                }
            ]
        }
    ]
}
```
