Config missing.
../config.js not found — fix the investor portal first.
Loading admin…
One moment.
Admin
Manage investor accounts, invite codes, audit log, and research papers.
| Name / Firm | Verified | Approved | Admin | Last sign-in | Joined |
|---|
Invite an investor
Generates a single-use invite code, lets you copy the message or open it in your mail app. The recipient’s account stays pending until you approve it from the Users tab.
Invite created
Share the code with your investor. They’ll land on a prefilled sign-up form if they use the link below.
Active invites
| Code | Recipient / note | Uses | Expires | Status | Created |
|---|
| When | User | Event | Data |
|---|
For raw sign-in attempts (including failed ones), use the Supabase auth logs — see the External tools tab.
Upload a paper
Files land in the private papers Storage bucket; only approved investors and admins can download them.
Existing papers
| Title | Description | Size | Added |
|---|
Direct Supabase dashboards
For things that aren't worth building in-app:
- Auth logs — every sign-in attempt, including failures.
- Users (raw) — Supabase's own user table with last_sign_in etc.
- Storage browser — manage the
papersbucket directly. - SQL editor — ad-hoc queries.
- Auth rate limits — tighten brute-force thresholds.
- Attack protection — enable hCaptcha.