feat(homepage): [05] drain-proof table with real fleet caps#28
Merged
Conversation
Replaces the abstract [05] Five primitives L1-L5 grid on the homepage with a concrete drain-proof caps table showing the live caps on the 5 public Ainfera agents: varda AI co-founder $1.50 / $20.00 (per-call / daily) yavanna Public Voice $1.00 / $15.00 aule Code & repo $0.75 / $10.00 namo Research $0.50 / $5.00 tulkas Red team · drain probe $0.25 / $2.00 These values are sourced from /v1/users/hizrianraz/dashboard (per-agent spend_policy.per_call_cap_usd / daily_cap_usd). AIN-133 tracks wiring this to live wallet data Week 1; for launch they're hardcoded — sync if any cap rotates between now and Mon 09:00 SGT. The L1-L5 platform breakdown is removed from the homepage. The /platform route is left intact per anti-pattern #6 (don't break deep-links); just no longer referenced from the homepage nav flow. Manwe is noted in a small footer line as "founder dogfood, separately owned" per Memory #4 — caps mentioned but not in the public fleet table, matching the /agents-page omission. Removes now-unused imports: HoverCard, PrimitiveDiagram. Removes the PRIMITIVES const + Primitive type that drove the old grid. Co-Authored-By: Claude <noreply@anthropic.com>
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the abstract `[05] Five primitives L1-L5` grid on the homepage
with a concrete drain-proof caps table showing the live caps on the 5
public Ainfera agents (sourced from `/v1/users/hizrianraz/dashboard`):
Trade-offs
Caps are hardcoded for launch. AIN-133 tracks wiring them to live
`/v1/users/hizrianraz/dashboard` at build/render time so the table
auto-syncs. If any cap rotates between now and Mon 09:00 SGT, sync.
L1-L5 platform breakdown is removed from the homepage. /platform
route is left intact per anti-pattern chore(deps-dev): Bump @types/node from 22.19.19 to 25.9.1 #6 (don't break deep-links).
Manwe is mentioned in a small footer line ("founder dogfood,
separately owned · $0.10/$2.00") per Memory chore(deps-dev): Bump typescript from 5.9.3 to 6.0.3 #4 — not in the public
fleet table, matching the /agents-page omission.
Cleanup
Reference
Note
Low Risk
Homepage-only content change that swaps a marketing section UI; main risk is hardcoded cap values becoming stale or inconsistent with the real fleet.
Overview
Updates homepage section
[05]to replace the “Five primitives (L1–L5)” hover-card grid with a drain-proof wallet caps table showing per-call and daily limits for the 5 public agents, plus a CTA link to the/agentsregistry and a small note about Manwe’s separate caps.Cleans up the now-unused
Primitive/PRIMITIVESdefinitions and removes related imports (HoverCard,PrimitiveDiagram).Reviewed by Cursor Bugbot for commit ee56f08. Bugbot is set up for automated code reviews on this repo. Configure here.