
Lexly — Create, Understand & Sign Any Contract with AI
Create any contract in 60 seconds and get AI risk analysis before signing.
@Gaurav_dev01 · X
The full gallery
Tech stack
19 projects

Create any contract in 60 seconds and get AI risk analysis before signing.
@Gaurav_dev01 · X

Capture work context, decisions, and parked items to resume your work anytime.
@naumanthanvi · X

Generate and schedule X posts from documents and feeds in your voice and style.
@santracrade · X
Xposto generates and schedules months’ worth of expert-level posts from uploaded documents, RSS/URL feeds, all in your own voice, across 5 writing styles and 60 languages. Now "The Reply Guy" feature so you can monetize faster!

Manage academic conferences: submit and review papers, handle scheduling and registration.
@harryjwang · X
I've used many of the major conference systems. Plenty still have docs as an unsearchable static site — or worse, as PDFs that stopped tracking the product three versions ago. Somehow, still true in 2026. We took an AI-first path with instead. Our docs are generated from the codebase itself. A custom Claude Code skill writes each page and retakes the screenshots whenever a feature changes — so the docs don't drift from the product. Every page still gets reviewed by a human before it ships. Now you can talk to them, too. We just shipped "Ask AI" over our docs: This feature also turned out to be a nice teaching case for agentic RAG vs. classic RAG: • Classic RAG: chunk → embed → vector DB → retrieve once, by fixed rules • Agentic RAG: hand the model a search tool and let it drive — write a query, read the results, rewrite, retry At more than 100 pages, still no vector database needed. And every answer cites the exact page it came from. #Age

Create and schedule AI-generated LinkedIn posts and carousels.
@janvmusscher · X

Create narrated training videos from PDFs and documents using AI-generated slide decks.
u/No-Tap6993 · Reddit
I built a slide deck video builder Most AI generated visual can look like slop. I built a slide deck video builder for training content. It generates beautiful slide decks from 18 templates, adds voice over, allows post editing, and finally export to mp4. Check it out at https://inkbolt.ai and let me know what you think! I have to give a shout out to this repo for inspiring how to do design properly with AI. https://github.com/zarazhangrui/frontend-slides submitted b

Convert images to ASCII art, copy symbols, browse ASCII tables, and convert bases—all in your browser.
HeStudy · V2EX
做了个纯前端的 ASCII 工具站:图片转字符画、banner 生成、符号一键复制 平时偶尔需要查 ASCII 码表、复制一些特殊符号(箭头、制表符这类),每次都是搜一个满屏广告的老站凑合用,索性自己做了一个: https://getascii.com 目前有这些工具: 图片转 ASCII 字符画(拖一张图进去就行,支持调宽度/字符集/反色) 文字转 ASCII banner 大字 常用符号一键复制(箭头、制表符、数学符号、颜文字) 完整 ASCII 码表 + 一个交互式键盘映射图(点键盘上的键显示对应的 dec/hex 码) 进制转换器( hex/dec/bin ↔ ASCII ) 几个实现上的点: Astro 构建的纯静态站,所有工具都是纯客户端计算,图片不会上传到任何服务器 没有账号系统,没有付费墙,打开就用 整站是绿色荧光终端风( CRT 扫描线 + JetBrains Mono ),算是给终端审美交个作业 顺手给它做了个 25 秒的宣传片: https://www.youtube.com/watch?v=AjzU5mw1PrI