惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
博客园_首页
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
V
Visual Studio Blog
The Cloudflare Blog
罗磊的独立博客
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
大猫的无限游戏
大猫的无限游戏
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
博客园 - 叶小钗
The GitHub Blog
The GitHub Blog
Last Week in AI
Last Week in AI
J
Java Code Geeks
MyScale Blog
MyScale Blog
G
Google Developers Blog
U
Unit 42
Y
Y Combinator Blog
P
Proofpoint News Feed
Vercel News
Vercel News

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Show HN: Moumantai – self-hosted, agent-driven apps you c...
no_0044 · 2026-06-28 · via HN's home page

Moumantai is a self-hosted runtime for creating personal "mini-apps": you define the app once, the server holds its state and logic (deterministic or powered by agent), and it can be accessed and rendered natively through a thin client on any device - phone, watch, browser, or an embedded board.

Like many folks I was trying to build and customize little apps for myself, start by some web apps, but soon I realize I would want to access them across the devices I own, without opening the browser. While many agents now can generate ephemeral apps that customized to the need at the time and show in the chat interface, regenerating everything each time could be slow and costly. What I wanted is the middle ground: AI widgets/mini-apps that I can create, customize and host myself - reusable, still has the intelligence from llms when needed, and being able to access and use across devices.

So in Moumantai, an app is defined once with the schema (data), tools (actions), and faces (views). The server hosts the state, with some agent in the back as the intelligence layer, and handle all the heavy lifting. The clients just renders the UI natively, with different device-specific faces resolved on the server. The main app logic is still simple CRUD operations, with some wrapped as tools so the backend agent can provide intelligence when needed.

It is mostly a small personal experiment so designed a bit opinioned around what I use and need. Would love any feedbacks to make it more useful. In particular any security issues or performance suggestion, any recommendation to make the architecture more elegant and cut down the complexity. Any issues are welcome :)