
ChatTempMail - AI-Powered Temporary Email Service
Temporary email service with AI features like translation, summarization, and Q&A.
ChatTempMail — AI 驱动的临时邮箱服务
The full gallery
Tech stack
60 projects

Temporary email service with AI features like translation, summarization, and Q&A.
ChatTempMail — AI 驱动的临时邮箱服务

Dashboard that consolidates sports betting reports from multiple bookmakers without manual data entry.
u/Beginning-Eagle-1957 · Reddit
A coworker who likes betting told me he tracked everything in Excel. 7 months of development later, it became a SaaS. I work as a Data Analyst at a private equity bank. In January a summer intern joined who did a lot of sports arbitrage betting, placing bets across multiple bookmakers at once to lock in profit from the odds difference. I asked him how he kept track of it all, and he said it was just Excel, because nothing built for that actually existed. That idea kept nagging at me, and that

A browser extension suggesting X replies in your unique voice and tone.
@kekkodamato_ · X
Working on -- a browser extension that helps you write better replies on X. Built for anyone who spends time engaging here but wants their replies to actually land.

Mix any two ingredients—Animals, Mechs, or Fantasy Heroes—to create unique hybrid characters.
Magic Animal Generator — 尽情发挥你的想象力 用 AI 混合两种动物,创造前所未见的新物种

Diagnose your skill gaps and get a personalized AI learning path in your field.
u/safi1409 · Reddit
Instead of asking "what should I learn next?", I built a tool that diagnoses your actual gaps and tells you One pattern I keep seeing here (and had myself): you're learning a field - say backend development or ML - and at some point you don't know what you don't know. You've done tutorials, watched videos, maybe built some projects. But you can't tell if you actually have real understanding or just surface-level familiarity. I built a free tool called Cascade AI that tries to solve this.

Paint areas of images and add springy wobble effects to create animated GIFs or videos.
plutozc · V2EX
purupuru 抖动起来吧 部分图片区域抖动工具 二次元们 抖动起来吧 [purupuru maker]( https://purupuru-maker.com/) 二次元们 各位食用愉快😀 各种不同的抖动方式 优化了下手机端使用

AI-powered tool that stress-tests business ideas with financial analysis and risk scenarios in 90 seconds.
@AIWMCX1 · X
Consultants don’t need more noise. AIWMC Quantis helps turn messy business ideas into clear scenarios, runway views, and risk signals — so you can spend less time rebuilding analysis and more time giving the client a real answer.

Turn Instagram comments into DM conversations automatically.
@Mr_Chaudhary27 · X
building this Instagram DM Automation tool, currently, trying to capture small market among the competitors. Edge: others are expensive and don't have much AI support. will love your input on this.

AI research and outreach agent that generates personalized cold messages.
@Aryan_2190 · X
Hyper Personalized Outreach for B2B

Diagnose your knowledge gaps in technical fields and get a personalized AI-driven learning plan.
u/safi1409 · Reddit
I built a learning path builder tool powered by AI — maps your knowledge gaps and builds a focused learning path Hey everyone, sharing a side project I've been working on. The problem: When you're self-learning a technical field, you don't know what you don't know. Most people either follow a generic roadmap or keep consuming content without a clear picture of their actual gaps. I personally have completed multiple courses which reiterate the same thing because I was not sure if I had act

Manage quotes, repair orders, scheduling and invoicing for independent repair garages.
@AtelioWeb · X

Design electronic circuits and PCBs in your browser with KiCad, no installation required.
ViktorEE · HN
KiCad, a PCB EDA suite is now working in a browser, you can try it at the link, there's a demo project or you can bring your own. Firefox is best, Chrome is good, Safari is "working". We’re Emergence Engineering, a dev shop from Hungary, mostly working with rich text editors, CRDTs. PCBJam started as my (Viktor, CTO, ex-electrical engineer) hobby project but as time went on I put more and more energy into it, and a product started shaping up in my head, in the last few months we’ve started to focus on this project a bit more, and this is the first MVP~ish result. This project is a ton of fun, ton of learning, ton of improvements over improvements: - I thought there must be ways to emulate the PCB canvas OpenGL code on the web. And yes, there are a lot of ways, all of them very buggy. Turns out it’s faster to just write WebGL code that works with KiCad’s Graphics Abstraction Layer if you add the right intermediate debugging steps. I (with Claude) implemented the features and compared