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.
- Visit the live site: https://intxtonic.net/
For detailed setup, database, and deployment instructions, see:
docs/README.md– local development, database setup, deployment notes.docs/structure.md– high‑level codebase structure.