Drag-and-drop skeleton UI generator for shadcn/ui
Skebuddy helps developers quickly generate responsive skeleton loading layouts using pre-configured templates built with shadcn/ui and Tailwind CSS.
Instead of manually positioning skeletons or exporting non-responsive absolute layouts, Skebuddy produces clean, production-ready React code.
-
- Prebuilt skeleton templates (cards, lists, dashboards)
-
- Drag & drop editor with live preview
-
- Responsive layouts (flex / grid — no absolute positioning)
-
- Export clean JSX code
-
- Built on shadcn/ui Skeleton
-
- Simple single-template canvas model
Most skeleton generators focus on pixel-perfect positioning. Skebuddy focuses on layout correctness and responsiveness — so your loading UI behaves exactly like your real UI.
- Next.js (App Router)
- React
- TypeScript
- Tailwind CSS
- shadcn/ui
- Zustand
- dnd-kit
git clone https://github.com/<your-username>/skebuddy.git
cd skebuddy
npm install
npm run dev
open http://localhost:3000