docs: redesign README (platform banner + product tour)#5271
docs: redesign README (platform banner + product tour)#5271andresdjasso wants to merge 5 commits into
Conversation
- Hero logotype + animated cycle-loader headline - Platform UI banner (workflow builder + integrations peeking) - Integrate / Ingest / Build / Monitor feature row - Continuous product-tour GIF: chat → integrate → ingest → build → deploy → monitor - Refreshed Quickstart / Capabilities copy aligned with positioning Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview The top of the page now leads with refreshed link badges, a single full-width Quickstart and self-host copy is reorganized: cloud vs self-hosted is clearer, NPM Self-hosting section headings are simplified (Docker Compose / Manual Setup under one parent). The footer swaps “Made with ❤️” text for New static assets include Reviewed by Cursor Bugbot for commit c2aa945. Bugbot is set up for automated code reviews on this repo. Configure here. |
Greptile SummaryThis PR redesigns the repository README with a more product-focused landing page. The main changes are:
Confidence Score: 5/5This looks safe to merge after a small README warning for the CLI quickstart.
README.md
|
| Filename | Overview |
|---|---|
| README.md | Redesigned landing content and self-hosting docs; the CLI quickstart should warn about placeholder deployment secrets. |
| apps/sim/public/logo/readme-logotype-dark.svg | New dark-fill README logotype asset. |
| apps/sim/public/logo/readme-logotype-light.svg | New light-fill README logotype asset. |
| apps/sim/public/static/readme-built-by-sim-team.png | New README footer image asset. |
| apps/sim/public/static/readme-cycle-loader.gif | New inline README loader GIF asset. |
| apps/sim/public/static/readme-feature-row.svg | New README feature row illustration. |
| apps/sim/public/static/readme-platform-banner.png | New README platform banner image. |
| apps/sim/public/static/readme-tour.gif | New README product tour GIF. |
Reviews (1): Last reviewed commit: "docs(readme): redesign README with platf..." | Re-trigger Greptile
| ### Ground agents in your knowledge | ||
| Upload documents to a knowledge base and let agents answer questions from your own content. | ||
| ```bash | ||
| npx simstudio |
There was a problem hiding this comment.
CLI Quickstart Uses Default Secrets
When a user follows the new primary self-hosted quickstart, npx simstudio starts the CLI-managed Docker deployment with the package's built-in placeholder auth and encryption secrets. The Docker Compose path asks operators to provide these values, but the quickstart now promotes the CLI path without warning, so users can end up with a running self-hosted instance using predictable credentials.
GitHub renders the README on white in light mode, so the baked #F8F8F8 backgrounds showed as grey boxes. Regenerate the platform banner, the product-tour GIF margin, and the cycle-loader on pure #FFFFFF so the imagery is seamless in light mode (clean light cards in dark mode). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
GitHub strips the CSS overlay used in the standalone preview, so the logo + headline + chat couldn't sit on the banner. Bake the whole hero (logo, headline, animating loader, chat composer, workflow + integrations peeks) into a single looping GIF on the off-white (#F8F8F8) background, so GitHub renders it exactly like the preview. Give the feature row and tour the same off-white background so all three read as a consistent set. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Bake the Integrate / Ingest / Build / Monitor feature row as a static header band on top of the animating product tour, so it's one self-contained GIF (off-white, infinite loop) instead of two separate assets. - Set the hero, demo, and footer to width="100%" so the graphics span the full content width, flush with the surrounding text and code blocks. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The off-white background pin used too wide a fuzz and merged the white block fills (#FFFFFF) into the off-white (#F8F8F8) — only 7 levels apart. Re-encode the hero with ffmpeg's frequency palette (stats_mode=full) + dither=none so the background and the white surfaces stay distinct, and soften the integrations card shadow so it bands less under GIF's 256-color limit. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
Superseded by #5275, which targets |
What
A visual redesign of the top-level
README.mdso the GitHub landing reads like the product.simlogotype + a headline with the animated cycle-loader inline.Notes for reviewers
README.md+ its 7 referenced assets are in this PR. The capture tooling/routes used to generate the imagery are intentionally left out.🤖 Generated with Claude Code