Migrate the UI onto the create-webapp stack and unslop chrome - #1
Merged
Conversation
SvelteKit 3, Alchemy, Effect Schema remotes, Vite+, pnpm, and shadcn under #lib replace the Bun/wrangler/svelte.config.js setup. Local sidecar and Node sqlite stay for `codeview ui`. Chrome drops Google Fonts, tracked-out labels, and the generic checkmark mark. Co-authored-by: themixednuts <themixednuts@users.noreply.github.com>
Pin TypeScript 6, Kit 3 env/types, Alchemy parser DO/workflow/queue consumer, and oxfmt. Drop ESLint and Prettier. Labels are sentence case without tracked-out uppercase. Anti-slop stays at error. Co-authored-by: themixednuts <themixednuts@users.noreply.github.com>
Pin @shikijs/langs and @shikijs/themes so Vitest can resolve the highlighter imports. Match code-theme CSS blocks with either quote style and space indent. Co-authored-by: themixednuts <themixednuts@users.noreply.github.com>
Move Better Auth onto the Alchemy Effect service, declare parse/API rate limits in Alchemy, add #lib .js specifiers, fold CodeBlock/Signature into design/, and fix anti-slop plus svelte-check without weakening rules. Co-authored-by: themixednuts <themixednuts@users.noreply.github.com>
themixednuts
marked this pull request as ready for review
August 14, 2026 11:46
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.
Migrate
codeview-uionto the create-webapp stack (SvelteKit 3, Effect v4, Alchemy, Vite+, pnpm) and strip remaining UI chrome slop.Stack
vite.config.ts. App imports use#libwith.jsspecifiers.codeview-auth, R2crate-graphs, parse queues, parser worker with PARSE_STATUS DO and PARSE_WORKFLOW, Website oncodeview.codes.RATE_LIMIT_API(60/60),RATE_LIMIT_PARSE_ANON(6/60),RATE_LIMIT_PARSE_AUTH(60/60).@alchemy.run/better-authEffect service with a Drizzle/D1 layer. Kit routes callhandleAuthRequest,getAuthState,signInWithGithub, andsignOutCurrentSession.ts.sys.readFile; do not bump to 7).codeview uistill builds the@jesterkit/exe-sveltekitsidecar. Node sqlite for the local cache,wsfor the local websocket plugin.UI
float-in/fadeInchrome.design/. The old duplicates are gone.Checks
svelte-checkis clean.vp check --fixis clean (0 errors). Anti-slop stays at error.vp test run: 197 passed.