DEV Community

Cover image for πŸ’‘ New Feature Drop on NIXX/DEV – Now with Comments, Notifications, and More! πŸš€
β„΅iβœ—βœ—
β„΅iβœ—βœ—

Posted on

2

πŸ’‘ New Feature Drop on NIXX/DEV – Now with Comments, Notifications, and More! πŸš€

Over the past couple of weeks, I’ve been quietly building and shipping a bunch of updates to nixx.dev β€” and I'm excited to finally share them.

This release is all about community interaction and keeping things clean, fast, and secure.


πŸ’¬ Comments Are Live

Users can now comment on blog posts β€” fully integrated into the existing Next.js + Prisma stack.

Features:

  • πŸ” Requires login
  • πŸ“ Supports Markdown
  • 🧡 Nested replies for full conversation threads
  • 🚫 Word filtering & heading sanitization (no <h1>, no spammy formatting)

πŸ”” Notifications

Users now get notified when:

  • Someone replies to their comment
  • Their comment receives a new response

Also included:

  • Email notifications
  • API routes for real-time updates (WebSocket support coming later)

🧱 Codebase Improvements

To support these features and prep for more, I also made a few architectural changes:

  • Refactored the entire context structure (auth, admin, notfound)
  • Introduced AuthContext for cleaner, scalable auth-aware components
  • Improved API logic around user actions and moderation

🧼 Spam & Abuse Protection

Moderation and safety were top of mind:

  • βœ… Profanity filtering (customizable word list)
  • 🚫 Headings disabled in comment markdown
  • πŸ›‘οΈ Easy moderation toggle for future needs

βœ… Final Thoughts

This has been a fun milestone β€” I’ve always seen nixx.dev as a growing toolset + learning journal. These new features aim to turn the blog into a space where developers can not only learn but contribute.

If you’re building something similar (or just shipping cool features), drop a link β€” I’d love to see what you’re working on! πŸ‘‡

Top comments (0)