
AI Writer — Summarize & Rewrite on Mobile
Installable mobile AI app for summarizing, rewriting, and generating text.
@zodiac_ali51523 · X
Check out what I just built with Lovable!
The full gallery
Tech stack
66 projects

Installable mobile AI app for summarizing, rewriting, and generating text.
@zodiac_ali51523 · X
Check out what I just built with Lovable!

AI-powered code review that runs code in microVMs to catch more bugs.
u/dumbfoundded · Reddit
Ito, AI Code Review that Runs Code I've been using AI code review tools but none of them actually run code so I built one: https://www.ito.ai/ The way it works is that it uses microVMs to spin up your environment with all of the services running. Then a bunch of AI agents go and test the application to collect runtime evidence. The result is you get test cases along with evidence about whether or not the test cases pass or fail. The runtime evidence can be videos, request/response curls, db

Solve daily coding challenges with AI assistance and track your developer streak.
u/Administrative_Egg78 · Reddit
I built this because AI was making me a dumb&lazy engineer I noticed something sad about how I use AI. I was shipping faster, but practicing less. I could get answers quickly, but I was losing the habit of working through the fundamentals myself. So I built Unrot: short daily challenges for developers across languages, system design, architecture, data engineering, and other tracks. Game/xp and rewards system, a tiny bit competitive. No signup required to try it: https://unrot.dev

Self-evolving learning paths from your first line of code to finished projects.
@audaciousSneha · X
Part 2 of Loop Engineering vs Graph Engineering is out now. A hands-on-challenge on this concept will be available soon on

Enforce policies and audit AI-assisted code changes at merge time.
@Scyloq · X
Currently building SentrAI. The merge-time control plane for AI-assisted software development. Enforce policy, audit every AI-generated change. Just finished an interactive demo and would love your honest feedback. Built with @Lovable

AI developer that writes code for your GitHub repositories.
vpetroff · HN
CobaltCode – Dedicated persistent computer for Codex

Practice LeetCode problems with automated spaced repetition scheduling.
@JoydeepNath007 · X

Create and publish ebooks with AI writing assistance and professional templates.
ebookerr · Product Hunt
ebookerr - Your Ebook Creator Create a complete ebook with AI — no writing skills needed

Create business proposals with templates, e-signatures, and analytics.
@propelio_app · X
Hey man, Building Propelio, proposals for freelancers Let’s connect!

Convert code into interactive flowcharts for learning, debugging, and documentation.
@Sparsh209 · X
Hi isha! Check it out here at: Would love to hear your feedbacks

Write once, export to notebooks, slides, PDFs, PPTX, DOCX, or canvas.
@mr_wickedhacks · X
Write the doc once → get a notebook, slide deck, canvas, or resume from the same source. No rewriting for every format.

Learn Python by solving 60 coding challenges in a browser-based editor.
u/Funny-Temporary7465 · Reddit
Built a Python learning platform because I was bored of the existing options Hey everyone, I built PyTutor, a web app to learn Python by actually writing code from the first minute instead of watching videos. 60 challenges across 6 modules, a real Python editor in the browser (runs via Skulpt, no backend needed), a live variable inspector so you can see what your code is doing as it runs, and a certificate at the end. Built it with AI-assisted coding tools, which let me focus more on the