Top 5 websites I regularly use as a developer at a startup
As a developer at a startup, I’ve realized the websites I use daily are completely different from the “top developer tools” lists you usually see online.
Not talking about GitHub, Stack Overflow, or MDN and all other generic stuff…
I mean the smaller tools/websites that actually save me time every single day while building and shipping products.
Here are 5 I genuinely use almost daily right now:
- Excalidraw : Probably the fastest way to explain architecture, APIs, or random ideas to teammates.
- Kuberns : We use it for deployment and cloud management. Honestly reduced a lot of the DevOps work for us because the AI handles deployments, scaling, monitoring, infra stuff, etc.
- Hoppscotch : Super lightweight API testing tool. Opens instantly compared to heavier alternatives.
- Rayso : Makes code screenshots look clean for docs, X posts, and presentations.
- Transformtools :Randomly useful almost every day. JSON to TS, HTML to JSX, object conversions, etc.
Also if you have some other tools that you think save you alot of time and don’t mind sharing them - do let me know in the comments, ADIOS!!