Ideas lighting up, cataloged daily
Daily trends and new launches, turned into product ideas you can build.
Today
September 14, 2026 · Issue 73 · 5 featured · 8 quickPeople making their first OpenStreetMap edit often stand at a familiar street corner but do not know which details are reliable enough to add to the map. On opening the app, they choose something they can personally verify in front of them: a shop entrance, a renamed sign, or a newly opened pedestrian passage. Using the user’s location and missing map information, the app assigns one small task and explains what to check—and what not to guess. The task card includes only the fields needed for that edit and may ask the user to photograph a sign or confirm an entrance’s direction, rather than overwhelming a newcomer with complex mapping rules. Before submission, the proposed change is overlaid on the original map: which side the entrance will appear on, how the name will display, and whether a duplicate place already exists nearby. Only after confirming does the user sign in and submit. They can then see whether their first edit is under review or has been accepted. The initial scope is limited to places, entrances, and passages that can be verified on foot. It excludes edits requiring specialist sources, such as boundary disputes and road restrictions. The goal is to shrink a first contribution into one small task completed on the street, with a visible result by the time the user gets home.
People who want their own pet as a desktop companion may not want to upload a photo and wait for generative AI to guess what it looks like. In the editor, they choose from hand-drawn ears, coat colors, markings, tails, accessories, and other components, gradually assembling a character that better resembles their own cat or dog. Once the look is complete, they assign a few signature reactions: it rolls over when tapped, runs over at the sound of a can opening, or curls up in a corner after the desktop has been idle for a while. Every reaction consists of a defined trigger and animation clip, and users can swap them at any time—without unexplained random behavior. After saving, the companion stays on a phone or computer desktop and responds to touches, feeding, and brief interactions according to rules its owner has set. Owners can also package a set of components and actions for a friend, who can keep customizing it on their own device. The first version offers common cat and dog parts, a small set of desktop actions, and offline saves. The focus is on a satisfying editing experience and visible personality. It does not analyze pet photos, imitate pet sounds, or generate a seemingly similar character that the owner cannot adjust.
Overnight Micro-Fix Agent
Product HuntAt the end of the day, repository maintainers often have a handful of small issues left over: the behavior is reproducible, the fix is not urgent, but it is worth having someone try that night. When submitting an issue, they include a reproduction command, expected result, and the directories that may be changed. The system uses this information to decide whether the task is suitable for an overnight agent. Each task runs on its own branch in an isolated environment. A coding model first reproduces the failure, then attempts a code change and runs the maintainer’s specified tests. Only if the tests pass does it create a candidate pull request with a change summary, command output, and results from before and after the failure. In the morning, the maintainer opens a dashboard to find patches that can be reviewed one by one, or a clear failure record: which dependency blocked the task, which test still failed, and how to reproduce it locally. They can ask the agent to try again from the same failure point or close the task outright. The first version accepts only low-risk bugs with stable reproduction steps, such as edge cases, copy errors, and localized compatibility issues. It never merges code on its own, and it does not take on architectural refactors or open-ended requests without an acceptance method.
Viewer-Controlled Tutorial Zoom
Product HuntWhen recording a complex software interface, tutorial creators often have to choose between the full screen and the area around the cursor. Zoom in, and viewers lose the sidebar; keep the whole screen, and the buttons become too small. Instead of baking zoom shots into the video, the recorder saves the full-resolution screen, cursor path, and timestamp of every click. After publishing, the player follows the presenter’s actions by default, but viewers can switch back to the full interface at any time, pause and pan around the screen, or jump to a step through action markers on the timeline. Someone inspecting a parameter panel can zoom into the left side, while someone checking the final result can pull back—without waiting for the creator to edit another version. After recording, creators can label a few key actions and add a one-sentence note to each. When a viewer opens a marker, the player stops on the corresponding frame while retaining a few seconds of surrounding context, making it easier to see what happened before and after the action. The initial feature set is for desktop software tutorials and product demos: single-screen recording, mouse paths, and a draggable viewport. Complex multi-camera editing, automatic voiceovers, and deciding which shots matter for creators can wait until users genuinely need them.
Some tracks in a local music library are left with garbled filenames or missing album information after being imported from an older device. While playing one of those tracks in a music player, the user shares it with the app, sending a short audio clip, the file duration, and its folder location rather than uploading the entire library. The app uses the clip to find candidate tracks, then combines duration, track order within the folder, and cover-art clues to suggest possible albums. It displays the title, artist, year, and lower-confidence fields separately, so users can confirm each one or leave existing tags unchanged. Once one song is confirmed, the app shows other tracks in the same folder that may belong to that album. Users select the files to update, preview the fields that will be filled in or replaced, then create a backup and write the tags back locally. Tracks with uncertain matches remain in a review queue. The first version supports common audio formats stored on the user’s device, focused on identifying one track and repairing a group. It never silently overwrites low-confidence matches or forces an unrecognized song into a popular release.
Yesterday
September 13, 2026 · Issue 72 · 5 featured · 6 quickAfter dinner, a family settles in front of the Apple TV to revisit a trip. Today, they would usually have to search for the place in a phone’s photo library and then cast it to the television. This product makes the TV the primary place for browsing photos: using the remote, the family moves around a zoomable map, stops on Tokyo, Iceland, or a small town, and sees the photos taken there unfold on screen. With the owner’s permission, the iPhone reads each photo’s location and capture date locally, then creates an index grouped by country, city, and neighborhood. The index does not upload original images; it only tells the TV how many photos exist at each location. Photos without location data remain in the regular library rather than having a location guessed simply to fill out the map. The TV first shows low-resolution previews and year filters. Once a photo group is selected, Apple TV requests the full-resolution images from the authorized iPhone, which confirms the request and sends them through the home network or photo library. The family can drill down from the map to photos from a particular day, or arrange a few images into an automatic slideshow. The remote remains the way to browse, rather than turning the phone into a forced remote control. The first version could begin with one iPhone paired to one Apple TV, supporting GPS-tagged photos, location search, and on-demand image retrieval. It would not include face clustering, automatically add locations to photos, or attempt to replace full photo-library management. It addresses a simpler moment: how a family can naturally revisit places they have been when they are already sitting in front of the TV.
When moving photos from an old hard drive into Apple Photos, the hardest part is not the failure itself but the vague “failed to copy” message. After the user selects the original photo folder and destination library, the product creates a comparison table: files that appear not to be in the library, same-named files with different contents, and files that already produce read errors. It does not reimport the entire collection. The user first reviews missing items grouped by date and folder, then retries imports in small batches. After each batch, the page retains lists of successful, still-failed, and unattempted files. If a file fails repeatedly, the user can see whether the issue is its format, corruption, path, or library write access. For legacy camera formats or videos that Photos cannot read, the app creates a compatible copy alongside the original and preserves metadata such as capture date and location where possible. Originals are never modified. The repaired copy returns to the comparison table, and only files confirmed to still be absent from the library proceed to the next import attempt, so users are not left guessing between duplicates and omissions. The initial release focuses on local Mac folders and Apple Photos libraries, with an exportable result record for every import. It never deletes photos from the library, automatically merges similar images, or attempts to fix iCloud sync failures. Simply identifying and filling in each failed file can replace the most painful option: starting the entire import over.
When video creators have a one-line topic and a few scattered notes, their problem is usually not a lack of a script generator. It is uncertainty about where to begin. In the workspace, they paste in their material, set a video length, and test two narrative approaches side by side—for example, “start with a personal experience, then arrive at the point,” or “lead with the pain point, then offer the method.” Creators save their own speaking tone, examples they often use, and phrasing they do not want to use. Those constraints remain fixed during each trial; only the order of information, the opening hook, and the closing landing point change. The two spoken-script drafts appear side by side, with the estimated seconds to read each paragraph, making it easier to judge which rhythm sounds more like something they would actually say. If the opening on the left works better but the middle on the right flows more naturally, users can drag paragraphs across to assemble a third version. After recording a short read-through, the page recalculates which sentences run too long and where blank stretches appear based on their actual speaking pace. Every edit stays in the version history for that topic, so creators can reuse the narrative approach they ultimately chose when writing similar content later. Start with one- to three-minute Mandarin talking-head videos: two structures and paragraph assembly are enough to launch. It does not fact-check creators’ claims, automatically produce finished videos, or treat any formula as the standard answer. Its purpose is to reveal two clear narrative paths for the same idea within minutes.
After updating a registration or checkout page, Android developers may be ready to submit their code but still worry that, while the interface looks fine, screen-reader users cannot reach the next step. In a test build, the developer writes a task such as “Complete registration from the home page using a screen reader,” then hands the build to a coding agent running in an emulator. The agent enables Android’s screen reader and works through each item in the actual focus order. It records where focus lands, what text is announced, and what happens after each tap. If it gets stuck, the report provides more than a screenshot: it preserves the full interaction path, including the control where a button began to be skipped, the label that was announced incorrectly, or why focus returned to the top of the page. Developers can save a successful path as a regression test. After the page changes again, the agent reruns the same flow and compares the new result with the previous focus sequence. If a “Continue” button changes from readable to unreachable by focus, the pull request includes reproduction steps, a screen recording, and the relevant UI hierarchy so the team can fix the issue before release. The first version runs in an emulator, covering specified flows such as registration, search, and forms, and produces repeatable accessibility interaction tests. It does not replace usability research with real screen-reader users, nor does it claim that one automated path makes a product accessible; it first gives every redesign a chance to catch its most obvious broken paths.
Guest-Voted Projection Wall
Product HuntAt a small living-room gathering, friends often connect a Mac to a projector only to loop a preset video. This product opens as a projection wall that changes with the music in the room. The host chooses the visual density and several base palettes; the Mac captures beats from its audio input, and blocks of color, lines, and particles rise and fall with the drums. A QR code remains in the corner of the wall. When guests scan it, they do not enter a complicated color-grading tool; they see three or four color combinations for the next visual segment. Voting opens briefly before each song ends, and the winning palette takes over when the next track begins. Participants immediately see their choice appear on the wall, without taking turns at the host’s computer. The host can lock a color family to prevent a jarringly bright look and set a cap on participants in each voting round. The projection shows the active palette and a countdown to the next round; phones show only voting buttons, with no registration or photo uploads required. When the music pauses, the visuals naturally dim into a low-brightness standby state rather than continuing to flash across the room. Start with one Mac, one projector, and phones on the same local network, focusing on beat-driven graphics and round-based voting. The first release will not support collaborative song requests, livestreaming, or a professional stage-control positioning. The goal is to give any small gathering, within minutes, a wall that everyone can change together.
September 12, 2026
September 12, 2026 · Issue 71 · 5 featured · 8 quickiPhone Duo Two-Phone Mockup
TechnologyAs the iPhone Duo launch and preorder approach, people preparing to upgrade want to know less about how attractive the hinge animation is than whether their everyday actions will actually become easier. The product lets users take two existing iPhones, use them to represent the left and right halves of a foldable screen, and hold them in position with a simple printable hinge. Once paired, the two screens change their layouts as the user switches between folding states. Users can then try reading a long article, framing a photo, chatting in split screen, viewing a map, and putting the phones in a pocket. Each task has a defined set of steps. Reading tests cross-screen layout; photography tests whether the wider unfolded view improves framing; and chatting tests how the keyboard and content area are divided. After each activity, users mark it as smooth, awkward, or unchanged, then add a brief personal note. The system organizes the results by task into a single comparison page, showing which actions improve when the screen gets larger and which add folding, handling, or storage burdens. The first version only needs synchronized display across two iPhones, several fixed folding states, and a set of common tasks. It will not simulate the real hinge’s weight or thickness, or every third-party app. Users can also share their experience report with family members and invite them to complete the same tasks. That way, the preorder decision is based on having personally worked through everyday use, rather than being led by a launch-event demonstration.
When a short-form video editor converts a landscape interview, game, or livestream into vertical video, the hardest part is not cropping—it is keeping the frame on the wrong person. The user drops the video into a timeline, selects the main speaker, player, or current action, and the product generates an editable virtual-camera path. The path stays steady within a safe zone so it does not crop off heads or captions; when the system predicts that another person is about to speak or receive the ball, it also begins a smooth move in advance. Editors can drag key points on the timeline and adjust tracking strength and the safe zone. Every automated move remains editable camera-movement data rather than being baked into an irreversible crop. For conversations with multiple people, the editor can choose “prioritize the current speaker” or “keep everyone visible.” Action footage can follow a ball, car, hand, or another selected subject. When the subject is occluded, people overlap, the subject exits the frame quickly, or confidence drops sharply, the product stops making the decision automatically, marks the section for review, and shows the candidate subjects it detected. The first version focuses on common people and sports objects and outputs keyframe tracks that remain editable in Premiere, CapCut, or Final Cut. It does not handle captions, color grading, or the final edit.
Adversarial Proof Review Room
Hacker NewsA mathematics researcher receives a polished AI-generated proof but suspects that one lemma is being concealed by elegant wording. The user uploads the proof, its definitions and dependencies, and runnable code. The product breaks the argument into a checkable dependency chain, then sends it to multiple isolated review agents. Each agent has a distinct assignment: find counterexamples, inspect implicit assumptions, try to reconstruct a lemma, or validate critical steps through small-scale enumeration. A review agent cannot simply say, “There may be a problem here.” It must identify a specific reasoning node and provide an input that triggers failure, an unmet premise, or a search program that can be rerun. The interface displays disputed points within the proof structure. When a researcher selects a node, they can see which agents independently found the same issue and which only raised an unverified suspicion. When the author revises the proof, the system reruns only the affected branches and preserves the previous round’s conclusions. Passing sections show the verification method and execution range, while uncovered sections are clearly marked with their boundaries. The first version focuses on proofs with a relatively high degree of formalization, where symbolic computation or finite search can check the mathematics. It does not promise to replace peer review, and it does not treat an agent majority as proof of correctness.
GLYPH Immersive: Crowd-Built Letterforms
Product HuntWhen an event host is about to put a title, slogan, or guest name on stage, the product turns the audience from people reading letters into people making them. The host enters the text and chooses a glyph style, and the product breaks each character into assignable grid modules. Audience members scan a QR code to join the room; each phone receives a small area, where its user completes a local action by swiping, rotating, or lighting cells. The stage projection continually combines the pieces into the text the audience is building together. On-screen prompts tell each person only what their piece should become, so nobody needs to install an app or understand type design. The host can run the process as a timed letter-building challenge, a race between two teams, or a relay transformation. If a module receives no response for too long, the system hands it to another nearby participant. The projection shows overall progress, while each phone retains its module and team status. The first version can support single-line titles, a limited glyph set, and browser-based participation via QR code, then export a complete letterform animation after the event. It is not meant to replace professional motion-design software, and it does not require every participant to draw precisely. The appeal is that dozens of people each complete one small action and then see a result on stage that only this group could have made together.
As a new moon approaches, urban stargazers and astrophotographers find that the difficult part is not the lunar date but finding a place that is dark enough, open to the horizon, and willing to host people late at night. The product turns rural farms, campsites, and private land into bookable nighttime observation seats. Hosts specify visible horizon directions, nearby light sources, parking arrangements, power, restroom facilities, and whether equipment such as equatorial mounts is allowed. Users enter their equipment, group size, and expected arrival time. The booking page shows more than a point on a map: it also displays the moon’s position that night, the direction of the target object, and weather risks. On arrival, stargazers check in along a low-light route, while the phone switches automatically to a red-light interface to avoid disturbing others with headlights and screens. Hosts can set capacity limits, quiet hours, and vehicle access rules, then release the next batch of seats after an observation ends. The first version will start with a small number of verifiable sites around new-moon weekends. It will support reservations, rule confirmation, and weather cancellations, but will not guarantee that users see any particular celestial object or handle wilderness safety for them. Stargazers get a place where they can genuinely stay for the night; hosts turn underused land into a bounded, courteous nighttime experience.