chore: bulk commit of local changes across blog writer, SEO dashboard, scheduler, docs-site, and frontend
This commit is contained in:
@@ -1,38 +1,194 @@
|
||||
---
|
||||
description: ALwrity AI-powered digital marketing platform documentation. Learn content creation, SEO optimization, and AI-driven marketing tools.
|
||||
---
|
||||
|
||||
# Welcome to ALwrity Documentation
|
||||
|
||||
ALwrity is an AI-powered digital marketing platform that revolutionizes content creation and SEO optimization. This documentation covers everything from quick start guides to detailed API references.
|
||||
|
||||
## Platform Architecture
|
||||
|
||||
```mermaid
|
||||
flowchart TB
|
||||
subgraph User["User Layer"]
|
||||
UI[Web Dashboard]
|
||||
API[API Clients]
|
||||
end
|
||||
|
||||
subgraph Core["Core Platform"]
|
||||
Auth[Clerk Authentication]
|
||||
Router[FastAPI Router]
|
||||
FeatureReg[Feature Registry]
|
||||
ProfileMgr[Profile Manager]
|
||||
end
|
||||
|
||||
subgraph AI["AI & Intelligence Layer"]
|
||||
LLM[OpenAI / LLM Providers]
|
||||
Persona[Persona System]
|
||||
SIF[SIF Agent System]
|
||||
ContentGuard[Content Guardian]
|
||||
end
|
||||
|
||||
subgraph Content["Content Creation"]
|
||||
Blog[Blog Writer]
|
||||
LinkedIn[LinkedIn Writer]
|
||||
FB[Facebook Writer]
|
||||
Podcast[Podcast Maker]
|
||||
Story[Story Writer]
|
||||
Video[Video Studio]
|
||||
YouTube[YouTube Studio]
|
||||
Image[Image Studio]
|
||||
end
|
||||
|
||||
subgraph Marketing["Marketing & SEO"]
|
||||
SEO[SEO Dashboard]
|
||||
GSC[Google Search Console]
|
||||
Strategy[Content Strategy]
|
||||
Backlink[Backlink Outreach]
|
||||
end
|
||||
|
||||
subgraph Platform["Platform Services"]
|
||||
Workflow[Today's Workflow]
|
||||
Team[Team Activity]
|
||||
Onboard[Onboarding System]
|
||||
Sub[Subscription]
|
||||
Wix[Wix Integration]
|
||||
end
|
||||
|
||||
User --> Auth
|
||||
User --> API
|
||||
Auth --> Router
|
||||
Router --> FeatureReg
|
||||
FeatureReg --> ProfileMgr
|
||||
ProfileMgr --> Content
|
||||
ProfileMgr --> Marketing
|
||||
ProfileMgr --> Platform
|
||||
Router --> AI
|
||||
AI --> Content
|
||||
Content --> Marketing
|
||||
SEO --> GSC
|
||||
SIF --> ContentGuard
|
||||
SIF --> Content
|
||||
```
|
||||
|
||||
## Content Workflow
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
A[Idea & Research] --> B[Content Planning]
|
||||
B --> C[Content Creation]
|
||||
C --> D[SEO Optimization]
|
||||
D --> E[Review & Approve]
|
||||
E --> F[Publish & Distribute]
|
||||
F --> G[Track & Analyze]
|
||||
G --> A
|
||||
|
||||
style A fill:#e3f2fd
|
||||
style B fill:#e8f5e8
|
||||
style C fill:#fff3e0
|
||||
style D fill:#fce4ec
|
||||
style E fill:#f3e5f5
|
||||
style F fill:#e0f2f1
|
||||
style G fill:#fbe9e7
|
||||
```
|
||||
|
||||
## Feature Overview
|
||||
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- :material-rocket-launch:{ .lg .middle } **Quick Start**
|
||||
- :material-rocket-launch:{ .lg .middle } **Getting Started**
|
||||
|
||||
---
|
||||
|
||||
Get up and running with ALwrity in minutes
|
||||
Set up ALwrity and create your first content
|
||||
|
||||
[:octicons-arrow-right-24: Quick Start](getting-started/quick-start.md)
|
||||
[:octicons-arrow-right-24: Installation](getting-started/installation.md)
|
||||
[:octicons-arrow-right-24: Configuration](getting-started/configuration.md)
|
||||
|
||||
- :material-robot:{ .lg .middle } **AI Features**
|
||||
- :material-pencil:{ .lg .middle } **Blog Writer**
|
||||
|
||||
---
|
||||
|
||||
Explore our AI-powered content generation capabilities
|
||||
AI-powered blog post creation with SEO analysis
|
||||
|
||||
[:octicons-arrow-right-24: AI Features](features/ai/assistive-writing.md)
|
||||
[:octicons-arrow-right-24: Overview](features/blog-writer/overview.md)
|
||||
[:octicons-arrow-right-24: Workflow Guide](features/blog-writer/workflow-guide.md)
|
||||
|
||||
- :material-linkedin:{ .lg .middle } **LinkedIn Writer**
|
||||
|
||||
---
|
||||
|
||||
Professional LinkedIn content creation
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/linkedin-writer/overview.md)
|
||||
|
||||
- :material-facebook:{ .lg .middle } **Facebook Writer**
|
||||
|
||||
---
|
||||
|
||||
Engaging Facebook post generation
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/blog-writer/overview.md)
|
||||
|
||||
- :material-microphone:{ .lg .middle } **Podcast Maker**
|
||||
|
||||
---
|
||||
|
||||
AI-powered podcast creation and publishing
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/podcast-maker/workflow-guide.md)
|
||||
|
||||
- :material-book-open-variant:{ .lg .middle } **Story Writer**
|
||||
|
||||
---
|
||||
|
||||
Brand storytelling and case study builder
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/story-writer/overview.md)
|
||||
|
||||
- :material-video:{ .lg .middle } **Video Studio**
|
||||
|
||||
---
|
||||
|
||||
AI video creation and editing platform
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/video-studio/overview.md)
|
||||
|
||||
- :material-youtube:{ .lg .middle } **YouTube Studio**
|
||||
|
||||
---
|
||||
|
||||
YouTube content optimization and channel management
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/youtube-studio/overview.md)
|
||||
|
||||
- :material-image:{ .lg .middle } **Image Studio**
|
||||
|
||||
---
|
||||
|
||||
AI image creation, editing, and optimization
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/image-studio/overview.md)
|
||||
[:octicons-arrow-right-24: Modules](features/image-studio/modules.md)
|
||||
|
||||
- :material-chart-line:{ .lg .middle } **SEO Dashboard**
|
||||
|
||||
---
|
||||
|
||||
Comprehensive SEO analysis and optimization tools
|
||||
Comprehensive SEO analysis and optimization
|
||||
|
||||
[:octicons-arrow-right-24: SEO Dashboard](features/seo-dashboard/overview.md)
|
||||
[:octicons-arrow-right-24: Overview](features/seo-dashboard/overview.md)
|
||||
[:octicons-arrow-right-24: Quick Start](features/seo-dashboard/quick-start.md)
|
||||
|
||||
- :material-pencil:{ .lg .middle } **Content Writers**
|
||||
- :material-link:{ .lg .middle } **Backlink Outreach**
|
||||
|
||||
---
|
||||
|
||||
Blog, LinkedIn, and Facebook content generation
|
||||
AI-powered backlink discovery and outreach
|
||||
|
||||
[:octicons-arrow-right-24: Content Writers](features/blog-writer/overview.md)
|
||||
[:octicons-arrow-right-24: Overview](features/backlink-outreach/overview.md)
|
||||
[:octicons-arrow-right-24: Workflow Guide](features/backlink-outreach/workflow-guide.md)
|
||||
|
||||
- :material-account:{ .lg .middle } **Persona System**
|
||||
|
||||
@@ -40,52 +196,77 @@
|
||||
|
||||
AI-powered personalized writing assistants
|
||||
|
||||
[:octicons-arrow-right-24: Persona System](features/persona/overview.md)
|
||||
[:octicons-arrow-right-24: Overview](features/persona/overview.md)
|
||||
|
||||
- :material-target:{ .lg .middle } **Content Strategy**
|
||||
|
||||
---
|
||||
|
||||
AI-driven persona development and planning
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/content-strategy/overview.md)
|
||||
|
||||
- :material-robot:{ .lg .middle } **SIF & AI Agents**
|
||||
|
||||
---
|
||||
|
||||
Intelligent agent system for content quality
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/sif-agents/overview.md)
|
||||
|
||||
- :material-calendar:{ .lg .middle } **Today's Workflow**
|
||||
|
||||
---
|
||||
|
||||
Daily content operations and task management
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/todays-workflow/overview.md)
|
||||
|
||||
- :material-account-group:{ .lg .middle } **User Journeys**
|
||||
|
||||
---
|
||||
|
||||
Personalized paths for different user types
|
||||
Role-based guides for different user types
|
||||
|
||||
[:octicons-arrow-right-24: Choose Your Journey](user-journeys/overview.md)
|
||||
|
||||
- :material-api:{ .lg .middle } **API Reference**
|
||||
|
||||
---
|
||||
|
||||
Complete API documentation and authentication
|
||||
|
||||
[:octicons-arrow-right-24: API Overview](api/overview.md)
|
||||
|
||||
- :material-widgets:{ .lg .middle } **Integrations**
|
||||
|
||||
---
|
||||
|
||||
Platform integrations including Wix
|
||||
|
||||
[:octicons-arrow-right-24: Wix Integration](features/integrations/wix/overview.md)
|
||||
|
||||
- :material-currency-usd:{ .lg .middle } **Subscription**
|
||||
|
||||
---
|
||||
|
||||
Plans, pricing, and billing
|
||||
|
||||
[:octicons-arrow-right-24: Overview](features/subscription/overview.md)
|
||||
|
||||
</div>
|
||||
|
||||
## What is ALwrity?
|
||||
## Quick Links
|
||||
|
||||
ALwrity is an AI-powered digital marketing platform that revolutionizes content creation and SEO optimization. Our platform combines advanced AI technology with comprehensive marketing tools to help businesses create high-quality, SEO-optimized content at scale.
|
||||
|
||||
### Key Features
|
||||
|
||||
- **🤖 AI-Powered Content Generation**: Create blog posts, LinkedIn content, and Facebook posts with advanced AI
|
||||
- **👤 Personalized Writing Personas**: AI-powered writing assistants tailored to your unique voice and style
|
||||
- **📊 SEO Dashboard**: Comprehensive SEO analysis with Google Search Console integration
|
||||
- **🎯 Content Strategy**: AI-driven persona generation and content planning
|
||||
- **🔍 Research Integration**: Automated research and fact-checking capabilities
|
||||
- **📈 Performance Analytics**: Track content performance and optimize strategies
|
||||
- **🔒 Enterprise Security**: Secure, scalable platform for teams of all sizes
|
||||
|
||||
### Getting Started
|
||||
|
||||
1. **[Installation](getting-started/installation.md)** - Set up ALwrity on your system
|
||||
2. **[Configuration](getting-started/configuration.md)** - Configure API keys and settings
|
||||
3. **[First Steps](getting-started/first-steps.md)** - Create your first content piece
|
||||
4. **[Best Practices](guides/best-practices.md)** - Learn optimization techniques
|
||||
|
||||
### Popular Guides
|
||||
|
||||
- [Troubleshooting Common Issues](guides/troubleshooting.md)
|
||||
- [API Integration Guide](api/overview.md)
|
||||
- [Content Strategy Best Practices](features/content-strategy/overview.md)
|
||||
- [SEO Optimization Tips](features/seo-dashboard/overview.md)
|
||||
|
||||
### Community & Support
|
||||
|
||||
- **GitHub**: [Report issues and contribute](https://github.com/AJaySi/ALwrity)
|
||||
- **Documentation**: Comprehensive guides and API reference
|
||||
- **Community**: Join our developer community
|
||||
| Category | Links |
|
||||
|---|---|
|
||||
| **Getting Started** | [Installation](getting-started/installation.md) · [Configuration](getting-started/configuration.md) · [First Steps](getting-started/first-steps.md) |
|
||||
| **Content Creation** | [Blog Writer](features/blog-writer/overview.md) · [LinkedIn Writer](features/linkedin-writer/overview.md) · [Podcast Maker](features/podcast-maker/workflow-guide.md) · [Story Writer](features/story-writer/overview.md) |
|
||||
| **Media Production** | [Image Studio](features/image-studio/overview.md) · [Video Studio](features/video-studio/overview.md) · [YouTube Studio](features/youtube-studio/overview.md) |
|
||||
| **SEO & Marketing** | [SEO Dashboard](features/seo-dashboard/overview.md) · [Backlink Outreach](features/backlink-outreach/overview.md) · [Content Strategy](features/content-strategy/overview.md) |
|
||||
| **Platform** | [Today's Workflow](features/todays-workflow/overview.md) · [AI Agents](features/sif-agents/overview.md) · [Persona System](features/persona/overview.md) |
|
||||
| **Reference** | [API](api/overview.md) · [Troubleshooting](guides/troubleshooting.md) · [Best Practices](guides/best-practices.md) |
|
||||
|
||||
---
|
||||
|
||||
*Ready to transform your content creation workflow? Start with our [Quick Start Guide](getting-started/quick-start.md) or explore our [AI Features](features/ai/assistive-writing.md).*
|
||||
*Ready to transform your content creation workflow? Start with our [Quick Start Guide](getting-started/quick-start.md) or [learn more about ALwrity](about.md).*
|
||||
|
||||
Reference in New Issue
Block a user