Hey everyone! I'm currently working on Visual Backend, a desktop app which aims to make backend dev more efficient by eliminating repetition like setting up boilerplate code. Long story short, after working on many backend projects, I realised that some aspects are quite repetitive. For instance, when writing a CRUD function, I always follow the same steps of configuring the router and creating / editing new files before actually writing the actual function, so I decided to see if I could automate those processes.<p>I'd love to hear from you if this is a problem that you face as well and whether you think Visual Backend effectively solves it. Thank you!