Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions sdks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,31 +10,31 @@ Use an SDK to search, scrape, and interact with the web without managing raw HTT
## Official SDKs
<CardGroup cols={2}>
<Card title="Python SDK" icon="python" href="python">
For Python apps, with sync and async support.
For Python apps. Sync and async support.
</Card>
<Card title="Node SDK" icon="node" href="node">
For Node.js and TypeScript apps.
</Card>
<Card title="Go SDK" icon="golang" href="go">
For Go applications.
For Go apps.
</Card>
<Card title="Java SDK" icon="java" href="java">
For Java and JVM-based applications.
For Java and JVM apps.
</Card>
<Card title="Ruby SDK" icon="gem" href="ruby">
For Ruby and Rails applications.
For Ruby and Rails apps.
</Card>
<Card title="Rust SDK" icon="rust" href="rust">
For Rust applications, with full v2 API support.
For Rust apps. Full v2 API support.
</Card>
<Card title=".NET SDK" icon="microsoft" href="dotnet">
For .NET and ASP.NET Core applications.
For .NET and ASP.NET Core apps.
</Card>
<Card title="PHP SDK" icon="php" href="php">
For PHP and Laravel applications.
For PHP and Laravel apps.
</Card>
<Card title="Elixir SDK" icon="droplet" href="elixir">
For Elixir and Phoenix applications.
For Elixir and Phoenix apps.
</Card>
<Card title="CLI" icon="terminal" href="cli">
Run Firecrawl from the command line.
Expand Down