
DrawTok — turn sliders or code into drawing videos
Generate drawing videos from templates or code, ready to share on social media.
@xfrigle · X
turn tiny Logo code into stunning drawing videos ready to share on social
The full gallery
Tech stack
19 projects

Generate drawing videos from templates or code, ready to share on social media.
@xfrigle · X
turn tiny Logo code into stunning drawing videos ready to share on social

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

Create travel map animation videos from your trip stops without learning timeline tools.
@yan_ianthe · X
Shoutout to travelboast and — gorgeous travel map animations. I just wanted one for my own trip without learning a timeline. so with GPT 5.5 vibe coding I shipped ✨Free, browser-only, no login, type your stops → get a video. this is what "vibe coding a weekend project" actually looks like: no spec, no figma, just "build me X" in a chat window.

Upload a chart and ask market questions to get AI analysis with trade levels.
u/famelebg29 · Reddit
i built an ai that reads chart screenshots and tells you what it actually sees, looking for honest feedback so for the past few months i've been building an ai trading copilot. the idea came from watching people (me included) screenshot charts and send them to friends asking "what do you think?". i figured that exact motion, screenshot in, opinion out, was the whole product. you upload any chart screenshot, stocks crypto forex whatever, and it gives you a structured read. where support and

Import 2D paths from Adobe Illustrator, transform them in 3D, and export as vectors without rasterizing.
@kamone · X
I built (vibe coded) my own geometry engine from scratch. It keeps path as path, and does the transformation and the silhouette splitting. You can see the code here. One single html file.

Track your placement prep by practicing DSA patterns with ChatGPT-powered guidance.
@8876sahil · X
If you tired of random DSA videos and unstructured placement prep. You can try trackMe a free placement tracker. Practice DSA pattern-wise, prepare topic-wise, and learn with ChatGPT. Feedback welcome. Share if useful

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