mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 08:58:36 +00:00
85cceaa7a9fadf8858fa36f86de46020ed42c4c9
`new URL(process.env.NEXT_PUBLIC_APP_URL!)` in the root layout throws "TypeError: Invalid URL" during SSR when the env var is not set (no .env file, only .env.example exists), causing the entire page to return a 500 with an empty body. Fall back to http://localhost:4000 when the var is undefined. https://claude.ai/code/session_01Ez3f6QxR3MxNq6YfAeqrcH
shadcn/ui
A set of beautifully designed components that you can customize, extend, and build on. Start here then make it your own. Open Source. Open Code. Use this to build your own component library.
Documentation
Visit https://ui.shadcn.com/docs to view the documentation.
Contributing
Please read the contributing guide.
License
Licensed under the MIT license.
Description
Languages
TypeScript
89.8%
MDX
6.8%
CSS
3.3%
