
Connect | AI Voice Translator for Zoom & Real-Time Calls
Real-time voice translator for Zoom, Google Meet, Teams, and calls with 40+ languages.
@Caleb_L509 · X
ai voice translation for calls
The full gallery
Tech stack
60 projects

Real-time voice translator for Zoom, Google Meet, Teams, and calls with 40+ languages.
@Caleb_L509 · X
ai voice translation for calls

Resize, crop, compress, and convert images in batch — all locally in your browser.
@MaximMitenkov · X
🔒 Just launched Image Pipeline — batch image processing in your browser. 100% private. No signup. Pay once, use forever. #buildinpublic #webdev #privacy

Explore every word of the Quran with Arabic, Urdu, and English meanings, frequencies, and ayah references.
@opismutiny_ · X
been vibe coding this quranic word explorer a small tool to explore every word of the holy quran with arabic, urdu & english meanings, roots, lemmas, frequency, ayah references, recitation, bookmarks, memorization, notes & progress tracking.

Read Paul Graham's essays with Chinese and English translations displayed side-by-side.
@imwsl90 · X
今日 vibe coding 进展 我今天做了一个通用的 widget 功能,如下图: 把我的一些服务打包成一个 widget.js,这份代码可以部署到任意网站,只需要粘贴到网站就能展示 如果有人想购买直接加我微信就好了(估计人不多) 演示网站: 系统网站是: 不过目前只有我自己的 gmail 可以登录,还未对外开放

Type a topic and get a complete, personalized course with lessons and interactive practice.
@DevSanghav15604 · X
The Duolingo for everything. Type in a prompt and get a full, personalized course built for you.

Convert text scripts into AI-generated faceless videos for YouTube Shorts, TikTok, and Instagram Reels.
@jaeholeeeee · X
High-end AI video studio Currently pivoting to BYOK model from expensive subscription plan

Analyze texts to identify 10 toxic and 7 healthy communication patterns.
@WEreFrame · X
Underrated...well I wouldn't say that because I'm just starting, but overlooked maybe. The impact on humanity will be noticed across the globe. Stop reacting. Start reFraming.

Transform AI-generated text into human-sounding content with tools for grammar, summarization, and SEO optimization.
@RohanAhmed06 · X
🚀 Built Humanely. An AI writing toolkit with: • AI Humanizer • AI Detector • Grammar Checker • Text Summarizer • SEO Tools I'd love your honest feedback 🙌

Pre-commit hook that catches verbose, defensive LLM-generated code before merge.
@iampeersky · X
is blazingly fast LLM generated code slop detector & clean up cli tool that installs as git pre-commit hook to save your git history from sloppppp

Free AI-powered daily English practice platform covering listening, speaking, reading, and writing.
English Daily — AI 每日英语学习平台

Chat with an AI about crypto markets, wallets, tokens, news, and airdrops with live data charts.
@FlateAI · X
We've just launched!

Embeddable visual workflow builder for web apps with optional AI assistance.
tahazsh · HN
Hi! I’m Taha. In many agentic products that support workflows (including one I worked on), I noticed they either don’t support node-based editors, or use React Flow and go through the difficult work of integrating it into their product to run it and work with their existing logic. So I thought about creating a tool that could help with this by closing the gap between the editor and the runtime. That’s why I created Wayflow. The basic architecture is simple: you just need to create a graph (which is a JSON object) that the runtime knows how to run. The runtime doesn’t care where that graph is coming from, it just needs the right schema. And with the help of the editor, you can create the graph, and then export it or directly save it on your backend in your database. And then when you want to execute it, you just hand it to the runtime. The runtime can either stream the execution (which is useful for the editor), or give you the final result. How you execute the graph is up to you: t