I launched Quiet UI this week: https://quietui.org/ It prioritizes accessibility, longevity, performance, and simplicity. With the autoloader, one script tag loads components dynamically without downloading the entire library. (npm also available.) Theming uses color-mix() and OKLAB to create uniform color palettes from a single CSS property. Adaptive palettes are used for dark mode. All form controls are form-associ…
Ask HN: What are you working on? (September 2025)
611–620 of 1001 posts
Re: Ask HN: What are you working on? (September 2025)
#612I’m still working on Simple Observability: https://simpleobservability.com I built it because I needed two things: - A super easy-to-install monitoring tool that doesn’t require bash scripts or config files - A mobile-friendly, UX-first interface where I can check everything from my phone It’s now pretty feature complete. I can see a full picture of all the servers and VPS I run straight from my phone. Setup is one c…
Very cool! However I couldn't get the agent running on an ARM based Oracle Linux Server 10 in OCI. I tried two different servers level=ERROR msg="failed to fetch collection config. retrying in 5s..." error="GET /configs/ failed with status: 204"
Re: Ask HN: What are you working on? (September 2025)
#613The main idea is that you don't need to configure anything, simply send us the data and we should figure out evals for you.
If anyone is building with realtime voice send me an email at username at Gmail and I'll try to help you improve your tool for free (In exchange I get to talk to real users)
Re: Ask HN: What are you working on? (September 2025)
#614Right now I’m adding few of the most requested user-requested features (vertical Dock support etc.) and working on refining it for Tahoe release.
Re: Ask HN: What are you working on? (September 2025)
#615It's basically inspired by LighterPack[2], but LP is left abandoned and the UI is quite hard to work with, unfortunately.
Re: Ask HN: What are you working on? (September 2025)
#616Re: Ask HN: What are you working on? (September 2025)
#617I got tired of Spotify recommending me the same songs, from the same artists, over and over again. So I built Riff Radar - it creates playlists from your followed artists' complete discography, and allows you to tailor them in multiple ways. Those playlists are my top listened to. I know, because you can also see your listening statistics (at the mercy of Spotify's API). The playlists also get updated daily. Think of…
Re: Ask HN: What are you working on? (September 2025)
#618The Problem: News fatigue is real. Reading 50+ articles daily (from hundred of different sources) to stay informed is unsustainable, but traditional aggregators just dump links without context.
Wikli uses a three-stage pipeline:
Scraping & Processing (Cloudflare Workers): RSS feeds → content extraction → AI classification Semantic Clustering (Python): Claude groups related articles across sources into coherent stories Digest Generation: AI synthesizes clusters into readable reports with context and TLDR
Technical Highlights:
Cloudflare Workers + PostgreSQL for scraping infrastructure Hybrid content extraction (Readability + Puppeteer fallback for tricky sites) Claude Sonnet 4 for clustering and synthesis (outperformed embedding-based approaches) Theme-based filtering with relevance scoring (0-10 scale per article) Telegram bot with stateless approval workflow for editorial control
What's Different:
Semantic clustering beats chronological or source-based grouping Context from previous digests prevents repetition Human-in-the-loop via Telegram for quality control (can edit title/approve digest) Open architecture: separate Brief Generator (Python) and Scraper API (TypeScript)
Stack: TypeScript, Python, PostgreSQL, Drizzle ORM, Claude/Gemini APIs
The system handles rate limiting across domains, AI API throttling, and includes a DataManager abstraction for centralized data operations. Currently live in Italian at wikli.com - language-agnostic by design but focused on the Italian market for now. A the moment running with two topics (AI innovation and Inter Milano Football Club) via Telegram and wikli.com website.
Happy to get any feedback.
Re: Ask HN: What are you working on? (September 2025)
#619A two-man team, we're enabling PHP developers to get into mobile app development as easily as possible - no need to learn new languages, no new skills, just a few commands and away you go.
NativePHP is the library. Bifrost is the build and release service, getting apps into the stores faster than anything else.
This month we're planning to release the first fully open source version of the Mobile package.
How's it going?
We've sold over 2,000 licenses since May. We built Bifrost over the summer and it already has almost 300 monthly subscribers.
We just gave away another 1,000 licenses to the African PHP community.
Re: Ask HN: What are you working on? (September 2025)
#620I'm working on a system that helps surgeons make precise bone cuts during knee replacement surgery. Believe it or not, manual cuts are still the standard in that type of procedure. Robotic systems exist but they are very costly, big, and actually add time to the surgery (bad news when you are under anesthesia and your leg is in a tourniquet). It uses 4k stereoscopic capture and bunch of ML models to match bone positi…