Skip to content

docs: add architecture design for NetColab#3

Open
FisherSkyi wants to merge 4 commits intomainfrom
claude/issue-2-20260321-1420
Open

docs: add architecture design for NetColab#3
FisherSkyi wants to merge 4 commits intomainfrom
claude/issue-2-20260321-1420

Conversation

@FisherSkyi
Copy link
Copy Markdown
Contributor

Proposes full-stack architecture for NetColab including backend tech stack, PostgreSQL schema, Redis real-time, AI proxy service, and phased implementation milestones.

Closes #2

Generated with Claude Code

Proposes full-stack architecture including:
- Node.js + Hono backend with REST API and Socket.io
- PostgreSQL schema (users, rooms, messages, versions)
- Redis for real-time pub/sub and presence tracking
- Multi-model AI proxy service (Claude, GPT-5, Gemini)
- Phased implementation milestones
- Scalability and security considerations

Closes #2

Co-authored-by: Letian Yu <FisherSkyi@users.noreply.github.com>
@FisherSkyi
Copy link
Copy Markdown
Contributor Author

@copilot try to find potential challenges and point to notice. If there's description not optimal, also point out.

Copy link
Copy Markdown

Copilot AI commented Mar 21, 2026

@FisherSkyi I've opened a new pull request, #4, to work on those changes. Once the pull request is ready, I'll request review from you.

Copilot AI and others added 2 commits March 21, 2026 14:47
…TECTURE.md

Co-authored-by: FisherSkyi <178589067+FisherSkyi@users.noreply.github.com>
Agent-Logs-Url: https://github.com/openhalibut/NetColab/sessions/45fe34ee-16bc-4100-aa3f-1c63c135686e
docs: architecture review — fix inaccuracies and add potential challenges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Propose architecture design for NetColab application

2 participants