Another hot take:
Your frontend should dictate your API not the backend.
If you backend engineers are defining your API response data you're gonna have a bad time.
hot take -
When building an API - never start with the systems architecture.
Start by designing the ideal syntax, and work your way backwards.
DX and consumer ergonomics is the most important thing when it comes to API, library & frameworks design.
All the jokes about OpenAI killing startups with each new release have some validity.
We just removed Pinecone and Langchain from our codebase lowering our monthly fees and removing a lot of complexity.
New Assistants API is fantastic โจ
We just hosted Project Lovable, a Lovable hackathon for some of the most cracked founders in Europe:
+ 24 teams flew in from across Europe
+ One team won $20k
+ One Lovable startup was acquired for $30k
+ One Lovable startup raised funding at a unicorn valuation
+ Priceless
The laptop animation on feyapp.com is one Iโm most proud of.
The secret behind it is our <Sticky /> component that Iโve used everywhere for over 5 years now.
Hereโs how it works:
Building a Stock Screener is incredibly complex.
The amount of data you need is only half the equation. You also have to make it searchable and simple to use.
Whatโs the trick to ours?