docs: rewrite AI SDK landing page to model Exa's reference DX#1667
Open
docs: rewrite AI SDK landing page to model Exa's reference DX#1667
Conversation
Restructure the AI SDK guide to follow Exa's developer-reference layout (Install, Setup, Quickstart, Example, Use cases, Safety, Options, Links) and frame the SDK as framework-agnostic with Vercel AI SDK as the headline integration example. Mark the SDK as beta to set expectations against the placeholder API surface, and add a Safety and guardrails section per the HF-53 brief.
|
Task linked: HF-53 Create landing pages for AI toolchains |
✅ Deploy Preview for hyperformula-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Performance comparison of head (810de4b) vs base (8b525cb) |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1667 +/- ##
========================================
Coverage 97.18% 97.18%
========================================
Files 174 174
Lines 15086 15086
Branches 3223 3223
========================================
Hits 14662 14662
Misses 424 424 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes HF-53.
Test plan
npm run docs:devand verify the page renders under Guide → Integrations → HyperFormula AI SDK.Note
Low Risk
Documentation-only changes with no runtime or API behavior modifications; main risk is minor user confusion if previewed APIs/options diverge from implementation.
Overview
Rewrites
docs/guide/ai-sdk.mdinto a more complete landing page with a clear flow (Install → Setup → Quickstart → Example → Use cases → Safety → Options → TS → Links) and positions the AI SDK as beta/preview.Adds a concrete Vercel AI SDK
generateTextintegration snippet, expands messaging around local/deterministic execution, and introduces a new Safety and guardrails section plus a table of plannedcreateSpreadsheetToolsoptions and TypeScript typing notes.Reviewed by Cursor Bugbot for commit 810de4b. Bugbot is set up for automated code reviews on this repo. Configure here.