
SimplestAPI: Make your Lovable app actually save data
Add data persistence and authentication to AI-built apps in minutes without database setup.
@MuratOnX · X
The full gallery
Tech stack
32 projects

Add data persistence and authentication to AI-built apps in minutes without database setup.
@MuratOnX · X

Test your app across devices and browsers to catch bugs automatically in minutes.
@vibe_and_go · X

Free browser tools for image resizing, JSON formatting, PDF processing, text analysis, and design asset creation without login.
musekit · Product Hunt
Free AI Tools Free browser tools for everyday tasks, no login

Local AI apps for transcription and meeting assistance that run completely on your device.
Tovo - AI 会议/面试助手 — 在会议中,Tovo 是一款注重隐私的 AI 助手,完全在您的设备上运行,为会议和对话提供实时转录和智能协助,无需向外部服务器发送任何数据。

Visualize and predict weather with on-device calculations and custom aggregation modes.
__mp · HN
I built my own weather prediction / visualization app: https://wx.rsp.li (on-device temperature lapsing, on device interpolation modes, user-selectable aggregations, etc…). One of these days I should do a writeup. I also asked Claude to build a photo gallery for me https://places.pascalspoerri.ch (HDR, map support, similar images)

AI-powered IT service management platform with helpdesk, asset tracking, and monitoring capabilities.
@wealthyness_ · X
Your Multi ITSM allowing you to serve other organizations as the IT team. It can be used internally by the IT team as well

Send, spend, and move African currencies globally with no conversion chains.
@buttonupd · X
we are building a SocialFi @

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