DEV Community

Cover image for Introducing Vyoma UI. My own Component Library Built on top of shadcn/ui.
Srijan Baniyal
Srijan Baniyal

Posted on

Introducing Vyoma UI. My own Component Library Built on top of shadcn/ui.

Hey Devs 👋,

I’ve been working on something small but useful — Vyoma UI, a beautiful component layer built on top of shadcn/ui, designed to help reuse clean, production-ready UI patterns across projects.

It’s still in v1, so nothing fancy just yet — mostly copy-paste components — but it’s shaping up nicely!

✨ What is Vyoma UI?

Vyoma UI is basically a collection of Beautiful components I’ve Designed to the best standards.

Right now, it’s just a bunch of components you can copy and paste into your own Shadcn/ui-based Next.js setup.

🧱 What’s Inside (So Far)
• Text Animations
• AI Component
• Backgrounds
• Card
• Accordion

No npm package yet — just simple components you can grab and use.

🔧 What’s Coming Next

I’m actively working on:
• 🧩 More components (stats, tables, settings layout, charts, etc.)
• 🛠️ A Open in v0 version that’s easier to explore + use
• 🔗 CLI/Script support so you can add Vyoma components into your shadcn/ui setup
• 🎨 Theme-aware variants & presets

Eventually, I want Vyoma UI to be a ShadCN-friendly layer you can plug into, without changing your dev flow.

📂 Try It Out

For now, just check out the GitHub repo and the OG website and copy-paste what you need:

🔗 Github Repo
🔗 Hosted Website

I’ll be updating it regularly, and once I hit a stable point, I’ll publish a package + docs.

🙌 Feedback Welcome

If you’re into shadcn/ui components and want more prebuilt creative UI patterns that just work, I’d love your thoughts, feedback, or contributions!

If you want to read why I built Vyoma ui (vui). You can read my blog about it.

Thanks for reading ✨
Let’s build cool stuff together.

Top comments (0)