Skip to content
/ stitch Public

AI-powered social media content generation and scheduling platform

Notifications You must be signed in to change notification settings

rdmilly/stitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stitch 🧵

AI-powered social media content generation and scheduling platform.

Features

  • AI Content Generation - Generate engaging social media posts using Claude
  • LinkedIn Integration - OAuth authentication and direct posting
  • Campaign Management - Organize content into campaigns
  • Content Calendar - Schedule and manage post timing

Tech Stack

  • Backend: FastAPI (Python 3.12)
  • Frontend: Next.js 14 + Tailwind CSS
  • Database: PostgreSQL 16
  • Cache: Redis 7
  • AI: Anthropic Claude API

Quick Start

Prerequisites

  • Docker & Docker Compose
  • LinkedIn Developer App (for OAuth)
  • Anthropic API Key

Setup

  1. Clone the repo
git clone https://github.com/yourusername/stitch.git
cd stitch
  1. Configure environment
cp .env.example .env
# Edit .env with your credentials
  1. Start services
docker compose up -d
  1. Access the app

Development

Backend

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

Frontend

cd frontend
npm install
npm run dev

Deployment

See Coolify deployment guide for production setup.

License

MIT

About

AI-powered social media content generation and scheduling platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published