Platform for project management and Claude Code sessions
Go to file
claude ec4fb1155b Implement core platform: auth, projects, machines, sessions, agent
Full-stack implementation of the Reckue Dev platform:

API: JWT auth, CRUD for users/projects/machines/workspaces/sessions,
WebSocket gateway for real-time agent communication.

Web: Login/register, dashboard with stats, project/machine/session
management pages, sidebar navigation, dark theme.

Agent: Rust WebSocket client with PTY terminal management, heartbeat,
reconnection logic, Socket.IO protocol support.

Deploy: Updated docker-compose and env configuration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 17:34:04 +05:00
apps Implement core platform: auth, projects, machines, sessions, agent 2026-02-18 17:34:04 +05:00
deploy Implement core platform: auth, projects, machines, sessions, agent 2026-02-18 17:34:04 +05:00
packages/shared Initial monorepo structure: NestJS API + Next.js Web + Rust Agent 2026-02-18 16:36:22 +05:00
.gitignore Initial monorepo structure: NestJS API + Next.js Web + Rust Agent 2026-02-18 16:36:22 +05:00
CLAUDE.md Initial monorepo structure: NestJS API + Next.js Web + Rust Agent 2026-02-18 16:36:22 +05:00
package.json Initial monorepo structure: NestJS API + Next.js Web + Rust Agent 2026-02-18 16:36:22 +05:00
README.md Initial commit 2026-02-18 11:31:35 +00:00

reckue-dev

Platform for project management and Claude Code sessions