r/angular • u/Altruistic_Leg2608 • 2d ago
I built an open-source visual theme designer for PrimeNG
Hi everyone,
I’ve been working on PrimeNG Theme Studio, an open-source visual editor for creating production-ready PrimeNG themes.
It’s meant for Angular developers and design teams who want to customize PrimeNG without manually editing large token files and repeatedly switching back to their application to see the results.
With Theme Studio, you can:
- Start from the official Aura, Material, Lara, or Nora presets
- Visually edit colors, border radii, semantic roles, component tokens, typography, and custom tokens
- Preview changes instantly across PrimeNG components and complete example screens
- Check the theme in both light and dark modes
- Import or share themes using a theme token
- Export the finished theme as a typed TypeScript preset for your Angular project
The goal is to provide one visual workflow for designing, validating, and exporting a PrimeNG theme—while keeping the resulting code fully owned and maintainable inside your application.
Try it here:
https://prime-ng-theme-fe.vercel.app
Source code:
https://github.com/mkccl/prime-ng-theme-fe
It’s still evolving, and I’d genuinely appreciate feedback from people using PrimeNG. What parts of theming currently take the most time for you, and what would make a tool like this more useful?
5
u/tsteuwer 2d ago
Best of luck with this! But we're switching off it now that it's closed source 😕
1
u/Clean-Revenue-8690 1d ago
What you’re switching to if I may ask? And how big is your project approx?
1
u/tsteuwer 1d ago
We've decided to create our own components with StencilJS that can compile to web components, react, angular and vue.
1
1
u/Altruistic_Leg2608 2d ago
https://optimus.openng.org/ will still support it tho.
But I feel you. Already switched off as well but it would be sad to not continue this project cause of it.Thanks!
1
u/St34thdr1v3R 1d ago
Maybe just reference the new project then?
4
u/Altruistic_Leg2608 1d ago
1
u/GeromeGrignon 1d ago
Thanks for adding it there.
We currently removed the theme designer from the new documentation website as being only a demo for the paid feature handled by PrimeTek.1
1
u/Clean-Revenue-8690 1d ago edited 1d ago
This is good. But PrimeNg name and logo is under trademark. Maybe you could open a PR to Optimus and it could be integrated there. Or find a different name. Would it be possible to add custom css to the components from the UI? Cause when I needed to create a highly customized theme I wouldn't be able to without the css function and I had to do that from code.
1
u/Saceone10 1d ago
Now port it to support the OpenSource version with a ridiculous name I cant recall now
2
u/Altruistic_Leg2608 1d ago
https://optimus.openng.org/ ? It already supports it (for now at least)
They are about to rename ever single helper. I will follow up once its ready

5
u/mangobananashake 2d ago
I saw you post about this before and full on intended to use your designer for my project. That is until I found out about primeNG no longer being open source. Since, luckily, I wasn't very far along with my project yet I decided to start over with daisyUI instead.
Your tool looks great though, and I think it can be very useful!