RexAlgo is proprietary software. Contributions are accepted only from people or organizations explicitly authorized by DecentralizedJM.
Do not fork, copy, clone, modify, publish, deploy, or redistribute this repository unless DecentralizedJM has granted you written permission.
This repo combines:
frontend/— Vite + React + shadcn UIbackend/— Next.js API for Mudrex, auth, PostgreSQL, Redis-backed production hardening
npm install
npm run dev- UI: http://localhost:8080 (Vite; proxies
/api→ Next) - API: http://localhost:3000
See the root README.md (development + troubleshooting).
Use the format <type>/<short-description> where type is one of:
feat, fix, chore, docs, refactor, test, security.
Examples: feat/telegram-login, fix/session-cookie-domain, chore/deps-bump.
- Work from an authorized private branch.
- Run
npm run lintandnpm run buildwhere applicable. - Describe UI vs API changes in the PR body.
- Do not include secrets, credentials, customer data, or copied third-party code.
- RexAlgo is proprietary, all rights reserved.
- Contributions must not introduce license terms that force public disclosure, redistribution rights, or copyleft obligations on this repository without written approval from DecentralizedJM.
- By contributing, you confirm you have the right to submit the work and assign or license it to DecentralizedJM for use in RexAlgo.
See README.md#roadmap, CHANGELOG.md,
and repo/project.json (roadmap). For substantial features, open an issue
with a short design first.