OneCut suite

Woodshop tooling — 50/50 joint venture with Bert Kochendorfer

What it is live

OneCut Studios LLC is a Michigan-formed joint venture between Teagan Dixon and Bert Kochendorfer (50/50, filed 2026-04-11 with Michigan LARA per XDEC-074). The LLC is the holding entity for the OneCut product family. Today that includes OneCut Shop (a tools-for-woodworkers SaaS, 45 tools across 4 workshops, in private beta) and Segmented Turning (a segmented-turning calculator passthrough hosted on Teagan's personal subdomain). The LLC name is deliberately decoupled from any single product name so additional tools can be launched under the same holdco without legal-entity rename overhead.

Pattern. OneCut Studios mirrors the FinishOps LLC structure (50/50 Teagan/Dusty, partner-aligned holdco). Both are distinct entities from Sand Point Studios LLC and Agoge Development LLC. SPS is credited as a "development partner" on each — not owner. See ~/dev-context/decisions-log.md XDEC-074.

Topology

flowchart LR subgraph DEV[Development] BERT[Bert
code-bert container] --> GH[GitHub
teaganwins-dev/onecutshop] TG[Teagan] --> GH end subgraph PROD[Production] GH --> CFP[Cloudflare Pages
OneCut Shop app] CFP --> ONESHOP[onecutshop.app] TURNER[turner.teaganwins.net] end subgraph BUG[Bug reporting] APP[Live app] -->|UI report| BUGWK[bug-report Worker] BUGWK -->|create issue| GHISS[GitHub Issues] GHISS -->|/fix-issue command| FIXBOT[fix-bot] FIXBOT -->|PR draft| GH end TESTER((Bert / beta testers)) --> ONESHOP TESTER --> TURNER

OneCut Shop live

Live at onecutshop.app. Tools-for-woodworkers SaaS. Bert is the primary tester and product co-owner.

HostingCloudflare Pages
Repoteaganwins-dev/onecutshop
Local source~/dev/OneCutShop/ (dir renamed 2026-04-26)
Tools45 tools across 4 workshops (private beta)
Marketingonecutstudios.com (parent brand)

Bug-report + fix-bot pattern

OneCut Shop pioneered the bug-report Worker + /fix-issue slash command pattern used elsewhere in the portfolio. Users submit bug reports from inside the app; a Cloudflare Worker receives the report and creates a GitHub issue with the user's context attached. Running /fix-issue <number> as a Claude Code slash command then drafts a PR against the repo for the underlying issue. This pattern is referenced as future direction for several other products and is the spiritual ancestor of NWZ's mobile "approve-deploy" + agent-job-service.

Contributors


Segmented Turning live

A segmented-turning calculator hosted at turner.teaganwins.net. Passthrough on Teagan's personal subdomain rather than under onecutshop.app — historical artifact; could be relocated under the OneCut umbrella later.

Email

Primary contributor mailboxbert.kochendorfer@onecutshop.app (Bert, on Mailcow)
SPS aliasbert.kochendorfer@sandpointstudios.ltd → routes to bert.kochendorfer@onecutshop.app (Mailcow alias id 69, created 2026-05-17). Lets Bert sign in to the SPS intranet without giving up the OneCut-branded identity.
Product supporthelp@onecutshop.app — product-specific support intake (Mailcow). Replies are NOT auto-handled by the help@ Vigil bot (which is scoped to help@sandpointstudios.ltd).
Outbound system mailvia Mailcow → AWS SES smarthost
Bert's personal Gmailbakerbert7@gmail.com — used for Anthropic Team plan seat sign-in and the initial onboarding email path

Data

Dependencies

Roadmap

Related