Project ideas from Hacker News discussions.

Show HN: Stop playing my matchstick puzzles, start building your own in seconds

📝 Discussion Summary (Click to expand)

Summary of the 3 most prevalent themes| Theme | Core idea | Supporting quotation(s) |

|-------|-----------|--------------------------| | 1. New Puzzle‑Maker & sharing | Users can create their own match‑stick puzzles and generate shareable links to challenge others. | “Feel free to share your puzzles below and feedback is welcome.” – trangram | | 2. Technical simplicity / implementation choices | The app is built with plain js + CSS, using Angular only for minor UI bits, deliberately avoiding heavier frameworks to stay lightweight. | “js+css, angular only for fancy pop menu and dropdown list, no angular material though, as as to keep it simple and lightweight.” – trangram | | 3. Perceived difficulty & fairness | Some community members view the puzzles as “too tricky” and discuss issues like integer overflow, cheating, or the need for a “fair game.” | “This is too tricky to be allowed. Let's play a fair game :D.” – trangram |


🚀 Project Ideas

Mathstick MobilePWA Builder

Summary

  • Solves mobile app installation friction for puzzle sharing by converting the web tool to a true PWA without code rewrites
  • Enables seamless Android "Add to Home Screen" experience while preserving all puzzle creation features### Details | Key | Value | |-----|-------| | Target Audience | Math puzzle enthusiasts, educators, and HN community members seeking mobile access | | Core Feature | PWA installer generator that adds service worker and manifest via simple config, no framework changes | | Tech Stack | Vanilla JS + Web Manifest + Service Worker (no Angular dependency) | | Difficulty | Low | | Monetization | Revenue-ready: Freemium with puzzle pack marketplace |

Notes- HN commenters explicitly asked for "manifest so this can be 'installed' as an Android app" (ncruces) and noted "you can just pretend to be a PWA" (ncruces)

  • Directly addresses the "shareable link" pain point mentioned by trangram and HC users
  • Low implementation effort with high perceived value for mobile-native users

OverflowGuard Puzzle Validator

Summary

  • Fixes the integer overflow bug causing incorrect puzzle solutions (e.g., INT64_MAX issues) through real-time validation
  • Prevents users from sharing invalid puzzles due to arithmetic errors

Details

Key Value
Target Audience Math puzzle creators and players who encounter edge-case calculation errors
Core Feature Browser-based validator that checks puzzle equations for overflow/underflow before sharing
Tech Stack Web Workers + Math.js library (lightweight, no framework)
Difficulty Low
Monetization Hobby

Notes

  • Explicitly called out by a_t48: "I think I broke it... integer overflow" and trangram's "Yeah, you did! It's integer overflow"
  • Solves a concrete technical pain point highlighted in the discussion
  • Minimal feature scope preserves the original game's simplicity while adding reliability

LearnMathstick Micro-Courses

Summary

  • Transforms the "learn-by-doing" approach into structured, bite-sized video lessons for foundational math concepts
  • Uses puzzle patterns to teach algebraic thinking without traditional worksheets

Details

Key Value
Target Audience Students, parents, and self-learners seeking intuitive math foundations
Core Feature 5-minute animated lessons mapping puzzle moves to math concepts (e.g., "Changing equality to inequality" → algebraic manipulation)
Tech Stack Video micro-content + interactive puzzle sandbox (embedded)
Difficulty Medium
Monetization Revenue-ready: Tiered classroom subscriptions ($5/user/mo)

Notes

  • Directly references trangram's advice: "I personally found this 'learn-by-doing' approach really helps me understand the patterns"
  • Addresses the unmet need for conceptual scaffolding beyond just puzzle play
  • Leverages the game's existing educational value to create a scalable learning product

Read Later