Skip to content

docs: README conversion polish — value-prop bullets, Try Ornn free, star CTA#641

Open
chronoai-shining wants to merge 4 commits into
developfrom
feature/readme-conversion-polish
Open

docs: README conversion polish — value-prop bullets, Try Ornn free, star CTA#641
chronoai-shining wants to merge 4 commits into
developfrom
feature/readme-conversion-polish

Conversation

@chronoai-shining
Copy link
Copy Markdown
Collaborator

Summary

Three conversion-focused additions to README.md ahead of launch traffic. Visitors landing from upcoming external channels (HN, Reddit, dev.to, Awesome List PRs) currently have to scroll past the architecture diagram and SDK quickstart before the strongest hooks land — this PR moves them above the fold.

Linked issue

Closes #640

Type of change

  • Docs (docs:)

Commit decomposition

  • Each commit is self-contained (a reviewer can understand it from the diff + message alone).
  • Each commit is small (one logical change).
  • Refactors are separated from behaviour changes.
  • No Co-Authored-By trailers.

Four atomic commits:

  1. docs: elevate value-prop bullets in "What is Ornn" (#640) — refactor only, no content removed. Lifecycle sequence preserved as inline code on the third bullet.
  2. docs: add star call-to-action section above License (#640) — additive paragraph between Contributing and License; not added to ToC since it's a CTA, not a content section.
  3. docs: add "Try Ornn free" launch perk section after Quickstart (#640) — additive section between Quickstart and "How Ornn compares" + matching ToC anchor.
  4. chore: empty changeset for docs-only README polish (#640) — required by CI gate.

Changeset

  • Or this PR is docs-only / CI-only and uses an empty changeset (bun changeset --empty).

File: .changeset/readme-conversion-polish-640.md.

Testing

Local render verified against GitHub's markdown preview (matches the live README's anchor + bullet styling). No code paths touched, so unit / integration / lint / typecheck behaviour is unchanged — CI runs as a regression gate only.

Notes for the reviewer

  • The What is Ornn section keeps the "agent-facing skill-lifecycle API, not a human marketplace" lead sentence verbatim — that framing is the hook every downstream channel (HN, Reddit, dev.to) builds on, so any rewording should land in a follow-up after the launch dust settles.
  • Hero image (image at the very top of the README, between badges and What is Ornn) is deferred to a follow-up — decision still open on whether to inline-host or external-link to the marketing repo's image_1_what_is_ornn.png.
  • "Try Ornn free" section deliberately uses inline-code styling for the NyxID invite code (not a hyperlink) so it copy-pastes cleanly on mobile.

Refactor the section so the three reasons-to-care are scannable in a
single glance instead of being threaded through flowing prose:

- Agents call it directly (HTTP / MCP, no human-in-the-loop UI)
- Model + runtime agnostic (Claude / GPT / Gemini / custom)
- Whole lifecycle in one API (search → ... → share)

The original "primary consumer" and "ornn-web is secondary" sentences
fold into a single closing paragraph to avoid duplication with the
bullets. The "agent-facing, not human marketplace" lead sentence stays
verbatim — that's the framing every downstream channel (HN, Reddit,
dev.to) hooks into.

No content removed, only reorganized; the lifecycle sequence is preserved
as inline code on the third bullet instead of a stand-alone fenced block.
Standard early-stage OSS pattern. One short paragraph between the
Contributing section and the License section, acknowledging that stars
double as both a "this is solving a real problem" signal and the
threshold most awesome-list maintainers check before accepting a
project.

Deliberately not added as a banner / shields.io badge — at 12 stars a
"please star us" hero is more harmful than helpful; a quiet near-the-
bottom CTA reads as authentic instead of needy.

Not added to the top-of-README ToC since it's a CTA paragraph, not a
content section.
Insert a new section between Quickstart and "How Ornn compares" that
hooks readers at the moment they've just learned what Ornn does + how
to install it. Three-step redemption (star → sign in → enter NyxID
invite code NYX-2XXJI08A) plus the launch perk (first 500 users get
400 free GPT-5.5 conversations, split between Playground and Skill
Generation, no credit card, no expiry).

Matching anchor link added to the top-of-README ToC so the section is
reachable from the nav row, between Quickstart and How Ornn compares.

Placement rationale: above the comparison table — once the reader has
seen the value prop and how to use it, the perk converts; placing it
below the comparison or at the bottom dilutes the "I get it, let me
try" moment.
Required by CI (changeset gate). Empty frontmatter so no package
version is bumped — README polish doesn't change the public surface.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] README: elevate value-prop bullets, add Try Ornn free section, add star CTA

1 participant