🤖 Astro AI Coauthor

Intelligent documentation feedback for Astro sites

Get Started View on GitHub

✨ Features

📝 Dev-Mode Feedback Widget

Floating widget in development mode for instant self-review and feedback collection.

💾 Local-First Storage

File-based storage by default. No cloud services required, your data stays local.

📊 Enhanced Dashboard

Beautiful analytics interface with comprehensive insights and visualizations.

📥 Smart Export

Export feedback in JSON, CSV, or Markdown formats with advanced filtering.

📈 Advanced Analytics

Page performance tracking, trends visualization, and category breakdowns.

✅ Task Generation

Automatically prioritize pages that need attention based on feedback patterns.

🎯 Perfect For

  • Solo Developers building documentation sites who want to track improvement areas
  • Technical Writers who need a lightweight way to self-review and iterate on docs
  • Small Teams working on internal documentation without enterprise doc tools
  • Open Source Maintainers who want to improve docs incrementally

🚀 Quick Start

npm install astro-ai-coauthor

Then add to your astro.config.mjs:

import astroAICoauthor from 'astro-ai-coauthor';

export default defineConfig({
  integrations: [
    astroAICoauthor({
      enableFeedbackWidget: true,
      enableMetadata: true,
    }),
  ],
});

Try It Now!

This documentation site is using the Astro AI Coauthor integration. Look for the feedback widget in the bottom-right corner when in development mode.