
完整作品展
技术栈
32 projects



用于组织重要文件和与家人分享访问权限的安全保险库。
@DwivediNitil · X
Go physical to digital

RequestHarbor 安全客户门户,用于共享文件、答案和批准,实时可见状态。
@danielkleach · X
is a branded client portal for files, answers, sign-offs, and signatures. No more scattered email threads, docs in Google Drive, or confusion about who is waiting for whom. Business and client both see what is done and what is in progress on both sides, in

监控 SSL 证书和网站安全,包含自动续期检测、安全头部监控和 DNS 健康检查。
@di_spivak · X

GOSafe:查看旅游目的地的灾害和位置风险
@HappyMonkeyAI · X
GOSafe was another #AI powered #app concept from last week too that aims to help to #travellers stay informed about destinations they are thinking of visiting

针对印度酒店的AI预订引擎,支持WhatsApp预订和自动化客人询问处理。
@SandeepHegde · X

从一个仪表板监控网站运行时间、SSL 和 DNS,并通过 Slack、邮件和短信获得即时警报。
@adambalee · X
Built Sentinel 👋 Instant free URL check on the homepage. Every free account also includes 1 public status page, even for commercial use.

客户管理仪表板和品牌门户,用于组织请求和批准。
@buildwithshaad · X
Groven one dashboard for all your clients, one branded portal for each of them. No more scattered requests across Gmail/WhatsApp.

为AI应用提供MCP服务器、REST API和行级安全的后端服务平台。
u/bob__io · Reddit
What we learned from trying to turn vibe-coded prototypes into production SaaS applications Founder here. While developing MCPBackend, we noticed a major difference between generating a convincing application demo and building a maintainable SaaS product. AI coding tools are increasingly capable of generating interfaces, routes and even initial application logic. But a production application still needs: a reliable data model authentication and authorization backend validation

使用硬件认证和OTP保护GitHub拉取请求。
jallmann · HN
> want without a PR process that requires hardware authentication or proof of presence Just curious, what do you use for this? I built OTP Guard [1] a few years ago for exactly this problem, although I haven't seen any alternatives in the space. Does GitHub have something built-in now? The original framing was more "local malware compromising your GitHub account" ... it never occurred to me that the malware could be a LLM. I really should update the page. [1] https://otpguard.com

为网络设备自动备份配置并用E2EE端到端加密保护。
Willdom1986 · V2EX
多年前考过 CCNP 网络工程师,以前有一个很头疼的地方就是网络设备配置丢失引发的各种故障。后来越发觉得,网络设备的配置实际上是一个非常关键的数字资产。 为此,我利用周末时间开发了 XConf ( https://xconf.ai) 来解决这个问题。 产品主要就是想解决两个问题:**自动化的灾备高可用**,以及**端到端的安全**。 * **自动备份与灾备**:支持将配置定时备份到云端。如果网络断连了,探针会自动在本地离线队列里暂存配置,等连接恢复后自动重传。 * **端到端加密**:本地的 Go 探针是完全开源的,会自动在内存中对密码进行流式脱敏,并在上传前通过 AES-256-GCM 在本地加密。SaaS 后台拿到的只有密文,解密和版本比对( Diff )都完全在你的浏览器本地沙盒里通过 WebCrypto API 进行。 * **打磨版的配置对比 Diff**:我花了一些功夫打磨了浏览器端的配置版本对比功能,力求让日常比对的交互体验足够丝滑。 * **AI 安全基线审查**:系统集成了 AI 辅助的安全基线审查,可以一键检查和分析配置中的潜在风险。 因为目前完全是我利用业余时间(主要在周末)维护,所以确实没精力提供工作日的在线即时客服。大家使用过程中遇到任何 Bug ,欢迎随时去 GitHub 提 Issue ,我会在周末集中修复和跟进。 目前公测已开放,不需要邀请码即可注册,欢迎大家体验吐槽。 探针 agent 开源地址: https://github.com/willdom-lee/xconf-agent 官方网站: https://xconf.ai