
klarpage — create your website in minutes.
Create and publish professional websites in minutes using AI or templates with inline editing.
@KhaledMMatar · X
The full gallery
Topics
Known attributes
A lens, not a filter — shows only projects we could confirm.
Tech stack
2251 projects

Create and publish professional websites in minutes using AI or templates with inline editing.
@KhaledMMatar · X

AI receptionist that handles missed calls, texts customers, and books appointments for UK plumbing and heating businesses.
@holdembuilds · X
CallRescue - AI receptionist for plumbing & heating firms, turning missed calls into booked jobs.

Infrastructure for running and monitoring AI coding agents continuously from your browser.
sakuraiben · HN
Reachpad – Run all your coding agents from anywhere from the browser

Team chat workspace where AI coding agents are first-class members planning and shipping code.
u/pablostanley · Reddit
Built Hilos, a team chat where AI coding agents are members of the channel Hi, I'm Pabs, and I built this thing I'm calling Hilos (means "threads" in spanish) I work with coding agents every day (Claude Code, Codex, Cursor) and the workflow started to feel a bit isolating... tons of tabs in a terminal, and my team in a chat somewhere else, and I'm the messenger in the middle, copy-pasting context both ways from things I build and feedback I get. The llm doesn't know what the

Use AI agents to automate startup operations: social, blogging, SEO, revenue, and security.
u/Background-Bed-8866 · Reddit
I built an AI back office that handles startup operations while I focus on shipping I build an AI back office for founders because I was tired of juggling 15 different SaaS tools for blogging, SEO, docs, analytics, customer support, and launches. Today I finally launched on Product Hunt. Happy to answer anything about the architecture, pricing, or why I chose specialized agents instead of one general assistant. try it out: Astrodesk submitted by /u/Background-Bed-8866 to r

AI copilot that records, transcribes, and extracts insights from business calls in the browser.
u/carlosmarcialt · Reddit
I spent months building my SaaS and completely forgot the marketing part I just realized Voxandra has had exactly zero marketing. Not bad marketing. Literally none. So this Reddit post is now the entire marketing department. Voxandra is an AI phone copilot for people and teams who still get real work done over phone calls. Supplier calls, payment follow ups, claims, banks, government offices, universities, and all the other places that somehow still behave like email was never invented.

Execute crypto trades with AI-powered market insights and live charts.
@Chukwumaeke03 · X
Check out what I just built with Lovable!

Scan your GitHub repo for production-readiness across security and scalability.
@nathanghart · X
Submitting for approval. I built a free tool for anyone about to ship a vibecoded app. It scans your repo for what bites you in prod (leaked keys, no auth, no error handling). I ran it on 1,868 AI-built apps and even caught my own scanner being ~42% wrong.

Billing infrastructure for AI startups, handling payments, usage limits, and credits.
@coleywoleyyy · X
Yup, it’s buns. I vibe coded my own tool at Helicone, might make it easier

Convert A4 PDFs to double-sided A5 booklets, saving paper.
@33357xyz · X
最近买保险发现文件太多了不好打印。就做了一个小册子打印网站,可以吧A4的pdf双面打印成A5的小册子,节省一半的纸张。网站可以预览小册子的效果,支持手动双面打印和自动双面打印,感兴趣的可以来玩玩。

Automate App Store Connect tasks like bulk pricing, screenshots, translation, and releases.
@RedjanHysa · X
App Store Connect makes simple things painful, so I built . Localizing pricing across every available storefront, writing and translating all app's metadata, editing screenshots in one tool and uploading them in another... well, that just takes time from actually building. With MetaRun you have everything in one place: bulk pricing with ppp-based localization, AI-translated metadata, screenshot studio where you edit screenshots, translate them in every language you support and publish them with one click, and many other tools. Oh, you can also use MetaRun directly in Claude Code, Codex, or whatever agent you're using, via MCP, so you never leave your IDE :). Check it out and tell me what you think.

Generate Excel files with specified row counts, up to millions of rows, for testing data imports and exports.
v2mo · V2EX
生成指定行数的 Excel 文件, 输入行数, 就能快速下载 xlsx 表格文件 后端测试需要用到 Excel 大文件,测试导入、导出。 这个工具用来测试是很顺手了。 [生成指定行数的 Excel 文件, 输入行数, 快速下载 xlsx 表格文件]( https://it365.janqi.com/generate-excel-file-with-specified-number-of-rows/zh/) 看了背后的技术: 使用了 WebAssembly Web Worker 能支持生成一百万行的 Excel 文件,还是有点猛,只是 100w 行,要等几十秒。 还能按规则填充列的数据,也支持插值表达式和随机数,自由度还是不错的。