Home → Ideas IDEAS · 104 ARCHETYPES
Got an idea? Start here 104 common app concepts, each already scored — a verdict, an effort estimate, and a build prompt ready to hand to an agent. Have something more specific in mind?Describe it on the homepage and get matched to the closest one, or a generated answer if nothing close exists yet.
Build it 60 ideas Genuinely achievable — a real weekend or less.
An A/B Testing Tool for My Website an evening · Split traffic between two variants, track a conversion event, compare — that's genuinely the whole build for a single test on your own site, no enterprise feature-flagging platform required. An AI Ad Copy Generator an evening · Genuinely one of the simpler builds here — a prompt template layer over an existing LLM API, not a proprietary model of your own. An AI Blog Post Writer an evening · A prompt template that takes a topic and outline and calls an LLM API is genuinely one of the simplest builds here, the same shape as this register's Jasper and Copy.ai cases. An AI Content and Plagiarism Checker an evening · Sending text to an existing AI-detection or plagiarism-checking API and displaying the score is a thin, honest wrapper — the same shape as this register's Originality.ai case. An AI Resume Builder an evening · Filling a resume template and improving the wording with an LLM call is a genuinely simple combination — a form, a PDF template, and one well-crafted prompt. An AI Text-to-Speech Narration Tool an evening · Sending 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. An API Documentation Site a weekend · Rendering an OpenAPI spec into browsable, testable documentation is well-documented, mechanical work — several open-source tools already do most of it, the same territory as this register's ReadMe case. A Background Removal Tool an evening · Upload an image, call an existing background-removal API, show the result — a thin, honest wrapper, genuinely one of the simplest ideas in this whole library. A Booking System for a Gym or Studio a weekend · Showing available class slots and letting someone reserve a spot is a well-documented booking pattern, the same core as Calendly's case — genuinely one of the more approachable builds here even with multiple classes and capacity limits. A Citation and Bibliography Manager a weekend · Storing sources and formatting them into a citation style is mostly well-specified templating work — citation formats are documented standards, not a research problem. A Custom Quiz/Trivia Game App a weekend · 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's live-polling idea. A Customer Feedback Board an evening · A public board where people post ideas and vote is one table, one form, and a vote count. There's very little hiding underneath a feedback board. A Customer Satisfaction (NPS) Survey Tool an evening · A one-question rating scale with an optional follow-up comment is about as simple as a survey gets — genuinely one of the more approachable ideas here. A Customer Support Shared Inbox a weekend · 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. A Digital Business Card an evening · A page with your name, title, contact links, and a save-to-contacts button is Linktree's exact simplicity, aimed at professional networking instead of social links. A Digital Tip Jar / Donation Page an evening · 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. An E-Signature Tool a weekend · 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. An Employee Time-Off Tracker a weekend · A 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. An Event Ticket Sales Page an evening · 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. An Expense Categorization Tool an evening · Photograph a receipt, extract the amount with OCR, categorize it — genuinely one of the simpler builds on the register once you're using an existing OCR API rather than writing your own. A Form Builder an evening · 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. A Freelance Time Tracker an evening · 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. A Group Decision Polling Tool an evening · A 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. A Habit/Streak Tracker an evening · A list of habits, a daily check-off, and a streak counter — genuinely one of the simplest ideas in this whole library, whatever game-like wrapper you put on top. An Inventory Management Tool a weekend · Products, stock counts, and a log of changes are a well-bounded data model — genuinely one of the more straightforward operational tools to build yourself. A Job Application Tracker an evening · 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. A Job Board With Paid Listings a weekend · Posting a job and browsing listings is straightforward content CRUD. Charging per posting is a single Stripe Checkout call, not a subscription-billing system — a genuinely approachable combination. A Kanban Task Board a weekend · 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. A Language Learning Flashcard App a weekend · A well-documented spaced-repetition algorithm plus your own vocabulary cards is a genuinely achievable weekend build — the algorithm is a solved problem, unlike Duolingo's professionally-designed course content. A Simple Alternative to Linktree an evening · A page listing your links is about as simple as a build gets — there's a whole app on this register (Linktree itself) that scores 99/100 for exactly this reason. A Markdown Note-Taking App an evening · 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. A Meeting Booking Page an evening · 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. A One-Page Personal Website an evening · A hero, some sections, and a contact form — Carrd's whole pitch is being the simplest possible page builder, which makes this one of the most approachable ideas in the whole library. A Personal Subscription Tracker an evening · 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. A Pet Health Record Tracker an evening · 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. A Podcast Hosting Tool a weekend · Hosting 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. A Privacy Policy and Cookie Consent Generator an evening · Filling a legal-document template and shipping a cookie-consent banner script is genuinely mechanical work — the templates carry whatever legal weight they have, not the code. A Product Analytics Dashboard a weekend · 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. A Product Changelog Page an evening · A list of dated entries describing what changed is about as simple a content tool as exists on this whole register. A QR Code Generator With Scan Tracking an evening · Generating a QR code is one line with a mature open-source library. A 'dynamic' trackable code is really just this register's URL-shortener pattern wearing a different hat. A Raffle/Giveaway Winner Picker an evening · 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. A Read-It-Later App an evening · 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. A Real Estate Listing Site a weekend · Listings with photos, a map, and search filters are all well-documented, mature patterns individually — genuinely one of the more approachable weekend builds once you assemble them. A Recipe Organizer and Meal-Prep Planner an evening · 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. A Restaurant Menu and Ordering Site a weekend · For your own single restaurant, a menu with a cart and Stripe checkout is genuinely buildable — the hard part (OpenTable's diner network) only matters if you're building a directory of many restaurants, not one. Scheduled Time-Capsule Messages an evening · 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. A Simple Bookkeeping Ledger a weekend · 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's own QuickBooks and Xero entries. A Simple Invoicing Tool an evening · Creating an invoice, emailing it, and tracking paid/unpaid status is a small, well-bounded build — genuinely one of the more approachable ideas in this set. A Simple Online Store a weekend · 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. A Social Proof Popup Widget an evening · A small popup showing recent activity is a tiny script and an event feed — genuinely one of the simplest builds in this whole library, the same shape as this register's Fomo case. A Split-Bill Group Expense Tool a weekend · Tracking who paid what and computing a simplified 'who owes whom' balance across a group is genuinely well-specified arithmetic — a real, achievable weekend build. A Storefront for My Handmade Products a weekend · For your own single-seller shop, a catalog and Stripe checkout is genuinely buildable — a real weekend project. Etsy's actual hard part, the buyer-discovery marketplace, only matters if you're building a platform for many sellers, not one. A Study Session Pomodoro Timer an evening · A 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. A Technical SEO Audit Crawler a weekend · Crawling your own site and flagging broken links or missing meta tags shares this register's Screaming Frog build spec — genuinely bounded, well-understood work for a personal or small-business site. A Timezone Meeting Finder for Remote Teams an evening · Show each teammate's working hours on one shared timeline and highlight where they overlap — genuinely simple once you're honest that pure display, not calendar sync, is the actual goal. A Volunteer Hour Tracker an evening · Volunteers 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. A Warranty and Receipt Tracker an evening · Photographing a receipt and logging its warranty expiration date is genuinely simple CRUD with a file upload — one of the more approachable builds here. A Website Uptime Monitor an evening · A 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. A Workflow Automation Tool an evening · 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. A Writing Proofreading Assistant an evening · 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. Borderline 35 ideas Real pieces are buildable; something specific keeps it short of the whole thing.
An AI Code Review Assistant a weekend · Sending a code diff to an existing LLM API and posting its comments back to a pull request is a genuinely achievable integration — the same shape as this register's GitHub Copilot case, just triggered on review instead of while typing. An AI Customer Support Chatbot a weekend · A chat widget answering questions from your own documentation is a well-documented pattern (retrieval + an LLM call). Handing off to a human cleanly, and not confidently making things up, is where the real engineering care goes. An AI Meal Planner a weekend · Generating a meal plan from a prompt is one well-crafted LLM API call — that part is genuinely easy. Turning it into a shopping list with accurate nutrition data is the part that needs a real, licensed dataset behind it. An AI Quiz Generator From My Notes a weekend · 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. A Business Intelligence Dashboard a weekend · A handful of fixed charts pulling from your own database is a genuinely bounded weekend build. Tableau's real product — a general query builder for any data source at any scale — is a much bigger, more open-ended problem. A Call Recording and Transcription Tool a weekend · 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. A Client Portal for Accountants a weekend · Secure file upload and sharing per client is a bounded, well-documented build. If you want e-signature on top, that's a second real feature, not an extension of the first. A Cohort-Based Course With Live Sessions a weekend · The course structure and payment gating share Teachable's buildable core. The live video sessions are a different, genuinely harder problem than pre-recorded lessons — the honest move is integrating an existing video SDK, not building your own. A Cold Email Outreach Tool a weekend · Sequenced emails to contacts you already have is genuinely buildable. A searchable database of other companies' verified contacts — Apollo's actual product — is licensed data, not a build. A CRM for Freelancers a weekend · Contacts and a deal pipeline are a genuinely buildable core — the same shape as any CRM already on the register. The gap opens up if you want email tracking or automated follow-ups instead of manual logging. A Database With Custom Views a weekend · 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. A Personal Fitness/Workout Tracker a weekend · Logging exercises, sets, and reps against a workout history is straightforward CRUD. If you want it fed by wearable hardware instead of manual entry, that's Whoop's problem, not this one's. An In-App Onboarding Tour a weekend · A tooltip pointing at a button, shown once per user, is well-bounded UI work — genuinely a weekend project for your own app. A visual no-code builder for any app's onboarding is a much deeper, different product, same as Appcues' case. A Live Polling and Q&A Tool for Presentations a weekend · A live poll updating in real time on everyone's screen is a genuinely achievable WebSocket build, sharing this register's Slido build spec. Reliable delivery to thousands of simultaneous attendees is the harder depth. Marketing Email Automation With Behavior Triggers a weekend · Shares this register's email-marketing buildable core. Automation that reacts to what a subscriber actually does — opened this, clicked that — is a small workflow engine, the real depth ActiveCampaign sells. A Meditation and Mindfulness App a weekend · A meditation timer with your own recorded sessions is a genuine weekend build. A large, professionally-produced library of guided programs is closer to this register's Headspace case. A Newsletter With Paid Subscriptions a weekend · Writing and sending posts shares Mailchimp's buildable core. Gating some posts behind a Stripe subscription is well-documented; deliverability at scale is the one recurring challenge every email tool on this register shares. A No-Code Internal Tool Builder a weekend · One specific internal tool, hardcoded to your own database, is a genuine weekend build. A general-purpose drag-and-drop builder that works for anyone's data is a much bigger, more open-ended product. An Online Course Platform a weekend · Video lessons behind a paywall with progress tracking is a real but bounded combination — the same buildable core as Teachable. Video hosting is the one piece worth not building yourself. A Personal Budget Tracker a weekend · Envelope-style budgeting logic (assign income to categories, track spend against them) is clear, well-specified arithmetic. The gap is entirely at live bank-account sync — and there's a genuinely good open-source project already built around this exact idea. A Referral/Affiliate Program for My SaaS a weekend · Generating a unique referral link and crediting a signup to it is genuinely bounded work. Doing it in a way that resists obvious fraud (self-referrals, fake signups) takes real, deliberate care. A Rental Property Management Tool a weekend · 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. An Appointment Scheduler for a Salon a weekend · A single-calendar booking flow is Calendly's easy case. The moment you add multiple staff members each with their own schedule, and let a client pick a specific stylist, the calendar-conflict logic gets genuinely fiddlier. A Screen Recording Tool for Tutorials a weekend · Recording your screen and hosting the result shares Loom's exact buildable shape. Viewer analytics tied to a CRM is the one piece worth skipping for a personal tutorial tool. A Shift Scheduling Tool for Hourly Employees a weekend · A shift grid of employees and time slots is genuinely bounded CRUD, sharing this register's When I Work build spec. Shift swaps and conflict-free auto-scheduling are the fiddlier depth. A Simple CRM for Real Estate Agents a weekend · Leads, 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. A Social Media Post Scheduler a weekend · A 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. A Subscription Billing Management Tool a weekend · Stripe 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. A Subscription Box E-Commerce Store a weekend · A product catalog with recurring Stripe billing is a genuinely reasonable weekend build for a small catalog. Sales tax across jurisdictions is the one piece worth respecting rather than hand-rolling. A Team Chat App a weekend · Channels and real-time messages are a well-documented WebSocket pattern — the actual chat loop is genuinely buildable. What you'd be giving up is the app ecosystem your team already relies on. A Team Wiki/Knowledge Base a weekend · Pages with rich text, nested under other pages, are a genuinely well-scoped build. Fast search that stays relevant across years of institutional knowledge is where real depth lives. A Text-to-Video AI Content Generator a weekend · Sending a script to an existing text-to-video API and returning a finished clip is mostly a well-crafted integration, closer to Jasper's case than most video tools — you're wrapping a model, not building one. A Video Review and Feedback Tool a weekend · Uploading a video and letting reviewers leave timestamped comments shares this register's video-hosting buildable core. Frame-accurate scrubbing and version comparison are the fiddlier part, same as Frame.io's case. A Voice Memo App With Transcription a weekend · Recording 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. A Webinar Live-Streaming Setup a weekend · A multi-guest call room built on an existing WebRTC SDK is genuinely achievable. Broadcasting that call live to a large audience simultaneously is real, separate streaming-protocol work. Just pay 9 ideas A specific moat makes this one not worth attempting.
An Auto-Scheduling Task Assistant not worth starting · A calendar and a task list are both buildable separately. Automatically re-optimizing your whole day's schedule every time something changes is genuine constraint-solving research, exactly why Motion is a JUST PAY on this register. A Code Playground for Teaching Programming not worth starting · A browser code editor is genuinely buildable. Safely running untrusted code from many students at once, isolated from each other, is the same security-critical infrastructure that makes Replit a JUST PAY. A Corporate Expense Card and Spend Management Tool not worth starting · A dashboard showing spend by category is ordinary charting. Actually issuing cards and extending real credit is regulated financial infrastructure, the same reasoning that makes Ramp a JUST PAY here. A Feature Flag System not worth starting · A boolean flag in a config file is trivial. Evaluating it reliably in milliseconds for millions of requests, with instant global updates and gradual rollout percentages, is genuine distributed-systems infrastructure — the same reasoning that makes LaunchDarkly a JUST PAY here. A Print-on-Demand Merch Store not worth starting · The storefront is genuinely buildable — this register proves that repeatedly. Physical manufacturing, printing, and shipping actual garments is not, and no amount of good code changes that. A Subscription Fitness Content App not worth starting · The app half — tracking, logging, a video player — is genuinely buildable, this register proves it. A continuous studio production of new, professionally-instructed classes is content production at real scale, the same moat as Peloton's. A Team Password Manager not worth starting · Shares 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. A Two-Factor Authentication Service not worth starting · Generating 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. A Two-Sided Marketplace not worth starting · Listings and a basic checkout are buildable on their own. Splitting payments correctly between your platform and many independent sellers — tax forms, payouts, refund liability — is exactly what Stripe Connect exists to solve, and it's not a weekend addition.