Version 1.0.24 | Professional WordPress plugin for content curation, workflow automation, and AI-powered content management.
- Template-Driven Dashboard: Visual template builder with drag-and-drop panel designer
- Multi-Source Scraping: Federal Register, Regulations.gov, Congress.gov API integration
- AI Content Analysis: Scoring system with configurable weights for relevance, timeliness, impact
- Full Workflow Pipeline: Candidates → Approvals → Content → Releases with archive system
- Centralized Key Manager: Encrypted API key storage using WordPress salts
- Modular Architecture: Core module system allowing dynamic extensions
- Standards Compliant: WordPress Coding Standards (WPCS) adherence
- Robust REST API: Full endpoints via
wp-json/rawwire/v1 - Secure: Nonce verification, capability checks, encrypted credentials
raw-wire-dashboard/
├── admin/ # Admin UI classes
├── cores/
│ ├── template-engine/ # Template rendering system
│ └── toolbox-core/ # Scraper, AI adapters, Key Manager
├── includes/ # Shared classes and integrations
├── js/ # Frontend JavaScript
├── css/ # Stylesheets
├── templates/ # Template JSON definitions
└── raw-wire-dashboard.php
- CHANGELOG.md: Version history and release notes
- docs/: Architecture, API reference, and developer guides
- Upload the
raw-wire-dashboardfolder to/wp-content/plugins/. - Activate the plugin via WordPress Admin or WP-CLI:
wp plugin activate raw-wire-dashboard
- Navigate to Dashboard > RawWire to view analytics and settings.
The plugin includes a suite of test scripts in the scripts/ directory:
# Run comprehensive logger tests
wp eval-file scripts/test-logger-comprehensive.php
# Seed test data
wp eval-file scripts/seed-test-data.php
# Run CSS sanitizer security tests
php scripts/test-css-sanitizer-standalone.phpModules live in modules/<slug>/ and must implement RawWire_Module_Interface.
See Module Development Guide for details.
Proprietary - Raw Wire DAO LLC.