Skip to content

oib/intxtonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inTxTonic

Multilingual, tag‑centric social forum and blogging platform.

  • Frontend: static HTML/CSS/JS in src/frontend/ (mobile‑first, dark theme).
  • Backend: FastAPI app in src/backend/app/ with PostgreSQL and Redis.
  • Features: tag‑based posts and replies, translations/summaries via AI worker, admin tools for tags and moderation.

Live site

For detailed setup, database, and deployment instructions, see:

  • docs/README.md – local development, database setup, deployment notes.
  • docs/structure.md – high‑level codebase structure.