Skip to content

AshrafMorningstar/viral-pdr-content-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Viral PDR Content Hub

Viral Status
Trending
SEO
License
Build Status

🔥 Why This Project?

In a world where content creation is racing ahead of distribution, Viral PDR Content Hub gives developers an instant, SEO‑friendly launchpad. Combine AI‑powered copy generation, battle‑tested backend scaffolding, and a sleek frontend starter – all engineered to trend on search engines and social feeds from day one.

✨ Key Features

  • AI Content Engine – Ready‑to‑use PDR‑AI module for generating SEO‑rich articles, blogs, and product copy.
  • Backend Starter – Express.js + TypeScript foundation with JWT auth, rate limiting, and REST/GraphQL endpoints.
  • Frontend Starter – React 18 + Vite + Tailwind CSS, pre‑configured for dark mode and accessibility.
  • One‑Click Deployment – Dockerfile, Docker‑Compose, and Cloud‑Ready scripts for AWS, GCP, or Azure.
  • SEO Optimizations – Automatic sitemap, Open Graph tags, schema.org markup, and meta‑description generation.
  • Modular Architecture – Plug‑and‑play services (search, analytics, email) via well‑documented adapters.
  • Extensive Docs & Guides – CDR Implementation Guide, Deployment Getting Started, and comprehensive changelog.

🚀 Installation & Usage

# Clone the repo
git clone https://github.com/yourorg/viral-pdr-content-hub.git
cd viral-pdr-content-hub

# Backend setup
cd backend
npm ci
npm run dev   # starts the API on http://localhost:4000

# Frontend setup (in a new terminal)
cd ../frontend
npm ci
npm run dev   # starts the UI on http://localhost:3000

Docker Quick Start

docker compose up --build
# Access:
#   API  → http://localhost:4000
#   UI   → http://localhost:3000

Generating AI Content

curl -X POST http://localhost:4000/api/v1/content/generate \
  -H "Authorization: Bearer <your-jwt>" \
  -H "Content-Type: application/json" \
  -d '{"topic":"Future of Remote Work","keywords":["remote","productivity","AI"]}'

Deploy to Cloud

  1. Set environment variables in docker-compose.prod.yml.
  2. Run docker stack deploy -c docker-compose.prod.yml pdr-hub on your Swarm/EC2 instance.
  3. Configure your domain and enable HTTPS via Let’s Encrypt (included script).

🌐 Search Engine Optimization (SEO) Keywords

  • pdr ai content platform
  • viral seo starter kit
  • full‑stack ai content generator
  • backend starter code node typescript
  • frontend starter react tailwind
  • automatic sitemap generation
  • schema.org markup tutorial
  • open‑source seo‑optimized project
  • one‑click cloud deployment

Ready to go viral? Clone, code, and dominate the search results today!

About

A viral, SEO‑optimized full‑stack starter kit for AI‑driven content platforms – backend, frontend, and deployment ready out of the box.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors