Tier 1: static links to the hosted version (anything.notte.cc) - #119
Open
giordano-lucas wants to merge 1 commit into
Open
Tier 1: static links to the hosted version (anything.notte.cc)#119giordano-lucas wants to merge 1 commit into
giordano-lucas wants to merge 1 commit into
Conversation
Adds the first, static layer of links from the OSS project to Anything, the hosted version of the same idea. - README: a "Hosted version" section after How it works, a badge, and a marketplace nudge in Quick start. - pyproject: a `Cloud` project URL, which surfaces in the PyPI sidebar. - website: cloud constants plus a `cloudLink` UTM helper in shared.ts, a Cloud entry in the nav, two footer links, and a quiet line under the hero. - llms.txt / llms-full.txt: a Hosted section telling agents to search the marketplace before reverse-engineering a site from scratch. Positioning stays honest: RAE remains local, MIT, and account-free, and the generated client is the user's to keep. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This was referenced Aug 18, 2026
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.
Stack: 1 of 3. Static links only — no behaviour changes, no network calls.
What
Adds the cheapest, lowest-risk layer of the funnel from the OSS project to Anything, the hosted version of the same idea.
README.mdpyproject.tomlCloudproject URL — free real estate in the PyPI sidebar on every installwebsite/src/lib/shared.tscloudUrl/cloudMarketplaceUrl/cloudMcpUrlconstants + acloudLink()UTM helpercloudLink()llms.txt,llms-full.txtPositioning
The copy is deliberately non-pushy. RAE stays local, MIT, account-free, and the generated client remains the user's to keep — the cloud is framed as "use it when you'd rather not own the maintenance", not as an upsell. OSS audiences punish bait-and-switch, so the hero link is a quiet one-liner rather than a competing CTA button.
Notes
utm_source=raeplus a per-placementutm_campaign, so you can tell which surface actually converts. Website links go throughcloudLink(); README links have the tags inline since markdown has no helper.llms.txtis an underrated channel here — agents read it to decide how to scrape a site, and the MCP endpoint is exactly what they want.Verification
pnpm types:check,pnpm lint, andpnpm buildall pass; generatedout/llms.txtinspected to confirm the new block renders correctly.🤖 Generated with Claude Code