When I build my Bubble apps, I focus on the functionality of the app first because it’s important to have a working website. Once I get the app to function the way that I want to, I shift my focus to the UI.
For example, if I’m making an app that displays video content, I’ll use YouTube as a guide.
From time to time, I run into creative blocks when I’m thinking about the design of my app. This includes aspects such as the color scheme, fonts, etc. I’ll usually browse the web for some inspiration, such as Palletton / COLOURlovers and Font Pair.
Are there any other places i can look for some UI inspiration?
I generally start with search for the specific UX goal or type of interface to get more targeted inspiration. So, for example, if I’m building user onboarding, then I’ll end up finding teardowns for good user onboarding experiences, lists of best practices, and if I’m lucky some data on what’s worked / what hasn’t at different companies.
Also, I generally recommend starting with wireframes of the UI, before coding all of the business logic. The core rational here is that a lot of UX problems stem from not knowing precisely how you want the solution to work for users. So, I like to start with that first and then have everything else built to support that.
Dribbble is one of my favorites. I also like to share this site with folks: UX Archive
It breaks down user flows for popular tasks like onboarding, booking, searching, sharing, etc. for a variety of well-known iOS apps. Very useful to see how different apps approach UX for common goals. I know your question is about UI, but sometimes I gain inspiration from seeing these UX breakdowns as well because I can find UI trends that people like.
Great thread - lot’s of good resources already mentioned. In addition to everything mentioned, I’ll use codepen.io for both inspiration and front-end development (you can easily copy/paste your work directly into a Bubble html element).