Helicone just works right out of the box – really helpful for us to dig into user issues and understanding how much money we're burning on LLM API calls.
We use Render to host our website – they make it super easy to get up and running. Prior to it, we had a bunch of Dockerfiles, random deploy scripts, and a whole lot of headaches. We had considered Vercel, but its serverless functions were too constraining for us. If you're a YC company, Render has some great deals!
Amazing at writing code, we use Claude 3.5 Sonnet + Haiku at Codebuff to generate code. We use OpenAI too, but for other functions. Claude's coding skills are really that great!
Super easy way to install useful packages. Codebuff is a package on npm, so it can be installed as easily as `npm i -g codebuff`! npm makes it really easy for us to push out new versions and track usage over time.