
i18.dev | Modern alternative to legacy translation management
Translation management platform with agent-native workflows for multilingual apps.
@sacsandc4 · X
The full gallery
Tech stack
60 projects

Translation management platform with agent-native workflows for multilingual apps.
@sacsandc4 · X

Upload manga images and instantly translate text into multiple languages.
AIMangaTranslator — 用 AI 翻译漫画 - [更多介绍](https://github.com/1c7/chinese-independent-developer/issues/160#issuecomment-2120097059)

Translate Excel and CSV files into 100+ languages with AI
AI Excel Translator — 批量翻译 Excel 或 CSV 文档,支持 100+ 语言。

Translate between Amharic and English using AI.
@BoyzsMatuz8020 · X
Check out what I just built with Lovable!

Manage WhatsApp and Telegram conversations with real-time translation across 200+ languages.
TranAI — 聚合海外主流应用的多开翻译器,支持沉浸式翻译、有道/百度/Google/DeepL/ChatGPT 等翻译通道和 AI 智能回复

Translate locale files with context and tone awareness for games and software.
@polycontext · X
Context-aware localization for apps, games, and software.

Browser-based markdown editor with live preview and export to HTML, Word, and PDF.
u/Eleraffa · Reddit
Built a browser-only Markdown editor for my own daily LLM workflows — live DBML schemas, proper DOCX export, token counts Hey r/SideProject , I move a lot of text between LLMs, local docs, and web tools every day. I couldn't find a lightweight browser editor that handled a few specific micro-annoyances without shoving ads in my face, requiring a signup, or routing text through a server. So I vibe-coded Markdown Online (mostly hacked together with Claude) to solve my own itch. It’s a plai

Convert ChatGPT and Gemini Markdown to Word DOCX.
u/DonQuijote30 · Reddit
I built a free tool to turn ChatGPT / Gemini Markdown into clean Word docs Hi everyone, I built a small free tool called MarkFormat. I often copy long answers from ChatGPT, Gemini, or Copilot and need to turn them into clean Word documents, HTML, CSV, or reusable Markdown. Doing this manually gets annoying, especially when tables and headings are involved. So I made a simple browser-based Markdown conversion toolkit: https://markformat.com/ Current features: - Paste Markdown and e

Automatically translate and dub videos into multiple languages with AI.
@pradeepcep · X
AI powered translation and dubbing:

Build or auto-generate multilingual forms with logic, payments, signatures, and integrations.
@hkbonur · X
that digitalise paper forms and make everything multi language, so businesses can get better conversion. One form any language.

Convert audio and video files to text with speaker labels and timestamps, no signup required.
zxhywork · V2EX
SayScribe AI - 音频转文字的在线工具 花了几周搞了一个基于 OpenAI Whisper 的 AI 转录工具 **[SayScribe]( https://sayscribe.org)**,目前 5 个工具全部免费,每天 3 次无需注册。上线前请 SEO 专家做了一轮诊断,踩了不少坑,分享出来给同样在做工具站的 V 友参考。 --- ## 做了什么 核心工具是 **[Audio to Text Converter]( https://sayscribe.org)**(主页),上传音频/视频文件,AI 自动转成带 speaker labels 和时间戳的文字稿。选这个词的原因是:Google 第一页有个 DR 只有 10 的小站排第三,KD 才 20.2 ,链接预算只要 15-35 个引用域就能进前十——典型的弱盘面蓝海。 然后在主页基础上拆了 4 个子工具,每个打一个独立搜索词: - **[MP3 to Text]( https://sayscribe.org/mp3-to-text)** — 只转 MP3 。KD 41.7 比主页难一些,但

Convert PDFs to Markdown locally in your browser without uploading.
halofanfan · V2EX
做了个浏览器本地处理的 PDF 转 MD 工具: PDF2MD Kit 因为经常要把 PDF 转成 Markdown 进笔记软件,觉得网上的工具太重还要上传服务器,就自己写了一个:**[PDF2MD Kit]( https://pdf2mdkit.com/)** * **纯前端解析**:文件零上传,比较安全 * **轻量**:无广告、免登录、最大 25M * **导出标准 .md** 网页地址:[https://pdf2mdkit.com/]( https://pdf2mdkit.com/) 第一次发,欢迎试用和反馈 bug 。