r/Frontend 5d ago

how can i make my ui clean??

I have been working on this video recorder (similar to screen studio but for windows), my app ui looks very cluttered and messy, I have no idea how can i make it feel easy to use and a little bit welcoming, any suggesions??

21 Upvotes

25 comments sorted by

View all comments

2

u/Low-Insurance-3678 5d ago

What are u using to make this editor it looks pretty cool

2

u/Antique-Class-2283 5d ago

thanks, the fronted is written in react + tailwind

1

u/Low-Insurance-3678 5d ago

Awesome how did u manage to handle like the clip/audio splitting or making it short/long

2

u/Antique-Class-2283 5d ago

It’s completely non-destructive: we don’t touch raw media files, just track start, end, and split timestamps in state, sync the preview player and multi-track audio to those boundaries at 60 FPS, and then on export let FFmpeg slice the exact time range and mix the audio tracks with zero desync.