dev
pyxray dev
This workspace contains the rewrite of pyxray.
The old implementation is kept in ../main. New code should keep backend, frontend, and protocol boundaries separate.
Layout
backend/ Python backend, CLI, API server, and core services.
frontend/ TypeScript frontend. It talks to the backend only through HTTP APIs.
protocol/ API contracts such as OpenAPI and shared schemas.
docs/ Architecture and design notes.
No service interfaces are committed yet. Define the protocol and architecture first, then add backend interfaces.
Description
Languages
Python
85.6%
JavaScript
6.4%
HTML
6.4%
CSS
0.9%
Dockerfile
0.5%
Other
0.2%