
CodexThemes — Codex Themes & Codex Skins Gallery
浏览和安装 Codex 主题,包含完整工作区预览,或分享你的设计。
@cnyzgkc · X
idoubi @idoubicc 老师执行力拉满! 直接做了一个 CodexThemes 主题站,把创建、分享、查找、安装、启用 Codex 主题的流程闭环! 使用方式:直接复制提示词发给 Codex,就可以让Codex 管理主题。 网站地址:
完整作品展
技术栈
33 projects

浏览和安装 Codex 主题,包含完整工作区预览,或分享你的设计。
@cnyzgkc · X
idoubi @idoubicc 老师执行力拉满! 直接做了一个 CodexThemes 主题站,把创建、分享、查找、安装、启用 Codex 主题的流程闭环! 使用方式:直接复制提示词发给 Codex,就可以让Codex 管理主题。 网站地址:

自动监控 Codex 额度重置,通过 Telegram 推送及时提醒。
zemul · V2EX
每次 Codex 额度刷新全靠社区消息,反应慢一步直接错过 所以我搭了个自动化服务: - 抓取 OpenAI 员工的公开推文 - 新推文丢给 LLM 做语义判断:是不是在说额度重置 / 限额恢复 - Telegram 推送 地址: https://divin.cc/


在 Enclave 保密计算平台上运行的 LLM 聊天界面。
SteveDeFacto · HN
Hi HN, I built Enclave, self-serve confidential compute on GPUs. Technical documentation is on the site, but I'd rather show than tell. Here are a couple apps hosted live on the platform: LLM Chat bot: https://cc1f4f3f.app.enclave.host AI Image Generation: https://da09d0f2.app.enclave.host If you have any questions, I would be more than happy to discuss.

为 Codex Desktop 设计自定义主题,调整背景、颜色、透明度和视觉效果。
plutozc · V2EX
做了个 Codex Desktop 主题预览和切换工具,先调好再安装 最近一直在用 Codex Desktop ,觉得默认界面看久了有点单调,就顺手做了个主题编辑工具,分享一下: [Codex Skin]( https://getcodexskin.com) 可以先在网页里预览主题,调整背景透明度、面板透明度、颜色、模糊和圆角等参数,满意之后再下载并切换到 Codex Desktop 。 目前支持: - 自定义 JPG 、PNG 、WebP 背景 - 在线实时预览主题效果 - 调整透明度、颜色、模糊、圆角 - 预览满意后生成安装命令 - 不喜欢了可以恢复默认外观 目前主要面向 macOS 上的 Codex Desktop ,还是个人项目,功能和兼容性都在继续打磨。 欢迎试试,也想听听大家对主题参数、预览效果和安装流程的反馈。 直接网址: https://getcodexskin.com [轻喷 轻喷,可能还有些 bug

按主题分组聊天记录,快速导航到过去的对话。
doantam · HN
I built a chat client that uses embeddings to cluster messages by topic

团队聊天平台,内置AI队友可阅读文件、编写文档并与您的工具集成。
@KalantariAria · X
A Discord/Slack alternative with a native AI Agent built in, it's called Waffle (@trywaffle_app).

为Claude Code和Codex设计的开源遥控器,支持iOS、Android和网页。
@Ex3NDR · X
Few days ago Happy had a birthday. Tried to refresh one of the most neglected part of it: our Happy Website: also i built a new harness called “rig”. i started to use at work recently instead of codex/claude code and i liked how it does work. i want to share this with everyone. it is a codex and cause code reimplemented using Pi, but keeping native prompts and expanded a little for uniformity (like added workflows to codex yay!). when something new released that is worthy of porting - i ask Sol to mim for prompts or read sources directly and i can have a feature within an hour. why this is needed? i was constantly blocked by the needing of integrating a lot of models together, which each has their own harness or many doesn’t have any, but i didn’t want to go too far from native and don’t like the idea of extensions - i want experience to be the same everywhere. i think configuration > extensions. more soon

五位历史人物为您的人生难题辩论,由马可·奥勒留给出最终裁决。
u/Rcoo232 · Reddit
I built a council of 5 historical figures that debates your hardest life decision (based on Karpathy's LLM Council) A few weeks ago, I came across Karpathy's "LLM Council" concept. You ask multiple Agents the same question independently, have them anonymously peer-review each other, then synthesise a final answer. The peer-review round is the genius part; models get surprisingly honest when critiquing anonymised responses. I turned it into a consumer product where the council members are hi

将WhatsApp和Telegram的客户聊天集中到一个AI收件箱。
ruba_al_sabbagh · Product Hunt
ARK All your customer conversations. One AI-powered inbox

浏览为ChatGPT和Gemini精选的AI提示词集合,包含预览示例。
AITrendingPrompt — 精选 AI 提示库,为创作者和营销人员提供热门、实用的 AI 提示

用 OpenRouter 进行私密 AI 聊天,无账户无跟踪,支持自托管。
johnfahey · HN
As someone who doesn't use any of the more "advanced" features on sites like ChatGPT or Claude (agentic mode, memory, image generation, deep research, etc), I found the bloat of these services, both in UX and in performance, to be pretty tedious. There are a million AI chat interfaces out there, but I could never find one that just did simple messaging and history in the most minimal and lightweight way possible. So I made my own. Nully is written in Go and Vanilla HTML/CSS/JS. It literally just sends messages to OpenRouter, receives the result, and stores your messages locally. It's very simple, very clean, and very lightweight (see performance graphs on the site). It has basic chat features, basic model settings, and works with just about any OpenRouter text model. It supports attachments and basic web search via the OpenRouter API. I made Nully mostly for myself, but the cost to open-source it and host it on a cheap VPS is practically nothing, so I figured I'd release it if it c