| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Sociomatic is an AI‑powered LinkedIn content assistant for tech/dev communities.
It turns simple briefs (events, launches, updates) into ready‑to‑post LinkedIn content and organizes them in a lightweight schedule.
Idea
PostDraft
Schedule
Idea creation
AI generation with Gemini
Post editing & saving
Schedule view
Manual posting helpers
Note: These steps describe the planned setup. The backend and frontend scaffolding will be created next.
cd backend
python -m venv .venv
source .venv/bin/activate # or .venv\Scripts\activate on Windows
pip install -r requirements.txt
cp .env.example .env # set DB URL and AI API key
uvicorn main:app --reloadcd frontend
npm install
cp .env.example .env # set API base URL
npm run devThen open the frontend URL in your browser (e.g., http://localhost:5173).
TBD.
| Back | FazBrowse Home | New Git URL |