This is a live proof of the
static-pages profile from
gustavonline/app-template.
It was created from the current official TanStack Router scaffold, then received the template's architecture, agent guide, CI, and GitHub Pages workflow.
Requires Node.js 20 or newer.
npm ci
npm run lint
npm run typecheck
npm run test
npm run buildThe production build reads VITE_BASE_PATH. GitHub Actions defaults it to the
repository subpath so assets and TanStack Router work at:
gustavonline.github.io/app-template-static-example
The example intentionally has no auth, database, billing SDK, or paid content. It is MIT licensed.