Skip to content
Merged
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 docs/homepage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ mode: "custom"
</div>

<div className="flex justify-center gap-4 flex-wrap px-4 pb-16">
<div className="w-full max-w-lg">
<Card title="Developer Experience (MindsDB Query Engine)" href="/mindsdb">
I want to use the Query Engine to build AI features that learn from my data and answer questions intelligently.
<div className="w-full max-w-2xl">
<Card title="Query Engine" href="/mindsdb">
Build AI-powered applications on top of your data sources using SQL, APIs, SDKs, and native AI and data integrations.
<br></br><br></br>
Go to MindsDB Documentation.
Visit the documentation.
</Card>
</div>
<div className="w-full max-w-lg">
<Card title="BI & Analytics (MindsDB Anton)" href="https://github.com/mindsdb/anton">
I want to use MindsDB Anton, an AI coworker, to explore my data and uncover insights — no code required.
<div className="w-full max-w-2xl">
<Card title="MindsHub" href="https://mindshub.ai/">
Launch multiple AI agent harnesses like OpenClaw, NanoClaw, Hermes, and Anton Cowork, and use them side by side in a unified workspace.
<br></br><br></br>
Go to Anton GitHub repository.
Visit the webpage.
</Card>
</div>
</div>
Loading