Idlen: Ads in the IDE, in AI chats, and a self-serve ads manager Idlen, a new browser extension and IDE plugin, lets developers earn €20-100 per month by displaying curated developer-tool ads during AI chat wait times, working with Claude, ChatGPT, V0, Bolt, Lovable, and more. The company claims over 50,000 creators are already using the service, which requires no code access and performs local analysis only. Turn AI wait time into €20-100/month. Works with Claude, ChatGPT, V0, Bolt, Lovable & more. // src/components/UserProfile.tsx "text-purple-400" import { "text-cyan-300" useState, "text-cyan-300" useEffect } "text-purple-400" from 'react'; "text-purple-400" export "text-purple-400" function UserProfile { userId } { "text-purple-400" const user, setUser = "text-cyan-300" useState null ; "text-purple-400" const loading, setLoading = "text-cyan-300" useState true ; // TODO: Add error handling // and loading states "text-purple-400" return loading ? <"text-cyan-300" Spinner / :