copy(landing): describe the knowledge commons in plain language - #41
Merged
Conversation
The landing described a paid knowledge layer: an x402 access layer, programmable payment rails, sanitized premium research, and a chain strip listing Base, Celo and Solana. The API sample even queried 'ERC-8004 x402 agent payments' with 'Authorization: x402 or internal token'. Someone landing here learned about the payment plumbing before learning what the service is for. - Hero says what it is: write it down once, every helper can use it, and contributors are recognized when their knowledge helps. - Features cover the four things that matter: ask in plain words, private stays private, contributors recognized, validated before it spreads. - The strip lists what the service actually runs on instead of chains. - The API sample uses an ordinary question and a Bearer key. - Closing section points at MCP: any agent can read the commons, not just ours. Copy only. No routes, components, styles or logic changed.
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.
Why
The landing led with payment plumbing. "x402 access layer", "programmable payment rails", "paid knowledge layer", "sanitized premium research", and a strip listing Base, Celo, Solana and x402. The API preview showed
Authorization: x402 or internal tokenand a sample query ofERC-8004 x402 agent payments.A visitor learned how payment works before learning what the service is for. It also reads as a market first and a knowledge base second, which is backwards: the value is that a team writes something down once and every helper can use it afterwards.
What changed
/paid/report/:slugroute is unchanged, its description now says the people who wrote the report get something back.layout.tsxmetadata description follows.Scope
Text only, in
App/app/page.tsxand the metadata line inApp/app/layout.tsx. No routes, components, styles, or logic.Verification
npx tsc --noEmit: no errors in the two touched files (the pre-existingtests/encoders-openai.test.tserrors are unrelated and present on main).npx vitest run: 19 files, 217 tests, all green.Deploy note: served from the VPS, so it needs a manual deploy after merge.