Extension setup
Thin browser client for TradeSea page reading, status, and the on-page panel.
Extension boundaryPrivate alpha deployment
AngelTrade is becoming a private-alpha web app plus Chrome extension for rule review, passive supervision, extension setup, and account-linked reports.
Thin browser client for TradeSea page reading, status, and the on-page panel.
Extension boundaryWhat-if simulation, optimization, and rule recommendation will run behind account auth.
Backend healthExtension installs will connect to a user account before receiving personal rules.
Auth nextAlpha workflow
The public site stays visible. The app workflow moves into protected Next.js routes while Supabase auth and private execution APIs are added in follow-up PRs.
Upload trade files and create an analysis session.
Test rule packages against imported executions.
Review saved rule bundles before the extension receives personal rules.
Export reports and simulator runs after account storage exists.
Next.js shell
The extension bundle stays thin: DOM reading, TradeSea page status, connection handshake, and the on-page panel.
This route exists as a private-alpha shell. Upload and analysis persistence comes after auth and database PRs.
The simulator route exists as a private-alpha shell. Server-side execution moves behind authenticated APIs later.
Live rules will be loaded per signed-in user and fetched by the linked extension.
Exports need user-owned storage first, then a private dashboard action.
The next backend step is user identity, a database, and extension-to-account linking.