Skip to content

docs(profile): portfolio-first org README — convert with proof, not prose#2

Merged
santoshkumarradha merged 5 commits into
mainfrom
readme/org-portfolio-refresh
Jun 5, 2026
Merged

docs(profile): portfolio-first org README — convert with proof, not prose#2
santoshkumarradha merged 5 commits into
mainfrom
readme/org-portfolio-refresh

Conversation

@santoshkumarradha

Copy link
Copy Markdown
Member

Summary

Restructure the Agent-Field org profile from a ~140-line manifesto into a ~55-line portfolio-first page that converts visitors to stars.

Problems with the current README

  1. Reads like a thesis, not a portfolio. Opens with philosophy paragraphs. The showcase table — the strongest social proof — is buried mid-page. Visitors who scroll past the philosophy never see it.
  2. Stale catalog. Lists 5 apps; we've shipped 9+ with real traction (plandb 89★, reels-af 33★, pr-af 22★, cloudsecurity-af, roboscribe-af). One link was broken (af-swe-claude instead of SWE-AF).
  3. Star CTA bottom-buried. Appeared only in the footer — 80% of visitors never see it.

What changes

  • Hero: punchy tagline ("The best DX for production AI agents") + stat chips (2.1k stars, 9 production apps, Apache 2.0) + 3 nav links
  • Top-of-page star CTA — pulled from the footer to the first screen
  • Built on AgentField table — all 9 shipped apps with approximate star counts (refresh quarterly)
  • What is AgentField? condensed to 2 sentences using the developer-DX framing
  • Why this org exists compressed from 3 paragraphs into 3 bullets
  • Removed static hero.png — same rationale as the main agentfield repo; text + portfolio do the job without the bytes

Conversion path

visitor lands
  → sees star CTA (top of screen, can't miss)
  → scrolls portfolio table (9 apps, social proof avalanche)
  → "holy shit they built ALL of this on AgentField"
  → stars the platform

vs the previous:

visitor lands
  → philosophy paragraph
  → 3 more philosophy paragraphs
  → maybe a table
  → maybe scrolls to footer for a star CTA
  → mostly bounces

Test plan

  • Render the org page (https://github.com/Agent-Field) after merge and confirm it loads cleanly
  • Verify all 9 showcase repo links resolve
  • Confirm both star CTAs (top + bottom) point to agentfield/agentfield
  • Verify vs-frameworks comparison link resolves to the docs page
  • Spot-check on mobile width — stat chips should wrap cleanly

…rose

Restructure the Agent-Field org profile from a ~140-line manifesto into
a ~55-line portfolio-first page that converts visitors to stars.

Why
- Org READMEs convert when they answer "what cool stuff did these people
  ship?" in 3 seconds. The previous version led with philosophy paragraphs;
  the showcase table — the strongest social proof — was buried mid-page.
- Catalog was stale: linked 5 apps (one with a broken redirect), missing
  4 newly-shipped ones (plandb, pr-af, reels-af, cloudsecurity-af,
  roboscribe-af).
- Star CTA appeared only at the bottom; 80% of visitors never saw it.

Changes
- Hero: punchy tagline ("The best DX for production AI agents") + stat
  chips (2.1k stars, 9 production apps, Apache 2.0) + 3 nav links.
- Top-of-page star CTA — pulled from footer.
- "Built on AgentField" portfolio table now has all 9 shipped apps with
  approximate star counts (snapshot — refresh quarterly).
- "What is AgentField?" condensed to 2 sentences using the developer-DX
  framing.
- "Why this org exists" compressed from 3 paragraphs into 3 bullets.
- Removed the static hero.png — same rationale as the agentfield repo;
  text + portfolio table do the job without the bytes.

Target: visitor lands → sees star CTA → scrolls portfolio → "they built
all this on AgentField" → stars the platform.
Iteration based on review:
- Drop hardcoded "2.1k stars" and "9 production apps" chips — any count
  in the page will rot. Replace per-repo stars with live shields.io
  badges (branded muted-gold label, dark value); always current.
- Reframe hero with stronger developer focus:
  · Tagline: "Build agents like services. Scale them beyond chatbots."
  · Paragraph 1: category — what AgentField is (AI Backend, infra for
    long-running agents with identity, audit, APIs)
  · Paragraph 2: DX — write Python/Go/TS, get the production layer
    built in
- Move Star CTA into the inline nav row (bold-weighted) — remove the
  blockquote CTA that read as tacked-on; remove the footer CTA blockquote
  too (top CTA + showcase proof is enough)
- Merge "What is AgentField?" into the hero (was redundant)
- Move vs-frameworks comparison link to the bottom of "Why this org
  exists" — natural reading flow
…shields rate limit

- Hero had two back-to-back paragraphs that read as duplicate subtitles
  ("AgentField is the AI Backend ..." + "Write normal Python ...").
  Collapsed into one crisp paragraph that combines category framing
  with the DX list.
- Add cacheSeconds=3600 to every shields.io star badge. Some badges were
  showing "Unable to select next GitHub token from pool" — shields.io's
  rate-limit error when its global GitHub token pool is exhausted.
  Caching for 1 hour cuts ~24x of the API calls and prevents recurrence.
…end agents

Every row now leads with 'Autonomous backend', 'Background pipeline', or
'Agent-native backend' framing to convey: these are services running in
the background, not human-facing chat tools. Words like 'no analyst in
the loop', 'no human direction', 'lights-out', 'before a human ever
opens it' reinforce the autonomy theme.
…ples link

Hero
- Add new cinematic 21:9 hero image (Option D) — isometric three-plate
  stack with gold middle plate (= AgentField as the layer between Your
  Services and Agent Fleet). Designed in the AgentField deck-slide
  aesthetic (warm near-black bg, gold accents, hairline rules,
  monospace side labels)
- Image baked-in tagline: "Build agents like APIs." (DX promise)
- Image compressed via pngquant: 4.7MB → 287KB (16x smaller, no
  visible quality loss; sips-resized to 1920w max)

Hero copy
- Combine the two pitch lines into ONE paragraph that opens with the
  category framing and lands with the capability list, reinforcing
  rather than repeating the image. Single visual block: image + one
  paragraph + CTA row. No clutter.

Examples link
- Add "See all examples on agentfield.ai →" footer under the showcase
  table. Lets readers go deeper without us having to maintain every
  example in the README. The org repos list + this link cover both
  audiences (curious vs. exploring).
@santoshkumarradha santoshkumarradha merged commit 78a7f6e into main Jun 5, 2026
1 check failed
@santoshkumarradha santoshkumarradha deleted the readme/org-portfolio-refresh branch June 5, 2026 04:11
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.

1 participant