Add Shortwave link-shortener example - #425
Merged
Merged
Conversation
sdairs
force-pushed
the
codex/add-shortwave-example
branch
2 times, most recently
from
September 16, 2026 10:49
c414810 to
99d05c6
Compare
sdairs
force-pushed
the
codex/add-shortwave-example
branch
from
September 16, 2026 11:05
99d05c6 to
b622fef
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds Shortwave under
applications/shortwave: a link-shortener application using ClickHouse Managed Postgres for application data and redirects, ClickPipes for current link metadata, and ClickHouse for click analytics. The TanStack Start/React app uses Click UI and Clerk and runs on Cloudflare Workers.Includes account-owned links, tags and folders, UTM templates, QR codes, operator-owned custom domains, and analytics with a durable click outbox and retry deduplication. The example includes explicit CLI/SQL deployment instructions, operations guidance, and a fresh-deployment acceptance checklist.
This is a snapshot import in one new commit on top of
main. No commits from the source repository's development history are imported. Private deployment state, credentials, environment files, screenshots, dependencies, and build outputs are excluded. The root README links to the example, its clone instructions use the destination path, and a root GitHub Actions workflow runs checks only for Shortwave changes.Validation
Performed in a clean directory in an isolated Linux arm64 VM with Node 22.23.2 and the locked dependencies, without deployment credentials:
npm ci— passed.npm test— 39 passed, 3 live integration suites skipped, 0 failures.npm run types:workersandnpm run typecheck— passed.npm run build:workers— passed.npx wrangler deploy --dry-run— passed; no deployment performed.npm audit— 0 vulnerabilities.git diff --check, 83 local documentation links/anchors, and public-file/private-value review — passed.The build reports large client chunks and missing runtime secrets in this credential-free checkout. Dependency installation also reports existing React peer-dependency warnings.
Live Cloud integration, browser acceptance, production Clerk sessions, and the complete fresh-deployment/redeploy/cleanup rehearsal were not run for this import. The example's
docs/v1-readiness.mdrecords the remaining deployment acceptance requirements; the checks above do not establish hosted readiness.