Home → Changelog CHANGELOG · 150 RECENT ENTRIES
Changelog Every app, idea, and article added to this register, newest first. Real dates from this site's own commit history, not a rounded-off approximation — an app's date here is the day it was actually reviewed and added, not just the month. RSS feed if you'd rather follow it that way.
2026-08-26
New app LinearIssues, statuses, and a board view are the same buildable core as every other task tracker on this register. Linear's actual differentiator isn't a feature — it's that everything feels instant, which is real, sustained interaction-engineering, not a checkbox. New app CursorAdding AI completions to your existing editor via a plugin is genuinely achievable, and this register'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. New app PerplexityA 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's server-farm-scale infrastructure, not a bigger version of the same weekend build. 2026-08-25
New idea An AI Ad Copy GeneratorGenuinely one of the simpler builds here — a prompt template layer over an existing LLM API, not a proprietary model of your own. New idea A Customer Support Shared InboxA 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. New idea A Database With Custom ViewsOne 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. New idea An E-Signature ToolFor 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. New idea An Employee Time-Off TrackerA time-off request flow — an employee submits, a manager approves, a calendar shows who's out — is genuinely one of the simpler builds on this register, well within reach for a small team. New idea A Form BuilderA form builder with a handful of field types, storing responses, is genuinely well-bounded — one of the more approachable builds on this whole register. New idea A Freelance Time TrackerA 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. New idea A Kanban Task BoardCards, 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. New idea A Markdown Note-Taking AppA 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. New idea A Meeting Booking PageGenuinely 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. New idea A Podcast Hosting ToolHosting an audio file and generating an RSS feed is genuinely achievable — it's a specific, simple, well-documented XML format, not something to guess at. Automatic distribution and detailed analytics are the deeper, ongoing part. New idea A Product Analytics DashboardLogging 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. New idea A Read-It-Later AppGenuinely 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. New idea A Simple Bookkeeping LedgerA 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's own QuickBooks and Xero entries. New idea A Simple Online StoreA 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. New idea A Social Media Post SchedulerA queue, a composer, and a scheduled worker that posts at the right time is genuinely a real day's work for one or two platforms with open APIs — the whole product collapses into a script at that scale. New idea A Workflow Automation ToolFor 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. New idea A Writing Proofreading AssistantA 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. New article 5 Things You Should Never Vibe Code (And Why)Five categories where this register's answer is always the same, not because it's hard, but because of who bears the risk when it's wrong. Real examples. New article The 90/10 Rule for Build vs. Buy: We Checked the DataThe 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't 90/10. New article How to Write a Build Prompt an AI Agent Can UseThe difference between a vague prompt and a usable one, shown with a real before-and-after from this register's own history, not a made-up example. New article The Real Cost of Maintaining What You Vibe Code85% of buildable apps in this register cost $0/mo to host. The real ongoing cost isn't hosting bills — it's the maintenance no calculator prices. 2026-08-21
New app ClockifyA 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. New app DiscourseGenuinely one of the more honest entries here: Discourse itself is free and open-source. What you'd be paying for on their hosted plan is managed infrastructure, not the forum software — you can run the real thing yourself. New app IFTTTShares this register'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. New app TallyShares Typeform and Jotform's exact buildable shape: a form builder with a handful of field types, storing responses, is genuinely well-bounded — this register's own build spec for this category applies directly. New app AmplitudeShares Mixpanel'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. New app ClayA 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. New app DriftShares Intercom'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. New app FullStoryShares Hotjar'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. New app Help ScoutShares Front'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. New app ngrokForwarding 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. New app PagerDutyA 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. New app PodbeanShares this register'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. New app RobinBooking a desk or meeting room for a time slot shares this register's own booking-system pattern closely. Real-time availability sync across a whole office, with conflict prevention at scale, is the fiddlier depth. New app ShipStationShares this register's Shippo reasoning: calling one carrier'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. New app Auth0Adding login to your own app is genuinely achievable with an established library — this register's own build prompts do it constantly. Being the trusted identity layer other companies' applications rely on is a different, security-critical role, the same reasoning as this register's own two-factor-auth idea. New app BubbleShares Webflow's no-code-editor reasoning at a deeper level: a visual editor for building an entire app's logic and data model, not just a page layout, is a genuinely larger and harder engineering problem. New app CloudflareThe exact same honest, self-referential answer as this register'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's own build choices already reflect that. New app CourseraShares Spotify'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's licensing and accreditation, not code. New app DatadogLogging 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. New app FirebaseA different case from this register's Supabase entry: Firebase's real-time sync engine and global infrastructure are Google's proprietary technology, not an open-source core you could self-host instead. The managed service isn't optional convenience here — it's the only way to get this specific technology. New app GitLabGit 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. New app IndeedShares this register's LinkedIn Recruiter and OpenTable reasoning exactly: a job-listing page for your own openings is genuinely buildable. Indeed's real value is the job-seeker audience already searching there, which no new listing page starts with. New app IroncladShares this register'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. New app NoomShares this register'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. New app RipplingShares this register'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. New app SnykChecking one dependency against one known vulnerability is simple. Maintaining a continuously-updated, comprehensive vulnerability database across every language's package ecosystem is real, ongoing security research most individuals shouldn't try to replicate. New app SoundtrapA 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's canvas-rendering-engine problem. New app UpworkShares this register'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. New app WealthfrontA 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's Robinhood and Stripe entries. New app WixShares Webflow and Squarespace's reasoning: a single-page or small-business site is genuinely buildable. Wix's proprietary drag-anywhere editor engine and massive third-party app marketplace represent years of platform investment beyond any one site. New idea A Job Application TrackerA 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. 2026-08-17
New app BannerbearGenerating a branded image from a template by swapping in text and data is well-documented compositing work — genuinely achievable, closer to this register's QR-code and background-removal simplicity than a design tool's rendering-engine complexity. New app DeepLSending text to an existing translation API and returning the result is a thin, honest wrapper — you're integrating an existing translation model, not building one. New app ObsidianThe 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. New app SenjaA 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. New app ZeroBounceChecking 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. New app ApifyFor your own small-scale scraping needs, a headless-browser script genuinely works well and costs nothing — the same 'self-hosted covers personal scale' pattern as this register's Algolia entry. Reliable scraping across thousands of hostile, anti-bot-protected sites at scale is the real infrastructure. New app ClerkyFilling a standard incorporation document template shares this register's DocuSign-style build pattern. Cap table math and legal correctness for equity issuance carry real financial and legal weight that basic templating doesn't cover. New app ElevenLabsShares this register's text-to-speech idea's exact shape: calling an existing voice-synthesis API is a thin, achievable wrapper. Cloning a specific real person's voice is a different, more sensitive capability with real consent stakes. New app GongRecording and transcribing sales calls shares this register'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. New app LobCalling 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. New app ResendRecommended constantly throughout this register'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. New app Smile.ioA 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. New app Adobe Premiere ProShares this register'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. New app ChatGPT PlusThe honest, humble entry: a chat UI calling an LLM API is genuinely simple, this register'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. New app DeelShares this register'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. New app HelloFreshThe app half — browsing recipes, planning a week, generating a shopping list — is exactly what this register's own recipe-organizer idea already covers. Sourcing, portioning, and cold-chain shipping real ingredients to someone's door is physical logistics, not code. New app LinkedIn RecruiterA candidate database and outreach tracker for your own contacts is genuinely buildable, similar to this register's Apollo case. LinkedIn's real value is a professional network hundreds of millions of people already maintain — that has no code equivalent. New app RobinhoodA 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. New app SpliceShares Spotify'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's licensing, not code. New app SplineShares Figma'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. New app StripeReferenced 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. New app SupabaseGenuinely nuanced: the database engine underneath (Postgres) is free, open-source, and referenced constantly in this register's own stack recommendations. What you're paying for is managed hosting, auth, and realtime layered on top — convenience, not the core technology. New app VercelThis site'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. 2026-08-16
New idea An AI Quiz Generator From My NotesSending 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. New idea An AI Text-to-Speech Narration ToolSending text to an existing text-to-speech API and returning an audio file is mostly a thin, honest wrapper — you're integrating an existing voice model, not building one. New idea A Call Recording and Transcription ToolRecording 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. New idea A Citation and Bibliography ManagerStoring sources and formatting them into a citation style is mostly well-specified templating work — citation formats are documented standards, not a research problem. New idea A Custom Quiz/Trivia Game AppA 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's live-polling idea. New idea A Digital Tip Jar / Donation PageA 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. New idea An Event Ticket Sales PageA 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. New idea A Group Decision Polling ToolA poll with a few options and a shareable link is genuinely simple — the same shape as this register's Doodle build, just deciding on an option instead of a meeting time. New idea A Personal Subscription TrackerA 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. New idea A Pet Health Record TrackerVaccination 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. New idea A Product Changelog PageA list of dated entries describing what changed is about as simple a content tool as exists on this whole register. New idea A Raffle/Giveaway Winner PickerCollecting 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. New idea A Recipe Organizer and Meal-Prep PlannerSaving 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. New idea A Rental Property Management ToolTracking 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. New idea Scheduled Time-Capsule MessagesWrite 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. New idea A Simple CRM for Real Estate AgentsLeads, showings, and a deal pipeline share this register's general CRM build spec closely — the buildable core is the same, just with real-estate-specific fields and a showings calendar layered on. New idea A Split-Bill Group Expense ToolTracking who paid what and computing a simplified 'who owes whom' balance across a group is genuinely well-specified arithmetic — a real, achievable weekend build. New idea A Study Session Pomodoro TimerA countdown timer alternating work and break intervals, with a log of completed sessions, is genuinely simple — one of the more approachable builds in this whole library. New idea A Subscription Billing Management ToolStripe Subscriptions handles the actual recurring charge and card storage for you — the real work is your own dashboard for plans, upgrades, and what happens when a payment fails. New idea A Team Password ManagerShares 1Password's exact reasoning: a form storing text is trivial, but encrypting it correctly enough that a breach doesn't expose every password is applied cryptography most teams should rent, not build. New idea A Two-Factor Authentication ServiceGenerating a time-based one-time code is a well-documented, simple algorithm. Being the trusted identity layer other applications rely on to keep their users' accounts secure is a different, much higher-stakes undertaking. New idea A Voice Memo App With TranscriptionRecording audio and sending it to an existing speech-to-text API gets you a real transcript quickly — that part is thoroughly solved. It's the same well-bounded core as Otter.ai, just aimed at quick personal notes instead of meetings. New idea A Volunteer Hour TrackerVolunteers signing up for shifts and logging hours worked is genuinely simple CRUD — a small, well-bounded scheduling-and-logging problem for a nonprofit or community group. New idea A Warranty and Receipt TrackerPhotographing a receipt and logging its warranty expiration date is genuinely simple CRUD with a file upload — one of the more approachable builds here. New idea A Website Uptime MonitorA scheduled job pinging a URL and emailing you if it fails is genuinely simple — this register's UptimeRobot itself scores near the top for exactly this reason. 2026-08-15
New app CarrdA single-page site with a hero, some sections, and a contact form is about as simple as this register gets — Carrd's whole pitch is being the simplest possible page builder, which makes it a very reasonable evening build. New app Copy.aiShares Jasper's exact shape: a prompt-and-template layer over an LLM API, no proprietary model to replicate, just a clean UI for a call you can make yourself. New app CraftStructured, document-style notes with nested blocks are the same well-bounded editor pattern as Bear's — genuinely one of the more approachable builds on the register. New app FomoA small popup showing 'someone in Austin just bought this' is a tiny script and an event feed — genuinely one of the simplest builds on the whole register. New app Originality.aiSend text to an existing AI-detection or plagiarism-checking API and show the score — a thin, honest wrapper, the same shape as this register's simplest API-integration builds. New app QR Code GeneratorGenerating a QR code is one line with a mature open-source library. The paid tier is really selling a dynamic, trackable, editable-after-printing redirect — which is just a URL shortener wearing a different hat. New app ReadMeRendering API documentation from an OpenAPI spec into a browsable, testable page is well-documented, mechanical work — several open-source tools already do most of it. New app Remove.bgUpload an image, call an existing background-removal API, return the result — genuinely one of the simplest builds on the whole register, a thin, honest wrapper around someone else's model. New app TermlyFilling a legal-document template and generating a cookie-consent script is genuinely mechanical work — the templates themselves, not the code, carry whatever legal weight they have. New app ActiveCampaignShares Mailchimp's buildable sending core. ActiveCampaign layers behavioral automation on top — if a subscriber does X, wait, then do Y — which is a small workflow engine, the same challenge every automation-capable tool on this register faces. New app ApolloTracking outreach to your own contact list shares this register's CRM build spec. Apollo's actual differentiator is a huge, continuously-verified database of other companies' contact details — a licensed-data problem, not a build problem. New app AppcuesA tooltip pointing at a button, shown once per user, is a well-bounded UI pattern. A visual no-code builder letting a non-engineer design onboarding flows for any app is a much deeper, different product. New app BeehiivShares Substack's exact shape: writing and sending posts is genuinely buildable. Beehiiv adds real growth tooling — referral programs, ad network placement — on top, which is a second, separate product. New app BonsaiContracts, invoicing, and time tracking for freelancers are each independently buildable — the real work is stitching three genuinely different small tools into one that feels coherent. New app ClickFunnelsA single landing page is Unbounce's easy case. A multi-step funnel — landing page, upsell, downsell, each tracked and connected — is a genuinely bigger, if still bounded, build. New app Frame.ioUploading a video and letting a team leave timestamped comments shares this register's video-hosting buildable core. Frame-accurate scrubbing and annotation drawing on top of the video are the fiddlier part. New app GitHub CopilotA code-completion tool wrapping an existing LLM API is genuinely achievable — this whole site is built on the same idea. Training your own competitive code-generation model from scratch is a different universe of effort entirely. New app HeadspaceA meditation timer with your own recorded sessions is a genuine weekend build. A large, professionally-produced library of guided programs with a personalization layer is closer to Spotify or Audible's licensed-content case. New app HootsuiteShares Buffer's exact pattern: a queue and a scheduled worker is genuinely buildable. The real cost is on the platforms' side — each network's posting API has its own approval hoops, not a code problem. New app MakeShares Zapier's exact profile: one trigger, one action, genuinely buildable. Make's visual flowchart-style branching adds real workflow-engine complexity beyond a linear automation. New app Microsoft TeamsShares Slack's exact shape: channels and real-time chat are genuinely buildable. What you'd be giving up is everything living inside the Microsoft 365 ecosystem it's bundled with. New app Monarch MoneyShares YNAB's exact profile: budgeting logic is clear, well-specified arithmetic. Live bank-account sync is the one piece worth respecting rather than hand-rolling. New app OptimizelyBasic A/B testing — split traffic, track conversions, compare — is genuinely simple. Statistically rigorous results at enterprise scale, with feature-flagging and team workflows layered on, is a different, deeper product. New app Screaming FrogCrawling your own site and flagging broken links or missing meta tags is a genuinely bounded weekend build. Screaming Frog's depth — hundreds of technical SEO checks refined over years — is a different scale. New app ShippoCalling a few carrier APIs to compare rates and buy a label is a bounded, well-documented integration. Doing it across dozens of carriers with reliable, up-to-date rate tables is real, ongoing maintenance. New app SlidoA live poll with results updating in real time on everyone's screen is a genuinely achievable WebSocket build. Handling thousands of simultaneous audience members reliably is where the real infrastructure care lives. New app StreamYardA multi-guest call room built on an existing WebRTC SDK is genuinely achievable. Simultaneously broadcasting that call live to YouTube and other platforms is real, separate streaming-protocol work. New app SynthesiaTurning text into a video with an AI avatar is mostly a well-crafted API call to an existing text-to-video model — a genuinely different situation from most video tools on this register, closer to Jasper's case than Loom's. New app VidyardRecording and hosting a video shares Loom's buildable core. Vidyard's real differentiator is viewer-level analytics wired into a CRM — who watched, how far, and when a sales rep should follow up. New app When I WorkA shift schedule with a grid of employees and time slots is genuinely bounded, well-understood CRUD. Handling shift swaps and conflict-free scheduling across many employees is where the real fiddliness starts. New app WherebyA simpler case than Zoom's: no-download, browser-based video calls built on an existing WebRTC SDK are genuinely achievable for small groups, though real-time video infrastructure at any real scale remains the hard part. New app WistiaShares Loom and Vidyard's exact pattern: hosting and playback are buildable, viewer-level analytics tied to marketing tools are the real depth. New app Adobe InDesignShares Photoshop and Illustrator's exact problem: page layout at print quality, with precise typography and color management, is specialist rendering-engine work refined over decades. New app AudibleShares Spotify's exact problem: an audio player with a library is simple software. The catalog is the entire product, and audiobook publishing rights aren't something a rebuild acquires. New app BenchThis isn't really software you're paying for — it's a human bookkeeper's monthly labor, delivered through a nice dashboard. No amount of good code replaces a person reconciling your books. New app Culture AmpSending a survey and charting the results shares this register's NPS-survey build pattern. Culture Amp's actual value is benchmarking your scores against thousands of other companies' data — that's licensed, aggregated data, not a build. New app DuolingoA flashcard app with a streak counter is a weekend project. A spaced-repetition algorithm tuned against hundreds of millions of learner interactions, across dozens of professionally-designed courses, is a different scale of product entirely. New app EtsyA single-seller storefront is genuinely buildable — this register proves it repeatedly. Etsy's real value is the marketplace network: millions of shoppers already browsing for handmade goods, which no new storefront starts with. New app HireVueRecording a candidate's video answers is buildable — this register's video build spec covers it. Automated AI analysis of interview responses to score candidates carries real bias and fairness stakes that make this a genuinely different kind of project than most on this register. New app KajabiThe course-and-paywall core shares Teachable's buildable shape. Kajabi's actual pitch is bundling that with email marketing, funnels, and a website builder — the same integration-ecosystem moat that makes HubSpot a JUST PAY, not any single hard feature.