Custom UI components for Uploadthing built on top of the Shadcn Registry. This project is for Next JS/React only. It's an opinionated way of handling uploadthing's client side state.
| Documentation: https://docs-uploadthing-ui.vercel.app
| Registry: https://uploadthing-ui.vercel.app
| Documentation Repo: https://github.com/webdevkaleem/uploadthing-ui-docs
Clone the repository:
git clone https://github.com/webdevkaleem/uploadthing-ui.git
Create a .env file in the root directory and add the following variables
UPLOADTHING_TOKEN=""
UPSTASH_REDIS_REST_URL=""
UPSTASH_REDIS_REST_TOKEN=""
Install dependencies
pnpm install
Start the development server
pnpm run dev
- Expand component functionalities
- Enhance documentation and examples
- Integrate additional features and improvements
Visit the shadcn documentation to view the full documentation.
Contributions are welcome! Please open an issue or submit a PR to help improve the project.