Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions getting-started/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Trophy is a developer-friendly toolkit for building gamified product experiences
It makes building features like [Achievements](/platform/achievements), [Streaks](/platform/streaks), [Points](/platform/points) and [Leaderboards](/platform/leaderboards) simple with just a few lines of code, and can send gamified [Emails](/platform/emails) and [Push Notifications](/platform/push-notifications) to increase your retention and engagement.

<CardGroup>
<Card title="Platform Concepts" icon="book-open" href="/platform">
Get familiar with the mental model of gamification in Trophy.
</Card>
<Card
title="Quick Start"
icon="circle-play"
Expand All @@ -16,10 +19,7 @@ It makes building features like [Achievements](/platform/achievements), [Streaks
Integrate Trophy into your backend in under 10 minutes.
</Card>
<Card title="Guides" icon="rocket" href="/guides">
Use Trophy to build practical solutions to common gamification use cases.
</Card>
<Card title="Platform" icon="box" href="/platform">
Learn the key concepts behind building gamification experiences with Trophy.
Use Trophy to build solutions to common gamification use cases.
</Card>
<Card title="API Reference" icon="code" href="/api-reference">
Explore the Trophy API and see what's possible.
Expand Down
Loading