Conversation
|
Closing — the goal of this PR (a public website at amd-gaia.ai) has been achieved via the Mintlify docs site instead of a separate Astro+Tailwind landing page. Current state:
Why not rebase:
If we later want a richer marketing landing page on top of the docs, it should be a fresh PR built against current `main` rather than reviving this one. |
|
Reopened — to be revisited in a future milestone. Branch is significantly out of date relative to |
Astro + Tailwind static site for amd-gaia.ai serving two audiences: - End users: hero, feature highlights, download buttons, install commands - Developers: Python SDK and C++ Framework code examples, doc links Rebased onto current main (was ~700 files / ~6 weeks behind). The canonical /docs experience continues to be served by the Mintlify site in docs/; this Astro project is a separate marketing landing layer. Adds website label to the auto-labeler config so future website-only PRs are tagged automatically.
b276e2f to
302e7b0
Compare
|
Rebased onto current
Skipped the unrelated "Agent SDK changes" → "Chat SDK changes" comment edit from the old branch since main has since reverted to "Agent SDK changes" naming. PR is now MERGEABLE and CI is running fresh. |
Lead with the desktop Agent UI: OS-detected primary download button (fetches the latest release tag from the GitHub API at page load and rewires the href to the matching .msi/.dmg/.deb/.AppImage asset), placeholder demo zone ready to receive a screenshot or autoplay video, and a capability strip + "Why local" section before the SDK content. The SDK section moves below the fold and now leads with `uv pip install amd-gaia` (fastest path) followed by `pip`, `irm install.ps1 | iex`, and `curl install.sh | sh`. Note next to the tabs explains uv/pip install only the package while the OS scripts also bootstrap Lemonade Server + models. Hero pitch shifts from "free Agent SDK" to "Your AI agent. 100% on your PC." because the previous copy was developer-first and the rest of GAIA's audience (end users picking up the desktop app) had nowhere to land. Asset-drop zone in the hero accepts an <img>, <video>, or <gif> — see the inline comment block in index.astro for the exact swap.
Summary
Astro + Tailwind landing page for amd-gaia.ai serving two audiences:
End users — Download the desktop Agent UI installer, see what GAIA can do
Developers — Explore the Python SDK and C++ framework, build custom agents
Key Pages
Technical
Test plan
cd website && npm install && npm run buildsucceedsnpx serve dist -sserves the site locally