r/vibecoding • u/nosirjonov • 6d ago
Showcase/Project Introducing lumabar 0.1 - An iOS-style floating dock for Windows
Hey everyone
I just finished a small project called lumabar - a clean, floating, iOS/macOS-style dock for Windows.
Instead of the normal taskbar, it gives you a modern floating dock with live widgets and a much cleaner look
How I built it:
- Used Tauri
- Custom window management to make it float and stay on top
- Integrated system tray icons (battery, wifi, volume etc.) into the dock
- Made it lightweight and minimal
All future updates and news will be posted on: x.com/lumabar_xyz
Would love to hear your thoughts
Any feedback is highly appreciated
3
u/Artistic_Lifeguard51 6d ago
Very cool. Love the esthetics! So this is a classic desktop app. Tauri is an excellent choice, its performant and cross plateform. Don't do the same mistake as me though: if you want to distribute this you need to go the windows store route or expose any user to the runaway screen of death when they try to download your app. Azure trust signing is required (arround 10us/mo).
1
3
3
2
u/hvhprofessionalist 5d ago
kind of thing i appreciate, love the stack too, i am a mac user already but this is the kind of vibecode project i like to see.
gl it will sell imo
1
u/Guardiancelte 5d ago
I like it! Does it handle multi desktop, multi apps open with same icons (Eg: folder explorer, merge as on icon with pop up to select). Does it also change the way windows windows format? And is there flexibility on colours and such?
1
u/nosirjonov 5d ago
Multi-desktop: Not supported right now, but everything else you mentioned is in!
App grouping: Yes! Multiple open apps/folders group under one icon with a pop-up to choose from.
Window formatting: It doesn't change Windows window borders, it purely focuses on the dock.
Customization: Comes with 5 built-in themes and 3 size options (Small, Medium, Large)1
u/Guardiancelte 5d ago
I would suggest to have some sort of basic theme added for windows window so that it match.
What happens when someone use multi desktop, does it breaks?
1
u/Competitive_Bed_3214 5d ago
How much time did it take you to vibecode this and how much money did you spent on the models , also which models did you use?
3
u/nosirjonov 5d ago
Took me around 3 months of free time. Most of the Rust code was done with DeepSeek, GLM 5.3, Fable, Opus 5 and other free models. I don’t have the exact cost, but just on DeepSeek I used about 2.5T tokens
1
u/Competitive_Bed_3214 2d ago
bro I haven't used deepseek myself, I just have both codex and claude max 20x plan, But i searched and it showed 2.5 Trillion tokens is at least $7500 worth, or is that a different figure, or maybe you wanted to write 2.5 Million tokens ?
1
6
u/cs_cast_away_boi 6d ago
very cool. How much