发布于 2026-01-06 6 阅读
0

疫情期间,我从零开始搭建了一个永久免费的反馈平台!

疫情期间,我从零开始搭建了一个永久免费的反馈平台!

嘿,请坐下放松,好好欣赏一下namelss这个匿名反馈平台在 COVID-19 疫情期间如何从零开始创建的故事。

自从我的全职工作转为居家办公后,我一直在想该如何利用最近节省下来的额外时间(例如:通勤时间、不用自己做饭的时间等等)。

此外,我还想学习 Clojure,并想创建一个结构良好、可用于生产环境的应用程序。

于是我开始寻找可以着手的项目。

就在这时,我发现我的一位同事正在努力寻找一种工具,他可以作为唯一的主持人,邀请其他人实时提供反馈(类似于聊天室),但所有参与者都可以根据他们的个人喜好匿名或具名。

砰!这真是个绝妙的想法和需求交汇点,我可以实现我想要的一切(业余项目 + 基于 Clojure 的应用程序)。

我很快就围绕这个概念写了一份 RFC/ADR 文档。

一旦我觉得我已经掌握了项目的基本需求,我就开始着手做了。

仅仅用了两个月的时间,我主要利用周末,有时也会在工作日加班,就把它做成了可以投入生产的产品,今天我正式发布了它。

Product Hunt 页面

(如果您喜欢这个项目,请在 Product Hunt 上点赞)

关于无名氏

🙅 No login/auth required by host or participants
🎭 Participants can be totally anonymous
✈️ Unlimited participants can join
📥 The host can export feedbacks/chats as CSV
🔒The host can lock room for entry when required participants have joined in.
⏳Realtime chatrooms and sessions
Enter fullscreen mode Exit fullscreen mode

奖金 :

📱The app is a PWA so it can be installed on any device
🔐 Conversations are E2E encrypted
🕸️ Minimal UI
📟 Open Source
It helps with :
    People giving feedback can be totally anonymous
    The host can interact and introspect feedback with audience realtime
    No limit on the number of people that can join the same room at a time
    No context of the data being stored
Enter fullscreen mode Exit fullscreen mode

更多详情请参见此处的 GitHub 代码库。

文章来源:https://dev.to/singhkshitij/i-built-a-free-forever-feedback-platform-from-scratch-in-pandemic-11m8