Skip to content

Latest commit

 

History

44 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Traffic Engine

Automated content distribution system that drives organic traffic to owned web properties by crawling site pages, generating AI social copy and flyers, and publishing to Twitter/X, LinkedIn, and Reddit via official APIs.

Full architecture: see AI_Traffic_Engine_Complete_Blueprint.pdf.

Stack

Python + FastAPI + PostgreSQL + Celery + Redis (backend) · React + TypeScript + Tailwind + shadcn/ui (frontend)

Development

cp .env.example .env
make up

Backend only (without Docker)

cd backend
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements-dev.txt
uvicorn app.main:app --reload

Frontend only (without Docker)

cd frontend
npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages