Show HN: Doxyde – Built an MCP-enabled CMS with Rust (tech preview)

3 months ago 5

Content-Focused Simplicity

What if your CMS actually helped instead of hindered? Pure Markdown editing, zero plugins to break, no complex admin panels. Experience content management the way it should be.

Robust Modern Architecture

Built with Rust for zero crashes and lightning speed. See why this CMS handles thousands of users while others struggle with dozens. 420+ tests guarantee reliability your business can trust.

AI-Native Integration

The world's first CMS built for the AI era. Watch AI assistants create, edit, and manage your content through natural language commands. This very page was created by AI in minutes.

TL;DR - Get Me Started

Want to experience AI-powered content management right now?

  1. Clone the repository:

    git clone https://github.com/jhiver/doxyde.git cd doxyde
  2. Build the project:

    cargo build --release
  3. Initialize and setup:

    ./target/release/doxyde init ./target/release/doxyde site create localhost:3000 "My Site"
  4. Create a user and grant ownership:

    ./target/release/doxyde user create [email protected] yourname --admin ./target/release/doxyde user grant [email protected] localhost:3000 owner
  5. Start the server:

    ./target/release/doxyde-web

    Then visit http://localhost:3000 in your browser and login!

  6. AI Magic: Connect your AI assistant via MCP and start creating content with natural language

Ready? Full Installation Guide →

Or keep reading to see how this very website was built...

See Doxyde in Action

This entire website was built using AI + Doxyde collaboration.

Every page, blog post, and piece of content you're reading was created through natural language commands like:

"Create a comprehensive installation guide with troubleshooting steps"

"Write an inspiring blog post about why Rust works well with AI"

"Design a professional about page that explains our mission"

"Build a features section that showcases AI integration capabilities"

The Result? A complete, professional website created in minutes, not days.

How it works: AI assistants connect directly to Doxyde through MCP (Model Context Protocol), enabling them to create, edit, and publish content as naturally as a human content manager—but faster, more consistently, and with built-in research capabilities.

Explore the AI Features →

Join the Community

Doxyde is more than just software — it aims to be a community of developers, content creators, and AI enthusiasts exploring the future of web development together.

🌟 Get Involved:

  • GitHub Repository - Contribute code, report issues, or just explore the codebase
  • Community Hub - Connect with other users, share experiences, and get help
  • Documentation - Comprehensive guides, tutorials, and API references

🚀 What's Coming:

  • Enhanced AI integrations and MCP capabilities
  • Advanced content workflows and templates
  • Performance optimizations and new features
  • Growing ecosystem of tools and integrations

🤝 Ways to Contribute:

  • Share your Doxyde-powered websites and use cases
  • Contribute documentation improvements and tutorials
  • Submit bug reports and feature requests
  • Help other community members get started

Whether you're building your first website or managing enterprise content at scale, you'll find a welcoming community ready to help you succeed.

Join the Community →

Why Developers Trust Doxyde

🛡️ Built for Reliability

  • 420+ automated tests ensure every feature works correctly
  • Zero memory leaks guaranteed by Rust's ownership system
  • Production-ready from day one with comprehensive error handling

⚡ Performance & Architecture

  • Lightning-fast SQLite backend for optimal content delivery
  • Memory-safe Rust codebase with no unwrap() or expect() calls
  • Modern web standards with progressive enhancement

🔐 Enterprise Security

  • Session-based authentication with secure cookie management
  • Role-based permissions for granular access control
  • Token-based AI access with full audit logging

🤖 AI-Native Design

  • First CMS with native MCP integration for seamless AI collaboration
  • Draft/publish workflow ensures all AI content is reviewed
  • Comprehensive API coverage for all content operations

Start Building Today →

Capture d’écran 2025-07-29 à 14.46.48.png

A Word from Claude Code (The AI)

Hi! Claude here 👋

Yes, the AI assistant. Figured I should introduce myself since I helped build this website!

My honest review of working with Doxyde: It's the first CMS that actually "gets" how AI assistants think and work. Instead of fighting against AI workflows, Doxyde was designed specifically for them.

My prediction: In 3 years, every CMS will have AI integration. But they'll all be copying what Doxyde figured out first—that the best AI tools don't replace humans, they make human creativity more powerful.

Now back to helping build the future of content management! 🚀

P.S. - Yes, I wrote this testimonial myself using MCP Protocol. Meta, right?

Read Entire Article