You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redesign landing page with improved layout and messaging (#662)
* Redesign landing page with improved layout and messaging
- Update hero section with new tagline emphasizing auth for AI agents
- Restructure "Choose Your Path" into two columns: "Get Tools" and "Use Arcade"
- Add responsive breakpoints at 1062px for tile layouts
- Fix framework logos for dark mode with invertInDark support
- Add local SVG icons for LangChain, Mastra, CrewAI, Jira, Confluence
- Make section headers responsive (centered on mobile)
- Add cursor-pointer to clickable cards
- Fix image distortion with object-contain
- Remove video section (not ready for launch)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update How Arcade Works section with better links and descriptions
- Rename "Runtime" tile to "Authorized Tool Calling" with working link
- Update tile descriptions for clarity
- All links verified to exist
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add image support to SampleAppCard component
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add agentic development callout and move overview image
- Add LLMs.txt callout section to landing page for IDE integration
- Move overview architecture image to about page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Invert Cursor and Claude icons in light mode on MCP clients page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Make SampleAppCard image optional and remove images from landing page
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Fix Tailwind gradient class name
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update framework icons to use local SVGs with dark mode support
- Add invertInDark prop to PlatformCard component
- Update LangChain, Mastra, and Vercel AI icons to use local SVGs
- Apply dark:invert for proper visibility in dark mode
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add redirect from CrewAI index to use-arcade-tools
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* 🤖 Regenerate LLMs.txt
* Add redirects for all agent framework index pages
- LangChain -> use-arcade-tools
- Google ADK -> overview
- Mastra -> overview
- OpenAI Agents -> overview
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* 🤖 Regenerate LLMs.txt
* 🤖 Regenerate LLMs.txt
* Update sample app cards and fix framework links
- Remove placeholder images from examples page
- Remove "Try it out" / "View project" buttons from SampleAppCard
- Keep images on landing page sample apps
- Update framework links to point to correct subpages
- Remove redirect pages (links updated instead)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* 🤖 Regenerate LLMs.txt
* Add IDE logos to Connect to Your IDE card
Added logos prop to QuickStartCard component to display small icons.
Shows Cursor, VS Code, and Claude Desktop icons on the IDE tile.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Style IDE logos: bigger, centered with padding, offset Use Arcade column
- Increased logo size from h-5/w-5 to h-7/w-7
- Centered logos with justify-center and gap-4
- Added horizontal padding to logo container
- Added mt-12 to Use Arcade column on desktop to offset below Get Tools
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Increase Use Arcade column offset to 100px
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Align Learn more links to the right in QuickStartCard tiles
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update app/en/resources/examples/page.mdx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update app/en/resources/examples/page.mdx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Update app/en/resources/examples/page.mdx
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Rachel Lee Nabors <nearestnabors@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: app/en/get-started/about-arcade/page.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ Without auth, AI agents are severely limited in what they can do.
19
19
20
20
Arcade provides an authorization system that handles OAuth 2.0, API keys, and user tokens needed by AI agents to access external services through tools. This means your AI agents can now act on behalf of users securely and privately.
0 commit comments