WIP: Client app — shadcn UI + Neon Postgres#25
Draft
faizm10 wants to merge 4 commits into
Draft
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
- Port shadcn theme, components.json, lib/utils, and fonts from frontend - Add Neon serverless DB client with lazy init (lib/db.ts) reading DATABASE_URL - Add /api/db-check route to verify the connection - Pin @hugeicons/* to frontend versions and fix spinner prop-spread type error Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Summary
Sets up the new Next.js
client/app's UI foundation and database connection.components.json,lib/utils, and fonts fromfrontend/; pulled in the shadcn component library@neondatabase/serverlessclient with lazy init inclient/lib/db.ts(readsDATABASE_URL, safe at build time)/api/db-checkroute to confirm the connection@hugeicons/*to matchfrontend, resolvedspinner.tsxprop-spread type errorNotes / TODO
DATABASE_URLlives inclient/.env.local(gitignored) — must be added to Vercel/CI env before deploynpm run buildpasses locally🤖 Generated with Claude Code