Skip to main content

Local Alpha

@t3x-dev/local is the first-door package for trying T3X locally.

Alpha package

@t3x-dev/local is part of the current alpha package surface. Package availability follows Release Status.

npx -p @t3x-dev/local t3x-local start

Use it when you want the packaged local product experience instead of a source checkout. The local path is designed for trying the WebUI and no-key demo first, then adding provider keys when you want live extraction or chat.

What it gives you

  • A local T3X workspace.
  • A WebUI-first workflow.
  • A fixture demo path that does not require a model provider.
  • A path to configure providers later for live extraction and generation.

Screenshot

T3X local WebUI chat landing page

Source development

Contributors should still use the monorepo source workflow:

git clone https://github.com/t3x-dev/t3x-core.git
cd t3x-core
pnpm install
pnpm dev:api
pnpm dev:webui