<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Can I Code This? — Changelog</title>
    <link>https://canicodethis.com/changelog/</link>
    <description>Every app, idea, and article added to the register, in order.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 26 Aug 2026 09:43:44 GMT</lastBuildDate>
    <atom:link xmlns:atom="http://www.w3.org/2005/Atom" href="https://canicodethis.com/changelog/feed.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>New app: Linear</title>
      <link>https://canicodethis.com/linear/</link>
      <guid isPermaLink="true">https://canicodethis.com/linear/</guid>
      <pubDate>Wed, 26 Aug 2026 12:00:00 GMT</pubDate>
      <description>Issues, statuses, and a board view are the same buildable core as every other task tracker on this register. Linear&apos;s actual differentiator isn&apos;t a feature — it&apos;s that everything feels instant, which is real, sustained interaction-engineering, not a checkbox.</description>
    </item>
    <item>
      <title>New app: Cursor</title>
      <link>https://canicodethis.com/cursor/</link>
      <guid isPermaLink="true">https://canicodethis.com/cursor/</guid>
      <pubDate>Wed, 26 Aug 2026 12:00:00 GMT</pubDate>
      <description>Adding AI completions to your existing editor via a plugin is genuinely achievable, and this register&apos;s own GitHub Copilot entry already covers exactly that. Cursor is a different, bigger undertaking underneath: an entire maintained fork of a code editor, not a plugin layered on top of one.</description>
    </item>
    <item>
      <title>New app: Perplexity</title>
      <link>https://canicodethis.com/perplexity/</link>
      <guid isPermaLink="true">https://canicodethis.com/perplexity/</guid>
      <pubDate>Wed, 26 Aug 2026 12:00:00 GMT</pubDate>
      <description>A single search-then-summarize call is a genuinely achievable weekend integration. A continuously-fresh, web-scale index plus real-time orchestration across multiple frontier models is the entire actual product, and it&apos;s server-farm-scale infrastructure, not a bigger version of the same weekend build.</description>
    </item>
    <item>
      <title>New idea: An AI Ad Copy Generator</title>
      <link>https://canicodethis.com/ideas/ai-ad-copy-generator/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/ai-ad-copy-generator/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>Genuinely one of the simpler builds here — a prompt template layer over an existing LLM API, not a proprietary model of your own.</description>
    </item>
    <item>
      <title>New idea: A Customer Support Shared Inbox</title>
      <link>https://canicodethis.com/ideas/customer-support-shared-inbox/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/customer-support-shared-inbox/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A human-staffed shared inbox — support email that becomes an assignable, trackable conversation — is a genuinely different, simpler build than an AI chatbot, closer to a well-organized email client than a specialist support platform.</description>
    </item>
    <item>
      <title>New idea: A Database With Custom Views</title>
      <link>https://canicodethis.com/ideas/database-with-custom-views/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/database-with-custom-views/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>One table, typed columns, a CRUD UI, and a form to add rows is standard, bounded work — multiple synchronized views over the same data, kept live as you edit any of them, is where the real depth is.</description>
    </item>
    <item>
      <title>New idea: An E-Signature Tool</title>
      <link>https://canicodethis.com/ideas/e-signature-tool/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/e-signature-tool/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>For genuinely low-stakes documents, a signature flow is a bounded, achievable build — upload a PDF, capture a signature, flatten it onto the page. The audit-trail and legal-recognition weight of a real e-signature product is the deeper, deliberately out-of-scope part.</description>
    </item>
    <item>
      <title>New idea: An Employee Time-Off Tracker</title>
      <link>https://canicodethis.com/ideas/employee-time-off-tracker/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/employee-time-off-tracker/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A time-off request flow — an employee submits, a manager approves, a calendar shows who&apos;s out — is genuinely one of the simpler builds on this register, well within reach for a small team.</description>
    </item>
    <item>
      <title>New idea: A Form Builder</title>
      <link>https://canicodethis.com/ideas/form-builder/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/form-builder/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A form builder with a handful of field types, storing responses, is genuinely well-bounded — one of the more approachable builds on this whole register.</description>
    </item>
    <item>
      <title>New idea: A Freelance Time Tracker</title>
      <link>https://canicodethis.com/ideas/freelance-time-tracker/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/freelance-time-tracker/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A start/stop timer logging billable hours against a client and project is genuinely one of the simpler builds on this whole register — well-bounded CRUD with a running clock, distinct from volunteer or personal time tracking in exactly one field: a billing rate.</description>
    </item>
    <item>
      <title>New idea: A Kanban Task Board</title>
      <link>https://canicodethis.com/ideas/kanban-task-board/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/kanban-task-board/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>Cards, lists, and drag-and-drop reordering is genuinely one of the more approachable builds here — existing kanban libraries handle the fiddly reordering math, leaving a straightforward schema and CRUD API underneath.</description>
    </item>
    <item>
      <title>New idea: A Markdown Note-Taking App</title>
      <link>https://canicodethis.com/ideas/markdown-note-taking-app/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/markdown-note-taking-app/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A markdown editor with live preview and local storage is genuinely one of the simpler builds on this whole register — mature, well-documented libraries handle the editor itself, leaving mostly straightforward CRUD underneath.</description>
    </item>
    <item>
      <title>New idea: A Meeting Booking Page</title>
      <link>https://canicodethis.com/ideas/meeting-booking-page/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/meeting-booking-page/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>Genuinely one of the more approachable builds on this whole register — Google Calendar and Microsoft Graph both expose free/busy lookups in a single API call, and the rest is bounded slot math and one transactional email.</description>
    </item>
    <item>
      <title>New idea: A Podcast Hosting Tool</title>
      <link>https://canicodethis.com/ideas/podcast-hosting-tool/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/podcast-hosting-tool/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>Hosting an audio file and generating an RSS feed is genuinely achievable — it&apos;s a specific, simple, well-documented XML format, not something to guess at. Automatic distribution and detailed analytics are the deeper, ongoing part.</description>
    </item>
    <item>
      <title>New idea: A Product Analytics Dashboard</title>
      <link>https://canicodethis.com/ideas/product-analytics-dashboard/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/product-analytics-dashboard/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>Logging a custom event and building a simple funnel chart is genuinely achievable — comprehensive behavioral cohort analysis at real product scale is the deeper, ongoing part this stays clear of.</description>
    </item>
    <item>
      <title>New idea: A Read-It-Later App</title>
      <link>https://canicodethis.com/ideas/read-it-later-app/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/read-it-later-app/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>Genuinely one of the simpler builds here — a browser extension sending a URL to your server, plus an existing readability library doing the hard part of content extraction.</description>
    </item>
    <item>
      <title>New idea: A Simple Bookkeeping Ledger</title>
      <link>https://canicodethis.com/ideas/simple-bookkeeping-ledger/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/simple-bookkeeping-ledger/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A personal or small-business ledger you use for your own tracking (not tax filing) is a genuinely implementable double-entry data model, the same core pattern behind this register&apos;s own QuickBooks and Xero entries.</description>
    </item>
    <item>
      <title>New idea: A Simple Online Store</title>
      <link>https://canicodethis.com/ideas/simple-online-store/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/simple-online-store/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A product catalog with Stripe Checkout is genuinely one of the more approachable builds here — the same core pattern behind every e-commerce entry in the register, scoped down to what a small storefront actually needs.</description>
    </item>
    <item>
      <title>New idea: A Social Media Post Scheduler</title>
      <link>https://canicodethis.com/ideas/social-media-post-scheduler/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/social-media-post-scheduler/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A queue, a composer, and a scheduled worker that posts at the right time is genuinely a real day&apos;s work for one or two platforms with open APIs — the whole product collapses into a script at that scale.</description>
    </item>
    <item>
      <title>New idea: A Workflow Automation Tool</title>
      <link>https://canicodethis.com/ideas/workflow-automation-tool/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/workflow-automation-tool/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>For a couple of personal services with a linear trigger-and-action, this is genuinely one of the simpler builds here — direct API calls in a small script, not a general routing platform.</description>
    </item>
    <item>
      <title>New idea: A Writing Proofreading Assistant</title>
      <link>https://canicodethis.com/ideas/writing-proofreading-assistant/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/writing-proofreading-assistant/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>A hotkey-triggered proofreader wrapping an existing LLM API covers most real usage — real-time inline underlining across every app, the way Grammarly works, is the deeper, deliberately out-of-scope part.</description>
    </item>
    <item>
      <title>New article: 5 Things You Should Never Vibe Code (And Why)</title>
      <link>https://canicodethis.com/learn/5-things-never-vibe-code/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/5-things-never-vibe-code/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>Five categories where this register&apos;s answer is always the same, not because it&apos;s hard, but because of who bears the risk when it&apos;s wrong. Real examples.</description>
    </item>
    <item>
      <title>New article: The 90/10 Rule for Build vs. Buy: We Checked the Data</title>
      <link>https://canicodethis.com/learn/90-10-rule-build-vs-buy/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/90-10-rule-build-vs-buy/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>The 90/10 rule says buy 90% of your software, build 10%. We checked it against 200+ real apps with real buildability scores. The real split isn&apos;t 90/10.</description>
    </item>
    <item>
      <title>New article: How to Write a Build Prompt an AI Agent Can Use</title>
      <link>https://canicodethis.com/learn/how-to-write-a-build-prompt/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/how-to-write-a-build-prompt/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>The difference between a vague prompt and a usable one, shown with a real before-and-after from this register&apos;s own history, not a made-up example.</description>
    </item>
    <item>
      <title>New article: The Real Cost of Maintaining What You Vibe Code</title>
      <link>https://canicodethis.com/learn/real-cost-of-maintaining-what-you-vibe-code/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/real-cost-of-maintaining-what-you-vibe-code/</guid>
      <pubDate>Tue, 25 Aug 2026 12:00:00 GMT</pubDate>
      <description>85% of buildable apps in this register cost $0/mo to host. The real ongoing cost isn&apos;t hosting bills — it&apos;s the maintenance no calculator prices.</description>
    </item>
    <item>
      <title>New app: Clockify</title>
      <link>https://canicodethis.com/clockify/</link>
      <guid isPermaLink="true">https://canicodethis.com/clockify/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>A start/stop timer logging time against a project, with a weekly summary, is genuinely one of the simpler builds on this whole register — well-bounded CRUD with a running clock.</description>
    </item>
    <item>
      <title>New app: Discourse</title>
      <link>https://canicodethis.com/discourse/</link>
      <guid isPermaLink="true">https://canicodethis.com/discourse/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Genuinely one of the more honest entries here: Discourse itself is free and open-source. What you&apos;d be paying for on their hosted plan is managed infrastructure, not the forum software — you can run the real thing yourself.</description>
    </item>
    <item>
      <title>New app: IFTTT</title>
      <link>https://canicodethis.com/ifttt/</link>
      <guid isPermaLink="true">https://canicodethis.com/ifttt/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s Zapier and Make reasoning at an even simpler scale: one trigger leading to one action, for personal, hobbyist use, is genuinely one of the more approachable builds here.</description>
    </item>
    <item>
      <title>New app: Tally</title>
      <link>https://canicodethis.com/tally/</link>
      <guid isPermaLink="true">https://canicodethis.com/tally/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Typeform and Jotform&apos;s exact buildable shape: a form builder with a handful of field types, storing responses, is genuinely well-bounded — this register&apos;s own build spec for this category applies directly.</description>
    </item>
    <item>
      <title>New app: Amplitude</title>
      <link>https://canicodethis.com/amplitude/</link>
      <guid isPermaLink="true">https://canicodethis.com/amplitude/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Mixpanel&apos;s exact reasoning: logging custom events and building a simple funnel chart is genuinely achievable. Comprehensive behavioral cohort analysis at real product scale is the deeper, ongoing part.</description>
    </item>
    <item>
      <title>New app: Clay</title>
      <link>https://canicodethis.com/clay/</link>
      <guid isPermaLink="true">https://canicodethis.com/clay/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>A personal contact list with notes and reminders to stay in touch is genuinely simple CRUD. Automatically enriching contacts with data pulled from elsewhere and suggesting who to reach out to is where the real depth starts.</description>
    </item>
    <item>
      <title>New app: Drift</title>
      <link>https://canicodethis.com/drift/</link>
      <guid isPermaLink="true">https://canicodethis.com/drift/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Intercom&apos;s exact buildable core: a chat widget and message routing is genuinely achievable. Automatically qualifying leads and routing them to the right salesperson based on conversation content is the deeper part.</description>
    </item>
    <item>
      <title>New app: FullStory</title>
      <link>https://canicodethis.com/fullstory/</link>
      <guid isPermaLink="true">https://canicodethis.com/fullstory/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Hotjar&apos;s exact reasoning: recording and replaying basic user interactions on your own site is a genuinely achievable weekend project. Reconstructing a smooth, accurate pixel-level session replay at scale is where the real depth is.</description>
    </item>
    <item>
      <title>New app: Help Scout</title>
      <link>https://canicodethis.com/help-scout/</link>
      <guid isPermaLink="true">https://canicodethis.com/help-scout/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Front&apos;s exact shape — a shared inbox where support emails become assignable, trackable conversations is genuinely achievable, closer to a well-organized email client than a specialist support platform.</description>
    </item>
    <item>
      <title>New app: ngrok</title>
      <link>https://canicodethis.com/ngrok/</link>
      <guid isPermaLink="true">https://canicodethis.com/ngrok/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Forwarding a single local port through an existing tunneling library is a bounded, achievable integration for personal use. Running a reliable, secure public tunneling service at scale is real networking infrastructure.</description>
    </item>
    <item>
      <title>New app: PagerDuty</title>
      <link>https://canicodethis.com/pagerduty/</link>
      <guid isPermaLink="true">https://canicodethis.com/pagerduty/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>A webhook that sends you a notification when something fails is genuinely simple. Reliable, escalating on-call alerting — trying person A, then B, then the whole team, at 3am, without fail — is where the real depth is.</description>
    </item>
    <item>
      <title>New app: Podbean</title>
      <link>https://canicodethis.com/podbean/</link>
      <guid isPermaLink="true">https://canicodethis.com/podbean/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s Buzzsprout reasoning: hosting an audio file and generating an RSS feed is genuinely achievable. Automatic distribution to every podcast directory and detailed analytics are the deeper, ongoing part.</description>
    </item>
    <item>
      <title>New app: Robin</title>
      <link>https://canicodethis.com/robin/</link>
      <guid isPermaLink="true">https://canicodethis.com/robin/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Booking a desk or meeting room for a time slot shares this register&apos;s own booking-system pattern closely. Real-time availability sync across a whole office, with conflict prevention at scale, is the fiddlier depth.</description>
    </item>
    <item>
      <title>New app: ShipStation</title>
      <link>https://canicodethis.com/shipstation/</link>
      <guid isPermaLink="true">https://canicodethis.com/shipstation/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s Shippo reasoning: calling one carrier&apos;s shipping API to buy a label is a bounded integration. Aggregating rates and order management across many carriers and storefronts is the ongoing depth.</description>
    </item>
    <item>
      <title>New app: Auth0</title>
      <link>https://canicodethis.com/auth0/</link>
      <guid isPermaLink="true">https://canicodethis.com/auth0/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Adding login to your own app is genuinely achievable with an established library — this register&apos;s own build prompts do it constantly. Being the trusted identity layer other companies&apos; applications rely on is a different, security-critical role, the same reasoning as this register&apos;s own two-factor-auth idea.</description>
    </item>
    <item>
      <title>New app: Bubble</title>
      <link>https://canicodethis.com/bubble/</link>
      <guid isPermaLink="true">https://canicodethis.com/bubble/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Webflow&apos;s no-code-editor reasoning at a deeper level: a visual editor for building an entire app&apos;s logic and data model, not just a page layout, is a genuinely larger and harder engineering problem.</description>
    </item>
    <item>
      <title>New app: Cloudflare</title>
      <link>https://canicodethis.com/cloudflare/</link>
      <guid isPermaLink="true">https://canicodethis.com/cloudflare/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>The exact same honest, self-referential answer as this register&apos;s Vercel entry — because this site itself runs on Cloudflare. A global edge network, DDoS protection, and CDN infrastructure at real scale is precisely the kind of thing worth renting, and this site&apos;s own build choices already reflect that.</description>
    </item>
    <item>
      <title>New app: Coursera</title>
      <link>https://canicodethis.com/coursera/</link>
      <guid isPermaLink="true">https://canicodethis.com/coursera/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Spotify&apos;s exact reasoning: a video player and progress tracker is simple software. The catalog — licensed courses from real universities and companies, with real credentials — is the entire product, and that&apos;s licensing and accreditation, not code.</description>
    </item>
    <item>
      <title>New app: Datadog</title>
      <link>https://canicodethis.com/datadog/</link>
      <guid isPermaLink="true">https://canicodethis.com/datadog/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Logging a metric and charting it is simple. Correlating logs, metrics, and traces across a whole distributed system in real time, at scale, is genuine infrastructure engineering most companies rightly rent rather than build.</description>
    </item>
    <item>
      <title>New app: Firebase</title>
      <link>https://canicodethis.com/firebase/</link>
      <guid isPermaLink="true">https://canicodethis.com/firebase/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>A different case from this register&apos;s Supabase entry: Firebase&apos;s real-time sync engine and global infrastructure are Google&apos;s proprietary technology, not an open-source core you could self-host instead. The managed service isn&apos;t optional convenience here — it&apos;s the only way to get this specific technology.</description>
    </item>
    <item>
      <title>New app: GitLab</title>
      <link>https://canicodethis.com/gitlab/</link>
      <guid isPermaLink="true">https://canicodethis.com/gitlab/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Git hosting itself is a solved, well-documented protocol. A full DevOps platform — CI/CD pipelines, container registries, security scanning, and issue tracking all running reliably at scale — is real, extensive infrastructure most companies rightly rent.</description>
    </item>
    <item>
      <title>New app: Indeed</title>
      <link>https://canicodethis.com/indeed/</link>
      <guid isPermaLink="true">https://canicodethis.com/indeed/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s LinkedIn Recruiter and OpenTable reasoning exactly: a job-listing page for your own openings is genuinely buildable. Indeed&apos;s real value is the job-seeker audience already searching there, which no new listing page starts with.</description>
    </item>
    <item>
      <title>New app: Ironclad</title>
      <link>https://canicodethis.com/ironclad/</link>
      <guid isPermaLink="true">https://canicodethis.com/ironclad/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s DocuSign reasoning at a deeper layer: sending one document for signature is simple. Multi-stage approval workflows across legal, finance, and management, with a full audit trail, is real enterprise workflow engineering.</description>
    </item>
    <item>
      <title>New app: Noom</title>
      <link>https://canicodethis.com/noom/</link>
      <guid isPermaLink="true">https://canicodethis.com/noom/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s Bench reasoning closely: logging food and weight is simple software. The actual product is a structured behavioral-psychology program with real human coaches, and no amount of good code replaces that.</description>
    </item>
    <item>
      <title>New app: Rippling</title>
      <link>https://canicodethis.com/rippling/</link>
      <guid isPermaLink="true">https://canicodethis.com/rippling/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s HubSpot and Kajabi reasoning: individual features (employee records, device tracking, payroll) each score reasonably on their own. The actual pitch is one unified system doing all of it together — an integration-ecosystem moat, not any single hard feature.</description>
    </item>
    <item>
      <title>New app: Snyk</title>
      <link>https://canicodethis.com/snyk/</link>
      <guid isPermaLink="true">https://canicodethis.com/snyk/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Checking one dependency against one known vulnerability is simple. Maintaining a continuously-updated, comprehensive vulnerability database across every language&apos;s package ecosystem is real, ongoing security research most individuals shouldn&apos;t try to replicate.</description>
    </item>
    <item>
      <title>New app: Soundtrap</title>
      <link>https://canicodethis.com/soundtrap/</link>
      <guid isPermaLink="true">https://canicodethis.com/soundtrap/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>A real-time collaborative audio workstation — multiple people editing overlapping tracks together with low-latency playback — is genuine audio-engineering territory, the sound equivalent of Figma&apos;s canvas-rendering-engine problem.</description>
    </item>
    <item>
      <title>New app: Upwork</title>
      <link>https://canicodethis.com/upwork/</link>
      <guid isPermaLink="true">https://canicodethis.com/upwork/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s two-sided-marketplace reasoning directly: listing your own freelance profile or job posting is buildable software. The value is millions of freelancers and clients already on the same platform, which no new marketplace starts with.</description>
    </item>
    <item>
      <title>New app: Wealthfront</title>
      <link>https://canicodethis.com/wealthfront/</link>
      <guid isPermaLink="true">https://canicodethis.com/wealthfront/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>A dashboard showing a portfolio is genuinely buildable. Being a registered investment advisor that automatically manages real client money is regulated financial infrastructure requiring licensing individuals cannot legally operate without — the same category as this register&apos;s Robinhood and Stripe entries.</description>
    </item>
    <item>
      <title>New app: Wix</title>
      <link>https://canicodethis.com/wix/</link>
      <guid isPermaLink="true">https://canicodethis.com/wix/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Webflow and Squarespace&apos;s reasoning: a single-page or small-business site is genuinely buildable. Wix&apos;s proprietary drag-anywhere editor engine and massive third-party app marketplace represent years of platform investment beyond any one site.</description>
    </item>
    <item>
      <title>New idea: A Job Application Tracker</title>
      <link>https://canicodethis.com/ideas/job-application-tracker/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/job-application-tracker/</guid>
      <pubDate>Fri, 21 Aug 2026 12:00:00 GMT</pubDate>
      <description>A pipeline of applied, interviewing, offer, and rejected, with notes and follow-up reminders per company, is genuinely simple CRUD — one of the more approachable builds in this library, and something people already improvise in a spreadsheet or Airtable.</description>
    </item>
    <item>
      <title>New app: Wispr Flow</title>
      <link>https://canicodethis.com/wispr-flow/</link>
      <guid isPermaLink="true">https://canicodethis.com/wispr-flow/</guid>
      <pubDate>Tue, 18 Aug 2026 12:00:00 GMT</pubDate>
      <description>A hotkey that records your voice, sends it to a speech-to-text API, and pastes the result into whatever field you were typing in is a genuine weekend build. What you won&apos;t match in a weekend is the latency, and latency is the entire experience.</description>
    </item>
    <item>
      <title>New article: How Much Does It Cost to Build a SaaS With AI?</title>
      <link>https://canicodethis.com/learn/how-much-does-it-cost-to-build-a-saas-with-ai/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/how-much-does-it-cost-to-build-a-saas-with-ai/</guid>
      <pubDate>Tue, 18 Aug 2026 12:00:00 GMT</pubDate>
      <description>Real numbers from 173 reviewed apps: what an AI agent build actually costs in agent usage and hosting, not a guess.</description>
    </item>
    <item>
      <title>New article: MVP Scope: What to Build First (and What to Cut)</title>
      <link>https://canicodethis.com/learn/mvp-scope-what-to-build-first/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/mvp-scope-what-to-build-first/</guid>
      <pubDate>Tue, 18 Aug 2026 12:00:00 GMT</pubDate>
      <description>The single most common reason a vibe-coded weekend project fails isn&apos;t the code — it&apos;s scope. Every idea on this register splits its build into an MVP and a v2 for exactly this reason.</description>
    </item>
    <item>
      <title>New article: SaaS Apps With Real Moats: 5 Reasons to Just Pay</title>
      <link>https://canicodethis.com/learn/saas-apps-with-real-moats/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/saas-apps-with-real-moats/</guid>
      <pubDate>Tue, 18 Aug 2026 12:00:00 GMT</pubDate>
      <description>Every JUST PAY verdict on this register has a specific, different reason — not just &apos;it&apos;s hard.&apos; Five real categories of moat, with real examples.</description>
    </item>
    <item>
      <title>New article: AI Coding Agents: Subscription vs. Pay-Per-Use</title>
      <link>https://canicodethis.com/learn/subscription-vs-pay-per-use-ai-agents/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/subscription-vs-pay-per-use-ai-agents/</guid>
      <pubDate>Tue, 18 Aug 2026 12:00:00 GMT</pubDate>
      <description>The two ways to pay for an AI coding agent lead to genuinely different decisions about what&apos;s worth building. Here&apos;s the actual tradeoff, not a tool recommendation.</description>
    </item>
    <item>
      <title>New article: The Vibe Coding Stack: What to Actually Use</title>
      <link>https://canicodethis.com/learn/the-vibe-coding-stack/</link>
      <guid isPermaLink="true">https://canicodethis.com/learn/the-vibe-coding-stack/</guid>
      <pubDate>Tue, 18 Aug 2026 12:00:00 GMT</pubDate>
      <description>The same handful of tools show up in almost every build prompt on this register. Here&apos;s what they are and why, including where this site itself draws the line at &apos;just use this instead.&apos;</description>
    </item>
    <item>
      <title>New app: Bannerbear</title>
      <link>https://canicodethis.com/bannerbear/</link>
      <guid isPermaLink="true">https://canicodethis.com/bannerbear/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Generating a branded image from a template by swapping in text and data is well-documented compositing work — genuinely achievable, closer to this register&apos;s QR-code and background-removal simplicity than a design tool&apos;s rendering-engine complexity.</description>
    </item>
    <item>
      <title>New app: DeepL</title>
      <link>https://canicodethis.com/deepl/</link>
      <guid isPermaLink="true">https://canicodethis.com/deepl/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Sending text to an existing translation API and returning the result is a thin, honest wrapper — you&apos;re integrating an existing translation model, not building one.</description>
    </item>
    <item>
      <title>New app: Obsidian</title>
      <link>https://canicodethis.com/obsidian/</link>
      <guid isPermaLink="true">https://canicodethis.com/obsidian/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>The core app itself is free — local markdown files with backlinks parsed between them is genuinely achievable, well-documented work. The paid tier is really just their optional sync and publish add-ons, not the note-taking itself.</description>
    </item>
    <item>
      <title>New app: Senja</title>
      <link>https://canicodethis.com/senja/</link>
      <guid isPermaLink="true">https://canicodethis.com/senja/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>A form collecting a quote or short video, and a widget displaying them, is genuinely simple CRUD plus a file upload — one of the more approachable builds in the whole register.</description>
    </item>
    <item>
      <title>New app: ZeroBounce</title>
      <link>https://canicodethis.com/zerobounce/</link>
      <guid isPermaLink="true">https://canicodethis.com/zerobounce/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Checking whether an email address is likely valid is a well-documented pattern combining format checks and a mail-server handshake — genuinely one of the more approachable builds on this register.</description>
    </item>
    <item>
      <title>New app: Apify</title>
      <link>https://canicodethis.com/apify/</link>
      <guid isPermaLink="true">https://canicodethis.com/apify/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>For your own small-scale scraping needs, a headless-browser script genuinely works well and costs nothing — the same &apos;self-hosted covers personal scale&apos; pattern as this register&apos;s Algolia entry. Reliable scraping across thousands of hostile, anti-bot-protected sites at scale is the real infrastructure.</description>
    </item>
    <item>
      <title>New app: Clerky</title>
      <link>https://canicodethis.com/clerky/</link>
      <guid isPermaLink="true">https://canicodethis.com/clerky/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Filling a standard incorporation document template shares this register&apos;s DocuSign-style build pattern. Cap table math and legal correctness for equity issuance carry real financial and legal weight that basic templating doesn&apos;t cover.</description>
    </item>
    <item>
      <title>New app: ElevenLabs</title>
      <link>https://canicodethis.com/elevenlabs/</link>
      <guid isPermaLink="true">https://canicodethis.com/elevenlabs/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s text-to-speech idea&apos;s exact shape: calling an existing voice-synthesis API is a thin, achievable wrapper. Cloning a specific real person&apos;s voice is a different, more sensitive capability with real consent stakes.</description>
    </item>
    <item>
      <title>New app: Gong</title>
      <link>https://canicodethis.com/gong/</link>
      <guid isPermaLink="true">https://canicodethis.com/gong/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Recording and transcribing sales calls shares this register&apos;s Otter.ai build pattern closely. Extracting genuinely useful sales-coaching insights from that transcript — not just words, but what actually predicts a deal closing — is real, separate applied analysis.</description>
    </item>
    <item>
      <title>New app: Lob</title>
      <link>https://canicodethis.com/lob/</link>
      <guid isPermaLink="true">https://canicodethis.com/lob/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Calling an existing print-and-mail API to send a physical letter or postcard is a bounded, well-documented integration. Actually running the print facilities and postal logistics behind it is real physical infrastructure, not something to replicate.</description>
    </item>
    <item>
      <title>New app: Resend</title>
      <link>https://canicodethis.com/resend/</link>
      <guid isPermaLink="true">https://canicodethis.com/resend/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Recommended constantly throughout this register&apos;s own build prompts as the email component, and worth reviewing honestly: sending one email via SMTP is trivial. Reaching real inboxes reliably at any volume is an ongoing reputation problem, not a one-time build.</description>
    </item>
    <item>
      <title>New app: Smile.io</title>
      <link>https://canicodethis.com/smile-io/</link>
      <guid isPermaLink="true">https://canicodethis.com/smile-io/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>A points ledger and reward redemption is genuinely bounded CRUD. Integrating cleanly across many different e-commerce platforms, each with their own checkout flow, is the real, ongoing depth.</description>
    </item>
    <item>
      <title>New app: Adobe Premiere Pro</title>
      <link>https://canicodethis.com/adobe-premiere-pro/</link>
      <guid isPermaLink="true">https://canicodethis.com/adobe-premiere-pro/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s video-editing moat: a real-time, frame-accurate video editing engine handling multiple tracks, effects, and color grading is specialist rendering engineering refined over decades, not a weekend feature.</description>
    </item>
    <item>
      <title>New app: ChatGPT Plus</title>
      <link>https://canicodethis.com/chatgpt-plus/</link>
      <guid isPermaLink="true">https://canicodethis.com/chatgpt-plus/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>The honest, humble entry: a chat UI calling an LLM API is genuinely simple, this register&apos;s own ideas do it constantly. Training a competitive foundation model from scratch is a different order of magnitude entirely — genuinely not a weekend, or a year, project.</description>
    </item>
    <item>
      <title>New app: Deel</title>
      <link>https://canicodethis.com/deel/</link>
      <guid isPermaLink="true">https://canicodethis.com/deel/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares this register&apos;s Ramp and Bench reasoning: a payroll dashboard is buildable software. Correctly navigating employment law and tax withholding across dozens of countries is regulated compliance infrastructure, not a coding project.</description>
    </item>
    <item>
      <title>New app: HelloFresh</title>
      <link>https://canicodethis.com/hellofresh/</link>
      <guid isPermaLink="true">https://canicodethis.com/hellofresh/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>The app half — browsing recipes, planning a week, generating a shopping list — is exactly what this register&apos;s own recipe-organizer idea already covers. Sourcing, portioning, and cold-chain shipping real ingredients to someone&apos;s door is physical logistics, not code.</description>
    </item>
    <item>
      <title>New app: LinkedIn Recruiter</title>
      <link>https://canicodethis.com/linkedin-recruiter/</link>
      <guid isPermaLink="true">https://canicodethis.com/linkedin-recruiter/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>A candidate database and outreach tracker for your own contacts is genuinely buildable, similar to this register&apos;s Apollo case. LinkedIn&apos;s real value is a professional network hundreds of millions of people already maintain — that has no code equivalent.</description>
    </item>
    <item>
      <title>New app: Robinhood</title>
      <link>https://canicodethis.com/robinhood/</link>
      <guid isPermaLink="true">https://canicodethis.com/robinhood/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>A portfolio dashboard showing your own holdings is genuinely buildable. Being a licensed broker-dealer that executes real trades on real exchanges is heavily regulated financial infrastructure that individuals cannot legally operate without registration.</description>
    </item>
    <item>
      <title>New app: Splice</title>
      <link>https://canicodethis.com/splice/</link>
      <guid isPermaLink="true">https://canicodethis.com/splice/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Spotify&apos;s exact problem: a file browser and audio player is simple software. The catalog — millions of licensed, royalty-cleared samples from real producers — is the entire product, and that&apos;s licensing, not code.</description>
    </item>
    <item>
      <title>New app: Spline</title>
      <link>https://canicodethis.com/spline/</link>
      <guid isPermaLink="true">https://canicodethis.com/spline/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Shares Figma&apos;s canvas-rendering-engine problem, with a third dimension added — a real-time, precise 3D scene editor in the browser is genuinely harder than 2D, specialist graphics engineering most builds never approach.</description>
    </item>
    <item>
      <title>New app: Stripe</title>
      <link>https://canicodethis.com/stripe/</link>
      <guid isPermaLink="true">https://canicodethis.com/stripe/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Referenced in nearly every build prompt on this site as the payments component, and worth reviewing directly: PCI compliance, banking partnerships, and fraud detection at real scale are regulated financial infrastructure that individual developers cannot legally or practically replicate.</description>
    </item>
    <item>
      <title>New app: Supabase</title>
      <link>https://canicodethis.com/supabase/</link>
      <guid isPermaLink="true">https://canicodethis.com/supabase/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>Genuinely nuanced: the database engine underneath (Postgres) is free, open-source, and referenced constantly in this register&apos;s own stack recommendations. What you&apos;re paying for is managed hosting, auth, and realtime layered on top — convenience, not the core technology.</description>
    </item>
    <item>
      <title>New app: Vercel</title>
      <link>https://canicodethis.com/vercel/</link>
      <guid isPermaLink="true">https://canicodethis.com/vercel/</guid>
      <pubDate>Mon, 17 Aug 2026 12:00:00 GMT</pubDate>
      <description>This site&apos;s own build prompts recommend Vercel or Cloudflare Pages constantly — worth being honest about why: global edge infrastructure, instant preview deployments, and automatic scaling are precisely the kind of thing you rent, not build, even for a site whose whole premise is build-it-yourself.</description>
    </item>
    <item>
      <title>New idea: An AI Quiz Generator From My Notes</title>
      <link>https://canicodethis.com/ideas/ai-quiz-generator-from-notes/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/ai-quiz-generator-from-notes/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Sending your notes to an LLM API and asking for quiz questions back is a well-crafted, achievable prompt. Getting genuinely good, non-repetitive questions across many study sessions takes real prompt-tuning care.</description>
    </item>
    <item>
      <title>New idea: An AI Text-to-Speech Narration Tool</title>
      <link>https://canicodethis.com/ideas/ai-text-to-speech-narration-tool/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/ai-text-to-speech-narration-tool/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Sending text to an existing text-to-speech API and returning an audio file is mostly a thin, honest wrapper — you&apos;re integrating an existing voice model, not building one.</description>
    </item>
    <item>
      <title>New idea: A Call Recording and Transcription Tool</title>
      <link>https://canicodethis.com/ideas/call-recording-transcription-tool/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/call-recording-transcription-tool/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Recording a call and running it through an existing speech-to-text API is genuinely achievable. Actually connecting to phone lines to capture the call in the first place needs real telephony infrastructure, not just transcription.</description>
    </item>
    <item>
      <title>New idea: A Citation and Bibliography Manager</title>
      <link>https://canicodethis.com/ideas/citation-bibliography-manager/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/citation-bibliography-manager/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Storing sources and formatting them into a citation style is mostly well-specified templating work — citation formats are documented standards, not a research problem.</description>
    </item>
    <item>
      <title>New idea: A Custom Quiz/Trivia Game App</title>
      <link>https://canicodethis.com/ideas/custom-quiz-trivia-game-app/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/custom-quiz-trivia-game-app/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>A host screen and player screens synced over WebSockets, showing a question and tallying answers, is a genuinely achievable real-time build — the entertainment counterpart to this register&apos;s live-polling idea.</description>
    </item>
    <item>
      <title>New idea: A Digital Tip Jar / Donation Page</title>
      <link>https://canicodethis.com/ideas/digital-tip-jar-donation-page/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/digital-tip-jar-donation-page/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>A page with a Stripe payment button and a thank-you message is about as simple as accepting money online gets — genuinely one of the more approachable builds here.</description>
    </item>
    <item>
      <title>New idea: An Event Ticket Sales Page</title>
      <link>https://canicodethis.com/ideas/event-ticket-sales-page/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/event-ticket-sales-page/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>A page describing an event with a Stripe Checkout button and a generated ticket is genuinely simple — one of the more approachable builds in this library.</description>
    </item>
    <item>
      <title>New idea: A Group Decision Polling Tool</title>
      <link>https://canicodethis.com/ideas/group-decision-polling-tool/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/group-decision-polling-tool/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>A poll with a few options and a shareable link is genuinely simple — the same shape as this register&apos;s Doodle build, just deciding on an option instead of a meeting time.</description>
    </item>
    <item>
      <title>New idea: A Personal Subscription Tracker</title>
      <link>https://canicodethis.com/ideas/personal-subscription-tracker/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/personal-subscription-tracker/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>A list of your own subscriptions with renewal dates and a running total is genuinely simple CRUD — fittingly, given this whole site exists to help you decide which of those subscriptions to keep.</description>
    </item>
    <item>
      <title>New idea: A Pet Health Record Tracker</title>
      <link>https://canicodethis.com/ideas/pet-health-record-tracker/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/pet-health-record-tracker/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Vaccination dates, vet visit notes, and weight logs for a pet are a small, well-understood data model — genuinely one of the simpler builds in this library.</description>
    </item>
    <item>
      <title>New idea: A Product Changelog Page</title>
      <link>https://canicodethis.com/ideas/product-changelog-page/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/product-changelog-page/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>A list of dated entries describing what changed is about as simple a content tool as exists on this whole register.</description>
    </item>
    <item>
      <title>New idea: A Raffle/Giveaway Winner Picker</title>
      <link>https://canicodethis.com/ideas/raffle-giveaway-picker/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/raffle-giveaway-picker/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Collecting entries and picking a random winner is about as small a build as this library has — a form, a list, and one call to a random number generator.</description>
    </item>
    <item>
      <title>New idea: A Recipe Organizer and Meal-Prep Planner</title>
      <link>https://canicodethis.com/ideas/recipe-organizer-meal-prep-planner/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/recipe-organizer-meal-prep-planner/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Saving your own recipes and dragging them onto a weekly calendar is well-bounded CRUD with no AI generation involved — genuinely simpler than an AI meal planner, just organizing recipes you already have.</description>
    </item>
    <item>
      <title>New idea: A Rental Property Management Tool</title>
      <link>https://canicodethis.com/ideas/rental-property-management-tool/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/rental-property-management-tool/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Tracking tenants, leases, and rent payments for a handful of properties is genuinely bounded CRUD. Automated rent collection and maintenance-request routing add real, separate scope.</description>
    </item>
    <item>
      <title>New idea: Scheduled Time-Capsule Messages</title>
      <link>https://canicodethis.com/ideas/scheduled-time-capsule-messages/</link>
      <guid isPermaLink="true">https://canicodethis.com/ideas/scheduled-time-capsule-messages/</guid>
      <pubDate>Sun, 16 Aug 2026 12:00:00 GMT</pubDate>
      <description>Write a message now, deliver it by email on a future date — genuinely one of the simplest ideas in this whole library, just a form and a scheduled job.</description>
    </item>
  </channel>
</rss>
