{"id":19776,"date":"2026-06-29T15:45:42","date_gmt":"2026-06-29T14:45:42","guid":{"rendered":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/"},"modified":"2026-06-29T15:45:47","modified_gmt":"2026-06-29T14:45:47","slug":"i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found","status":"publish","type":"post","link":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/","title":{"rendered":"I went looking for the most useful things people built with Claude Code, and I found\u2026"},"content":{"rendered":"<div class=\"anp-pro-entry\">\n<p class=\"anp-pro-lead\">The topic <strong>I went looking for the most useful things people built with Claude Code, and I found\u2026<\/strong> is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments.<\/p>\n<p class=\"anp-pro-p\">This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture.<\/p>\n<p class=\"anp-pro-p\">LLMs being able to spit out entire programs that once took teams days or months of hard work to create is frightening. That&#8217;s simply something you can&#8217;t argue about, and frankly, it&#8217;s a little unsettling to watch. However, I don&#8217;t think there&#8217;s anything good that comes from writing off these tools and refusing to use them. They&#8217;re here, and they are only going to get significantly better at what they already do. Something I&#8217;ve been talking about for quite a while now is that one of the biggest benefits of vibe-coding is constantly overlooked: the fact that it lets ordinary people build tiny tools for an audience of one.<\/p>\n<p class=\"anp-pro-p\">Think about it. If you had a crazy app idea, or simply an idea for a tool you wish existed to solve that one specific annoyance that bugs you and you only, you had three realistic options up until a few months ago. You either commit to learning how to code, pay someone who knows how to code to build it for you, or let the idea die in your notes app.<\/p>\n<p class=\"anp-pro-p\">With AI-assisted coding tools like Claude Code, Replit, Lovable, Codex, and so on, and what they call &#8220;vibe-coding&#8221; now, you spend an afternoon building it yourself. We, at XDA, have talked a bunch about tools we&#8217;ve built for ourselves to scratch our own itches. I decided to flip it around today and see what everyone else was making. So, I went digging through what the Claude community has been building, and compiled all the ones I found impressive. While they&#8217;re not all necessarily tools I&#8217;d want to replicate myself, they&#8217;re worth a look.<\/p>\n<p class=\"anp-pro-p\">Reddit user Finrandojin built Alexandria, an open-source tool that turns any book or novel into a fully voiced audiobook, and it&#8217;s polished enough that it already has nearly 700 stars on GitHub. You feed it a .txt, .md, or .epub, an LLM chunks the text and annotates every line with a speaker and a voice direction, and then a local TTS engine (Qwen3-TTS) performs the whole thing as a multi-voice cast. You can even clone voices, design new ones from a text description, and export to MP3 or a chaptered M4B for your audiobook player.<\/p>\n<p class=\"anp-pro-p\">The tool runs entirely on your own machine. It works with any OpenAI-compatible LLM, which means you can point it at a local model through LM Studio or Ollama and never send a single page of your book to the cloud, or pay anyone a cent. This is the kind of project that, a couple of years ago, would&#8217;ve been a startup with a waitlist and a subscription. Now it&#8217;s a free GitHub repo built by one person with Claude, and you can run it tonight!<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/jailbroken-kindle-features-3.jpg\" alt=\"\" style=\"display:block;margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">If you&#8217;ve ever tried to crochet before, you know the patterns read like a different language. They&#8217;re often badly written, crammed with abbreviations, and not even slightly beginner-friendly. Reddit user knowbit hit exactly that wall after picking up crochet to spend less time on his laptop, so he used Claude Code to build a web app to fix it!<\/p>\n<p class=\"anp-pro-p\">You upload a digital pattern, it rewrites the whole thing in plain words, and then walks you through it step by step. In his comment, he shared that a few of his friends who crochet saw it and started asking for login details. He set out to make one thing for himself, and accidentally built something other people wanted.<\/p>\n<p class=\"anp-pro-p\">I love to go on walks. Unfortunately, I don&#8217;t live in a walkable city, and since there&#8217;s no gym near me, I figured the best option was to get a walking pad. The problem with most of them, though, is the software. They come bundled with a proprietary app, a clunky remote, or both, and you&#8217;re stuck using whatever the manufacturer decided to ship. Reddit user pdawes had exactly this issue with his generic Chinese desk treadmill, so he used Claude Code to build his own Bluetooth remote app instead.<\/p>\n<p class=\"anp-pro-p\">This isn&#8217;t what I found cool about his project, though. He wired in the Google Maps API so he can &#8220;walk&#8221; between real destinations and watch his progress on a map or in Street View as he goes. A boring desk treadmill turned into a way to virtually stroll through anywhere on Earth! This is something I&#8217;ll be building for myself too, and you bet I&#8217;ll be traveling the world from my apartment, one walking session at a time.<\/p>\n<p class=\"anp-pro-p\">Reddit user horserino built something almost everyone has wished for at some point: a shared shopping list that sorts items by aisle, in the exact order he walks through his store. He shared that they used to manage this with a Google Sheet, which they describe as pretty cumbersome, and decided to vibe-code a replacement using Claude Code. While he didn&#8217;t share the app he built (which, unfortunately, a lot of people in these threads don&#8217;t), the idea itself is simple enough to picture: a pre-made list, already grouped into the order he walks the store, that he just checks items off into the next shopping run.<\/p>\n<p class=\"anp-pro-p\">The creator of the app calls it &#8220;much dumber&#8221; than it sounds and explains that there&#8217;s no clever dynamic sorting that hooks into store layouts or anything fancy like that. In fact, the only place AI does any live work is a natural-language input for adding new items, which he himself writes off as a &#8220;fancy extra.&#8221; That&#8217;s it.<\/p>\n<figure class=\"anp-pro-inline-figure\" style=\"margin:1.75em auto;text-align:center;max-width:100%\"><img decoding=\"async\" class=\"anp-pro-inline-img\" src=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/claude-code-terminal-homelab-setup.jpeg\" alt=\"\" style=\"display:block;margin:0 auto;max-width:100%;width:auto;height:auto;object-fit:contain;object-position:center\" loading=\"lazy\"><\/figure>\n<p class=\"anp-pro-p\">Now, you could point out that there are already apps on the App Store that already do aisle-sorting (similar to how people in the thread did), and that&#8217;s exactly why I picked this somewhat simple app for this list. The point was never that nothing as it existed. Instead, the point is that he didn&#8217;t have to settle for the generic version, bend his routine to fit how some app decided a store should be laid out, or pay for features he&#8217;d never use. He built the one that matched his store, his order, his household, in an afternoon.<\/p>\n<p class=\"anp-pro-p\">Not every project here is a quiet little utility. Some of them are gloriously petty, and this is the one that proves it. A user named Pankaj (@the2ndfloorguy on X) hooked his WHOOP band up to his work calendar to figure out, once and for all, which coworker stresses him out the most. Using Claude&#8217;s Fable model, he reverse-engineered WHOOP to extract his per-minute heart rate, then matched the spikes to his calendar events and to who was in the room for each one.<\/p>\n<p class=\"anp-pro-p\">The result is a ranked leaderboard of his colleagues by how much they raise his heart rate! It&#8217;s the kind of thing no company would ever build, no manager would ever approve, and frankly probably shouldn&#8217;t leave his laptop, which is exactly why it&#8217;s brilliant. He took a fitness tracker, a calendar, and a vague workplace grudge, and turned them into actual data.<\/p>\n<p class=\"anp-pro-p\">Reddit user curious_shawnyv built what he calls a &#8220;Tinder for dinner&#8221; app for him and his wife: a way to swipe through meal options and land on something they both feel like eating, instead of running the same &#8220;what do you want?,&#8221; &#8220;I don&#8217;t know&#8221; loop every single night.<\/p>\n<p class=\"anp-pro-p\">Both he and his wife have ADHD, and as he explains it, they tend to forget their options exist unless they can physically see them. So, the app is essentially an external memory aid. He built custom categories that match how they actually eat (takeout, sit-down, reheating from the freezer, or cooking from scratch) and a scheduler that determines which categories appear by default on any given day. None of that is something a generic meal-planning app would ever bother with, because it was designed around one household&#8217;s specific brains and habits.<\/p>\n<p class=\"anp-pro-p\">If you look closely at these tools, you&#8217;ll notice they&#8217;re designed to solve niche problems and are built to be customized for the user. And because the person building it is the same person using it, the tool fits their needs exactly. That&#8217;s what I wanted this piece to demonstrate.<\/p>\n<p class=\"anp-pro-p\">Off-the-shelf software is always a compromise. At best, it can get close enough to what you have in mind. But unless the developer can peek into your mind, there will always be a gap. There will always be a feature you wish it had, the option it forces on you, the one annoying thing you&#8217;ve learned to live with. When you build it yourself, &#8220;close enough&#8221; stops being the ceiling. And the barrier to doing that used to be years of learning to code. Now it&#8217;s an afternoon and a clear idea of what annoys you.<\/p>\n<aside class=\"anp-pro-aside\" aria-label=\"context\">\n<p class=\"anp-pro-kicker\">Why it matters<\/p>\n<p class=\"anp-pro-p\">News like this often changes audience expectations and competitors\u2019 plans.<\/p>\n<p class=\"anp-pro-p\">When one player makes a move, others usually react \u2014 it is worth reading the event in context.<\/p>\n<\/aside>\n<aside class=\"anp-pro-aside\" aria-label=\"outlook\">\n<p class=\"anp-pro-kicker\">What to look out for next<\/p>\n<p class=\"anp-pro-p\">The full picture will become clear in time, but the headline already shows the dynamics of the industry.<\/p>\n<p class=\"anp-pro-p\">Further statements and user reactions will add to the story.<\/p>\n<\/aside>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The topic I went looking for the most useful things people built with Claude Code, and &hellip; <a title=\"I went looking for the most useful things people built with Claude Code, and I found\u2026\" class=\"hm-read-more\" href=\"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/\"><span class=\"screen-reader-text\">I went looking for the most useful things people built with Claude Code, and I found\u2026<\/span>Read more<\/a><\/p>\n","protected":false},"author":0,"featured_media":19777,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[1257,297,1243,557,294],"class_list":["post-19776","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-innovate","tag-built","tag-claude","tag-code","tag-something","tag-user"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>I went looking for the most useful things people built with Claude Code, and I found\u2026 - innovatenews.site<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"I went looking for the most useful things people built with Claude Code, and I found\u2026 - innovatenews.site\" \/>\n<meta property=\"og:description\" content=\"The topic I went looking for the most useful things people built with Claude Code, and &hellip; I went looking for the most useful things people built with Claude Code, and I found\u2026Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/\" \/>\n<meta property=\"og:site_name\" content=\"innovatenews.site\" \/>\n<meta property=\"article:published_time\" content=\"2026-06-29T14:45:42+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-29T14:45:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/claude-code-on-macbook-and-ipad.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"I went looking for the most useful things people built with Claude Code, and I found\u2026\",\"datePublished\":\"2026-06-29T14:45:42+00:00\",\"dateModified\":\"2026-06-29T14:45:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/\"},\"wordCount\":1617,\"image\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/claude-code-on-macbook-and-ipad.jpeg\",\"keywords\":[\"Built\",\"Claude\",\"Code\",\"Something\",\"User\"],\"articleSection\":[\"Innovate\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/\",\"name\":\"I went looking for the most useful things people built with Claude Code, and I found\u2026 - innovatenews.site\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/claude-code-on-macbook-and-ipad.jpeg\",\"datePublished\":\"2026-06-29T14:45:42+00:00\",\"dateModified\":\"2026-06-29T14:45:47+00:00\",\"author\":{\"@id\":\"\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/#primaryimage\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/claude-code-on-macbook-and-ipad.jpeg\",\"contentUrl\":\"https:\\\/\\\/innovatenews.site\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/claude-code-on-macbook-and-ipad.jpeg\",\"width\":1600,\"height\":900},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/index.php\\\/2026\\\/06\\\/29\\\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/innovatenews.site\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"I went looking for the most useful things people built with Claude Code, and I found\u2026\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/innovatenews.site\\\/#website\",\"url\":\"https:\\\/\\\/innovatenews.site\\\/\",\"name\":\"innovatenews.site\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/innovatenews.site\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"I went looking for the most useful things people built with Claude Code, and I found\u2026 - innovatenews.site","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/","og_locale":"en_US","og_type":"article","og_title":"I went looking for the most useful things people built with Claude Code, and I found\u2026 - innovatenews.site","og_description":"The topic I went looking for the most useful things people built with Claude Code, and &hellip; I went looking for the most useful things people built with Claude Code, and I found\u2026Read more","og_url":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/","og_site_name":"innovatenews.site","article_published_time":"2026-06-29T14:45:42+00:00","article_modified_time":"2026-06-29T14:45:47+00:00","og_image":[{"width":1600,"height":900,"url":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/claude-code-on-macbook-and-ipad.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/#article","isPartOf":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/"},"author":{"name":"","@id":""},"headline":"I went looking for the most useful things people built with Claude Code, and I found\u2026","datePublished":"2026-06-29T14:45:42+00:00","dateModified":"2026-06-29T14:45:47+00:00","mainEntityOfPage":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/"},"wordCount":1617,"image":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/#primaryimage"},"thumbnailUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/claude-code-on-macbook-and-ipad.jpeg","keywords":["Built","Claude","Code","Something","User"],"articleSection":["Innovate"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/","url":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/","name":"I went looking for the most useful things people built with Claude Code, and I found\u2026 - innovatenews.site","isPartOf":{"@id":"https:\/\/innovatenews.site\/#website"},"primaryImageOfPage":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/#primaryimage"},"image":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/#primaryimage"},"thumbnailUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/claude-code-on-macbook-and-ipad.jpeg","datePublished":"2026-06-29T14:45:42+00:00","dateModified":"2026-06-29T14:45:47+00:00","author":{"@id":""},"breadcrumb":{"@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/#primaryimage","url":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/claude-code-on-macbook-and-ipad.jpeg","contentUrl":"https:\/\/innovatenews.site\/wp-content\/uploads\/2026\/06\/claude-code-on-macbook-and-ipad.jpeg","width":1600,"height":900},{"@type":"BreadcrumbList","@id":"https:\/\/innovatenews.site\/index.php\/2026\/06\/29\/i-went-looking-for-the-most-useful-things-people-built-with-claude-code-and-i-found\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/innovatenews.site\/"},{"@type":"ListItem","position":2,"name":"I went looking for the most useful things people built with Claude Code, and I found\u2026"}]},{"@type":"WebSite","@id":"https:\/\/innovatenews.site\/#website","url":"https:\/\/innovatenews.site\/","name":"innovatenews.site","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/innovatenews.site\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/19776","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/comments?post=19776"}],"version-history":[{"count":1,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/19776\/revisions"}],"predecessor-version":[{"id":19782,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/posts\/19776\/revisions\/19782"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/media\/19777"}],"wp:attachment":[{"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/media?parent=19776"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/categories?post=19776"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/innovatenews.site\/index.php\/wp-json\/wp\/v2\/tags?post=19776"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}