I’m 16 Years Old, and I Just Launched a CSS Framework

I’m 16 Years Old, and I Just Launched a CSS Framework

Leader posted 2 min read

I’m 16 Years Old, and I Just Launched a CSS Framework

Yes — 16.

No VC.
No startup accelerator.
No huge team.

Just curiosity, code, and a lot of broken builds.

Today, I’m launching VyomaCSS — a lightweight, SCSS-based CSS framework built for indie developers and learners.


Why would a 16-year-old build a CSS framework?

Because while learning frontend development, I noticed something frustrating:

Most CSS frameworks help you build faster,
but very few help you understand what’s happening.

They work like magic.
But magic hides learning.

I wanted something that:

  • Shows how a framework is built
  • Uses clean SCSS architecture
  • Is easy to read, modify, and extend
  • Doesn’t overwhelm beginners

So instead of just using frameworks, I decided to build one.


Introducing VyomaCSS

VyomaCSS is a minimal, SCSS-first CSS framework built under Vyoma Labs.

It focuses on:

  • Clean SCSS structure
  • Simple design tokens (colors, spacing, radius)
  • Small, readable components
  • ⚡ Utility classes for fast layout
  • Learning-first approach

It’s not here to compete with Bootstrap or Tailwind.

It’s here to help you learn how frameworks are made.


How you can use it

CDN (quickest way)

<link
  rel="stylesheet"
  href="https://psjdeveloper.github.io/vyomacss/dist/vyoma.css"
/>

npm

npm install vyomacss

Then:

@use "vyomacss";

Documentation is live

I didn’t want to ship code without docs.

So I built a full documentation site using Astro + Starlight:

https://vyomacsssite-6jjq.vercel.app/

The docs explain:

  • The SCSS architecture
  • Utilities
  • Components
  • How to customize VyomaCSS

Why the name “Vyoma”?

Vyoma means space.

The idea is simple:

Give developers enough structure to build,
and enough space to think and experiment.


Open source & beginner-friendly

VyomaCSS is open source and open to contributions.

If you’re:

  • learning SCSS
  • curious how frameworks work
  • building your first OSS project
  • or just experimenting

This project is for you.

GitHub → https://github.com/psjdeveloper/vyomacss


Final thoughts

I’m still learning.
VyomaCSS isn’t perfect.
And that’s okay.

This project is not about age, hype, or trends.

It’s about building in public, learning deeply, and sharing the journey.

If this helps even one developer understand CSS better —
then VyomaCSS has already done its job.

Thanks for reading
Prasoon

4 Comments

1 vote
0
1 vote
1

More Posts

I’m a Senior Dev and I’ve Forgotten How to Think Without a Prompt

Karol Modelskiverified - Mar 19

I Wrote a Script to Fix Audible's Unreadable PDF Filenames

snapsynapseverified - Apr 20

I spent years trying to get AI agents to collaborate. Then Opus 4.6 and Codex 5.3 wrote the rules

snapsynapseverified - Apr 20

Just completed another large-scale WordPress migration — and the client left this

saqib_devmorph - Apr 7

Your AI Doesn't Just Write Tests. It Runs Them Too.

Kevin Martinez - May 12
chevron_left

Commenters (This Week)

18 comments
3 comments
1 comment

Contribute meaningful comments to climb the leaderboard and earn badges!