> For the complete documentation index, see [llms.txt](https://milaforge.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://milaforge.gitbook.io/home/case-studies/built.md).

# Built

Products and systems I took from an uncertain idea to a working implementation.

> The following demonstrates `What did I need to find out?` → `What did I build to find out?` → `What evidence did I get?`&#x20;

<table data-search="false"><thead><tr><th width="168.89453125" align="center">Project</th><th width="261.08203125">Question</th><th width="212.4609375" valign="middle">What I made</th><th valign="middle">Result</th></tr></thead><tbody><tr><td align="center"><a href="https://github.com/milaforge/recon">Recon</a><br>(Dev-tool)</td><td>Could developers catch leaked passwords, API keys, and other secrets before they become a problem—and find where they were exposed in Git history?</td><td valign="middle">A security tool that checks current code changes and Git history for accidentally exposed secrets and shows where they appeared</td><td valign="middle">Working open-source MVP</td></tr><tr><td align="center"><a href="https://github.com/milaforge/pull-request-policy">Pull Request Policy</a><br>(Dev-tool)</td><td>Could teams automatically enforce different review and security rules depending on what a code change touches?</td><td valign="middle">A GitHub Action that lets teams write their pull-request rules in YAML and automatically block changes that break those rules</td><td valign="middle">Published beta · Available through GitHub Marketplace</td></tr><tr><td align="center"><a href="https://bugdasht.ir/">BugDasht</a><br>(Platform)</td><td>Could companies run bug bounty programs through a local crowdsourced platform?</td><td valign="middle">A complete bug bounty platform for companies and security researchers</td><td valign="middle">Used by real customers in production</td></tr><tr><td align="center"><a href="https://blockbyblock.network/">CommunityPulse</a><br>(Platform)</td><td>Could Telegram communities automatically turn conversations into useful reports and suggested actions for admins?</td><td valign="middle">A system that collects community activity, summarizes what is happening, and helps admins decide what to do next</td><td valign="middle">Reached alpha</td></tr><tr><td align="center"><a href="https://gilaquest.infinica.xyz/">GilaQuest</a><br>(Platform)</td><td>Could quests, rewards, leaderboards, and community management work together as one product?</td><td valign="middle">A complete community platform for members and administrators</td><td valign="middle">Shipped MVP</td></tr><tr><td align="center"><a href="https://dtip.vercel.app/">dTip</a><br>(Web3 Tool)</td><td>Could people donate crypto without giving control of the funds to an intermediary?</td><td valign="middle">A donation app where people could send crypto directly and transparently</td><td valign="middle">Shipped MVP</td></tr><tr><td align="center">Khavar<br>(Platform)</td><td>Could car buyers independently track and verify customization progress?</td><td valign="middle">A system that recorded each stage of a vehicle customization process so buyers could verify progress</td><td valign="middle">Shipped MVP</td></tr><tr><td align="center"><a href="https://milaforge.github.io/settle-proof/">SettleProof</a><br>(Application)</td><td>Could a business automatically detect, verify, and reconcile crypto payments?</td><td valign="middle">A payment system that handled payment detection, confirmation, settlement, invoicing, and reconciliation</td><td valign="middle">Prototype</td></tr><tr><td align="center"><a href="https://milaforge.github.io/shahin/">Shahin</a><br>(Application)</td><td>Could security staff track vehicle entry and exit using an offline system running on ordinary hardware?</td><td valign="middle">A local traffic-monitoring system that records vehicles and produces useful reports</td><td valign="middle">Tested with stakeholders</td></tr><tr><td align="center"><a href="https://milaforge.vercel.app/chat">MiliBot</a><br>(Application)</td><td>Could a chatbot answer questions about a resume while refusing unrelated or unsupported requests?</td><td valign="middle">A small Generative AI assistant limited to information contained in my work experiences</td><td valign="middle">Shipped MVP</td></tr></tbody></table>

Each project starts with an uncertainty rather than an implementation. I build enough to test it, collect evidence, and use what we learn to decide what deserves further engineering investment.
