
Living Memory Engine | Memory that follows your agents.
为AI代理添加跨会话和设备的持久内存。
@v1b3_x · X
I built a persistent, Git-like memory engine for LLM agents so they never lose context across session. works with ClaudeDesktop <—> Claude Code <—> Codex
完整作品展
主题
已知属性
是透镜不是过滤器——只显示我们能确认的项目。
技术栈
77 projects

为AI代理添加跨会话和设备的持久内存。
@v1b3_x · X
I built a persistent, Git-like memory engine for LLM agents so they never lose context across session. works with ClaudeDesktop <—> Claude Code <—> Codex

开源LLM和视频模型的OpenAI兼容API
bingus-bongo · HN
Use GLM-5.3 in Cursor today via tokengo API

克隆你的声音创作和讲述原创故事。
u/Aware_Web9715 · Reddit
Create stories in your voice Built using open source models (Qwen 3.6 and TTS). Clone your voice and create an original story for free. Just a fun weekend project that runs on my spark. Feedback gets reviewed daily and the coding agents attempts to create a PR. https://app.getzoro.com submitted by /u/Aware_Web9715 to r/SideProject [link] [comments]

ENRScout - 在浏览器中直接探索以太坊节点的开源爬虫工具
@mysticryuujin · X
I was unhappy with the current state of Ethereum crawlers, so I vibe coded and open sourced a new one.

在OpenVibeEval中对比不同AI模型生成前端代码和可访问性评分。
u/12qwww · Reddit
I built a live benchmark to see which AI actually writes the best frontend code Hey everyone! I built OpenVibeEval because I was tired of "vibe-checking" AI-generated frontend code. I wanted to know which model actually produces the most accessible and clean React/Tailwind output. What I built: •A leaderboard of 24 models (Claude, GPT, DeepSeek, etc.) ranked by axe-core accessibility scores. •A Harness Comparator to show how different system prompts change the same model's output. •

bloub:创建个性化机器人头像,支持形态配色表情定制,生成动画并导出多种格式。
@ygjc_cc · X
最近被这个超治愈的纯 SVG 动态机器人头像迷住了!✨ 我把它部署在cloudflare pages上了,已经上线了 👉 不仅完全还原了 / Grok 头像那种丝滑的流体形态变换,功能还超丰富: 🎨 8 种形态 + 12 种配色 + 16 种表情随心搭配 🎬 内置可视化时间线,自由编排 14 种动作序列 📦 一键免费导出矢量 SVG、高清 PNG、动态 GIF 甚至是 MP4 视频! 🔒 100% 纯本地浏览器计算,零数据上传 我的开源仓库: 原作者开源仓库: 原作者致敬:@worlz_ 快来捏一个属于你自己的专属动态头像吧!👇 #开源 #前端 #WebDev #SVG #Grok #AI

Crestr登山导航应用,包含精准ETA和键盘快捷键
@abd_ulll16 · X
Just shipped Crestr v0.2.12 Here's what's changed: - Improved keyboard navigation and shortcuts - Much more accurate ETAs - Clearer error messages Check it out at #OpenSource #BuildInPublic #HikingApp

1NX 是用于原型设计、流程图和过程管理的无登录协作白板。
veau · V2EX
[产品自荐] 基于 Excalidraw,我做了一个更顺手、更全能的纯本地白板: 1NX 作为产品民工+重度 Excalidraw 用户。 在 AI 的加持下,基于 Excalidraw 做了一个更顺自己手、更全能的纯本地白板:**1NX.NET** 访问地址: https://1nx.net/ **核心解决日常画图、画交互、读取各种文件轻量化处理的问题。** 产品能力概览: * 无须注册,打开即用。完整兼容 Excalidraw ,旧图可直接导入继续编辑 * 优化画布操作手感和交互,解决存储满的问题,大量元素上依然流畅 * 流程图、脑图、原型、文档、代码和图片都能放在同一张画布 * 支持 Axure 、XMind 、draw.io 、Visio 、Mermaid 、PlantUML 等格式直接导入 * 代码块、PDF 、Word 、PPT 、Excel 可直接摊开阅读;无需打开软件 * 图片裁剪、切片、马赛克、高清放大、智能抠图一站完成(全单机完成) * AI 生成思维导图、流程图、以及汇报级别的 PPTX * 增强本地化单文件能力,全

通过隐私保护的API访问中国开发的开源AI模型。
@Jenny5143197635 · X

将手写字母照片转换成真实字体文件(TTF、WOFF、WOFF2)。
danilo-znamerovszkij · GitHub
draw-your-font Turn a photo of your handwriting into a real font (TTF/WOFF/WOFF2) - free, open source, no uploads. Node CLI + Claude Code skill.

Edge Python 是一个在浏览器中运行的轻量级 Python 解释器。
dylansuttonc · HN
When I started programming Edge Python more than six months ago, I was looking for a version of Python that weighed less than 200 kb so it could reach any device, sandboxed by design, built with browsers in mind, decoupled from the operating system and very fast. Today the closest competitor would be MicroPython. However, it did not solve my real problems or the problems of the people who use the project. * Managing async and blocking code on the event loop. MicroPython inherits CPython's blocki

用真实尺寸模拟画廊墙布局,预览实际效果后再挂框。
u/Individual_Plane5170 · Reddit
I built a free, open-source gallery wall planner because the good ones are paywalled My wife and I were decorating a big wall and couldn't agree on a layout. I wanted to place real frame sizes with our own photos and see it to scale before drilling. Tools exist (GalleryPlanner, Suprtiles…), but the good ones paywall the useful bits or felt heavier than I needed. So I vibe-coded a stripped-down one over a evening. Stack: React + Vite, react-konva for the canvas, no backend - state live