diff --git a/account/billing.mdx b/account/billing.mdx index a29b392..30fd916 100644 --- a/account/billing.mdx +++ b/account/billing.mdx @@ -1,6 +1,6 @@ --- title: Billing -description: Learn how Trophy controls costs by charging based on monthly active users. +description: Understand how Trophy's monthly active user pricing works, how usage is measured, and how to control billing costs as your product grows. og:description: Learn how Trophy controls costs by charging based on monthly active users. icon: gauge --- diff --git a/account/branding.mdx b/account/branding.mdx index a6bfa21..618688a 100644 --- a/account/branding.mdx +++ b/account/branding.mdx @@ -1,6 +1,6 @@ --- title: Branding -description: Configure your logo and brand colors used across features built with Trophy. +description: Customize the logo, brand colors, and visual identity Trophy applies to leaderboards, emails, and other user-facing gamification surfaces. og:description: Learn how Trophy tracks usage according to the number of users that use your product. icon: palette diff --git a/account/members.mdx b/account/members.mdx index 37fb02e..bc12ba6 100644 --- a/account/members.mdx +++ b/account/members.mdx @@ -1,6 +1,6 @@ --- title: Members -description: Give team members access to Trophy and manage your account settings. +description: Invite teammates to your Trophy account, assign roles, and manage member permissions to collaborate on gamification configuration. og:description: Give team members access to Trophy and manage your account settings. icon: user-plus --- diff --git a/account/overview.mdx b/account/overview.mdx index ad24a00..c7a4536 100644 --- a/account/overview.mdx +++ b/account/overview.mdx @@ -1,6 +1,6 @@ --- title: Overview -description: Learn how to manage your Trophy account. +description: Manage your Trophy account including billing, team members, branding, and other workspace-wide settings that apply across your environments. --- From inviting team members to understanding billing, this section of the documentation is dedicated to managing your Trophy account. diff --git a/admin-api/authentication.mdx b/admin-api/authentication.mdx index 9fc846d..6306275 100644 --- a/admin-api/authentication.mdx +++ b/admin-api/authentication.mdx @@ -1,7 +1,6 @@ --- title: Authentication -description: Integrate securely with the API using account-level API keys - transmitted in the `X-API-KEY` header. +description: Authenticate Trophy Admin API requests with account-level API keys passed in the X-API-KEY header to manage metrics, points, and leaderboards. og:description: Integrate securely with the Trophy API using account-level API keys transmitted in the `X-API-KEY` header. icon: key diff --git a/admin-api/client-libraries.mdx b/admin-api/client-libraries.mdx index e038f08..599c256 100644 --- a/admin-api/client-libraries.mdx +++ b/admin-api/client-libraries.mdx @@ -1,6 +1,6 @@ --- title: Client Libraries -description: Use Trophy's type-safe SDKs to integrate with the API. +description: Use Trophy's type-safe Admin API SDKs for Node.js, Python, and other languages to programmatically manage metrics, points, and leaderboards. og:description: Use Trophy's type-safe SDKs to integrate with the API and start building gamified product experiences. icon: code-xml diff --git a/admin-api/introduction.mdx b/admin-api/introduction.mdx index fdaa47e..3032d3a 100644 --- a/admin-api/introduction.mdx +++ b/admin-api/introduction.mdx @@ -1,7 +1,6 @@ --- title: Introduction -description: Learn about the Trophy Admin API and how to use it to drive custom - workflows using Trophy data. +description: Get started with the Trophy Admin API to programmatically configure metrics, points systems, leaderboards, and other gamification resources. subtitle: Learn about the Trophy Admin API and how to use it to drive custom workflows using Trophy data. --- diff --git a/admin-api/rate-limiting.mdx b/admin-api/rate-limiting.mdx index 7c800f6..7751fb3 100644 --- a/admin-api/rate-limiting.mdx +++ b/admin-api/rate-limiting.mdx @@ -1,6 +1,6 @@ --- title: Rate Limiting -description: Learn about the Trophy API and request rate limiting. +description: Understand Trophy Admin API rate limits, response headers, and best practices for retrying requests when configuring resources at scale. og:description: Learn about the Trophy API and request rate limiting. icon: circle-gauge --- diff --git a/api-reference/authentication.mdx b/api-reference/authentication.mdx index 0c3cca9..b15b6db 100644 --- a/api-reference/authentication.mdx +++ b/api-reference/authentication.mdx @@ -1,7 +1,6 @@ --- title: Authentication -description: Integrate securely with the API using account-level API keys - transmitted in the `X-API-KEY` header. +description: Authenticate Trophy API requests with account-level API keys passed in the X-API-KEY header to securely track events and update users. og:description: Integrate securely with the Trophy API using account-level API keys transmitted in the `X-API-KEY` header. icon: key diff --git a/api-reference/client-libraries.mdx b/api-reference/client-libraries.mdx index 3cc65d8..cf26bc0 100644 --- a/api-reference/client-libraries.mdx +++ b/api-reference/client-libraries.mdx @@ -1,6 +1,6 @@ --- title: Client Libraries -description: Use Trophy's type-safe SDKs to integrate with the API. +description: Use Trophy's type-safe SDKs for Node.js, Python, Go, and other languages to track events, identify users, and build gamified product features. og:description: Use Trophy's type-safe SDKs to integrate with the API and start building gamified product experiences. icon: code-xml diff --git a/api-reference/idempotency.mdx b/api-reference/idempotency.mdx index de0294e..07e98b8 100644 --- a/api-reference/idempotency.mdx +++ b/api-reference/idempotency.mdx @@ -1,7 +1,6 @@ --- title: Idempotency -description: Prevent unintended side effects when retrying requests with - idempotency controls built into the Trophy API and SDKs. +description: Use the Idempotency-Key header in the Trophy API to safely retry requests without creating duplicate events or causing unintended side effects. og:description: Prevent unintended side effects when retrying requests with idempotency built into the Trophy API and SDKs using the `Idempotency-Key` request header. diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index fa8ae63..c52cafa 100644 --- a/api-reference/introduction.mdx +++ b/api-reference/introduction.mdx @@ -1,6 +1,6 @@ --- title: Introduction -description: Learn about the Trophy API and get started building your integration. +description: Get started with the Trophy API to track user events, identify users, fetch leaderboard rankings, and read achievement progress in your app. subtitle: Learn about the Trophy API and get started building your integration. --- diff --git a/api-reference/rate-limiting.mdx b/api-reference/rate-limiting.mdx index 68f3365..d554b97 100644 --- a/api-reference/rate-limiting.mdx +++ b/api-reference/rate-limiting.mdx @@ -1,6 +1,6 @@ --- title: Rate Limiting -description: Learn about the Trophy API and request rate limiting. +description: Understand Trophy API rate limits, response headers, and best practices for retrying requests when tracking high-volume user events. og:description: Learn about the Trophy API and request rate limiting. icon: circle-gauge --- diff --git a/experimentation/engagement.mdx b/experimentation/engagement.mdx index 052b496..5d3c999 100644 --- a/experimentation/engagement.mdx +++ b/experimentation/engagement.mdx @@ -1,6 +1,6 @@ --- title: Engagement -description: Learn how to measure the impact of gamification on engagement +description: Measure how Trophy's gamification features influence user engagement by comparing session frequency and event volume across cohorts. og:description: Learn how to measure the impact of gamification on engagement icon: heart --- diff --git a/experimentation/overview.mdx b/experimentation/overview.mdx index 997e16e..dd6eb66 100644 --- a/experimentation/overview.mdx +++ b/experimentation/overview.mdx @@ -1,7 +1,6 @@ --- title: Overview -description: Learn how to use Trophy to experiment with the gamification - experience and increase retention and user engagement. +description: Use Trophy to run experiments on gamification features like streaks, points, and achievements to find what drives retention and engagement. og:description: Learn how to use Trophy to experiment with the gamification experience and increase retention and user engagement. --- diff --git a/experimentation/retention.mdx b/experimentation/retention.mdx index 26ebcb0..8c7cbc4 100644 --- a/experimentation/retention.mdx +++ b/experimentation/retention.mdx @@ -1,6 +1,6 @@ --- title: Retention -description: Learn how to measure the impact of gamification on retention +description: Measure how Trophy's gamification features influence retention by tracking returning users and day 7 and day 30 retention across cohorts. og:description: Learn how to measure the impact of gamification on retention icon: refresh-cw --- diff --git a/getting-started/introduction.mdx b/getting-started/introduction.mdx index fdd0c98..0b70522 100644 --- a/getting-started/introduction.mdx +++ b/getting-started/introduction.mdx @@ -1,6 +1,6 @@ --- title: Welcome to Trophy -description: Trophy documentation for gamification APIs, quickstart guides and tutorials. +description: Start integrating Trophy's gamification platform with quickstart guides, SDK references, and tutorials for streaks, points, and achievements. --- Trophy is a developer-friendly toolkit for building gamified product experiences in any mobile or web app. diff --git a/getting-started/quickstart.mdx b/getting-started/quickstart.mdx index ebd791d..733489a 100644 --- a/getting-started/quickstart.mdx +++ b/getting-started/quickstart.mdx @@ -1,6 +1,6 @@ --- title: Quick Start -description: Get up and running with Trophy in under 10 minutes +description: Integrate Trophy in under 10 minutes by installing an SDK, identifying users, and sending your first metric event to power gamification. og:description: Follow this quick start guide to integrate Trophy into your backend and add gamified features like achievements and streaks into your app. --- diff --git a/guides/gamified-fitness-platform.mdx b/guides/gamified-fitness-platform.mdx index de4bed8..589fb05 100644 --- a/guides/gamified-fitness-platform.mdx +++ b/guides/gamified-fitness-platform.mdx @@ -1,8 +1,6 @@ --- -title: How to Build a Gamified Fitness Tracker -description: Learn how to build a Strava-like fitness app with Next.js, - featuring multi-sport tracking, city-based leaderboards, and normalized XP - progression. +title: How to build a gamified fitness tracker +description: Build a Strava-like fitness tracker in Next.js using Trophy for multi-sport tracking, city-based leaderboards, streaks, and normalized XP. subtitle: Build a high-retention fitness app with streaks and leaderboards. --- diff --git a/guides/gamified-study-platform.mdx b/guides/gamified-study-platform.mdx index ee66a2d..bbaf45c 100644 --- a/guides/gamified-study-platform.mdx +++ b/guides/gamified-study-platform.mdx @@ -1,7 +1,6 @@ --- -title: How to Build a Gamified Study Platform -description: Follow along as we build out a gamified study platform using Trophy - with achievements, a daily streak, XP and leaderboards. +title: How to build a gamified study platform +description: Build a Duolingo-style gamified study app with Trophy using achievements, daily streaks, XP progression, and weekly competitive leaderboards. subtitle: Follow along as we build out a gamified study platform using Trophy. noindex: true --- diff --git a/guides/how-to-build-a-leaderboards-feature.mdx b/guides/how-to-build-a-leaderboards-feature.mdx index 1538494..e65f475 100644 --- a/guides/how-to-build-a-leaderboards-feature.mdx +++ b/guides/how-to-build-a-leaderboards-feature.mdx @@ -1,7 +1,6 @@ --- -title: How To Build A Leaderboards Feature -description: Learn how to use Trophy to add a leaderboards feature to your web - or mobile app. +title: How to build a leaderboards feature +description: Add competitive leaderboards to your web or mobile app with Trophy, including ranking by metrics, points, or streaks across daily and weekly runs. subtitle: Learn how to use Trophy to add a leaderboards feature to your web or mobile app. noindex: true diff --git a/guides/how-to-build-a-streaks-feature.mdx b/guides/how-to-build-a-streaks-feature.mdx index 77b7c5b..5e40dcf 100644 --- a/guides/how-to-build-a-streaks-feature.mdx +++ b/guides/how-to-build-a-streaks-feature.mdx @@ -1,6 +1,6 @@ --- -title: How To Build A Streaks Feature -description: Learn how to use Trophy to add a streaks feature to your web or mobile app. +title: How to build a streaks feature +description: Add a daily, weekly, or monthly streaks feature to your web or mobile app with Trophy to build habits and increase user retention. subtitle: Learn how to use Trophy to add a streaks feature to your web or mobile app. noindex: true --- diff --git a/guides/how-to-build-an-achievements-feature.mdx b/guides/how-to-build-an-achievements-feature.mdx index 297955b..c9796fd 100644 --- a/guides/how-to-build-an-achievements-feature.mdx +++ b/guides/how-to-build-an-achievements-feature.mdx @@ -1,7 +1,6 @@ --- -title: How To Build An Achievements Feature -description: Learn how to use Trophy to add an achievements feature to your web - or mobile app. +title: How to build an achievements feature +description: Add an achievements and badges feature to your web or mobile app with Trophy to reward user milestones and encourage product discovery. subtitle: Learn how to use Trophy to add an achievements feature to your web or mobile app. noindex: true diff --git a/guides/how-to-build-an-energy-feature.mdx b/guides/how-to-build-an-energy-feature.mdx index e228b10..aaca524 100644 --- a/guides/how-to-build-an-energy-feature.mdx +++ b/guides/how-to-build-an-energy-feature.mdx @@ -1,6 +1,6 @@ --- -title: How To Build An Energy Feature -description: Learn how to use Trophy to add an energy feature to your web or mobile app. +title: How to build an energy feature +description: Add a regenerating energy or lives system to your web or mobile app with Trophy to pace user activity and create return-to-app moments. subtitle: Learn how to use Trophy to add an energy feature to your web or mobile app. noindex: true --- diff --git a/guides/how-to-build-an-xp-feature.mdx b/guides/how-to-build-an-xp-feature.mdx index 7ef1a90..1156ddb 100644 --- a/guides/how-to-build-an-xp-feature.mdx +++ b/guides/how-to-build-an-xp-feature.mdx @@ -1,6 +1,6 @@ --- -title: How To Build An XP Feature -description: Learn how to use Trophy to add an XP feature to your web or mobile app. +title: How to build an XP feature +description: Add an XP and levels progression system to your web or mobile app with Trophy by rewarding user actions with points and unlocking new levels. subtitle: Learn how to use Trophy to add an XP feature to your web or mobile app. noindex: true --- diff --git a/platform/achievements.mdx b/platform/achievements.mdx index 5e46373..ee55a9f 100644 --- a/platform/achievements.mdx +++ b/platform/achievements.mdx @@ -1,6 +1,6 @@ --- title: Achievements -description: Learn how to use Achievements in a gamified product experience with Trophy. +description: Reward users with metric, API, streak, and composite achievements in Trophy to drive product discovery and recognize milestone progress. og:description: Use metric, API, streak and composite achievements to reward users for continued progress and to encourage them to discover new parts of your app. diff --git a/platform/emails.mdx b/platform/emails.mdx index 2d2ba79..06cffd4 100644 --- a/platform/emails.mdx +++ b/platform/emails.mdx @@ -1,6 +1,6 @@ --- title: Emails -description: Learn how to use emails in a gamified product experience with Trophy. +description: Send automated transactional emails from Trophy for streak reminders, achievement notifications, and re-engagement to bring users back. og:description: Use automated email flows to extend your gamification experience outside your app and remind users to keep coming back. icon: mail diff --git a/platform/events.mdx b/platform/events.mdx index f5974d6..6121dec 100644 --- a/platform/events.mdx +++ b/platform/events.mdx @@ -1,7 +1,6 @@ --- title: Events -description: Events are data objects that represent individual user interactions - against metrics in Trophy. +description: Send events to Trophy to record individual user interactions against metrics and trigger achievements, streaks, points, and leaderboard updates. og:description: Events are data objects that represent individual user interactions against metrics in Trophy. icon: radio diff --git a/platform/leaderboards.mdx b/platform/leaderboards.mdx index 94aaa0e..240116b 100644 --- a/platform/leaderboards.mdx +++ b/platform/leaderboards.mdx @@ -1,6 +1,6 @@ --- title: Leaderboards -description: Learn how to use Leaderboards in a gamified product experience with Trophy. +description: Create daily, weekly, or monthly leaderboards in Trophy that rank users by metrics, points, or streak length to drive competition and engagement. og:description: Create daily, weekly or monthly competitions that rank users based on metrics, points or streaks and increase user engagement. icon: /icons/leaderboard.svg diff --git a/platform/metrics.mdx b/platform/metrics.mdx index 91e1333..e8d54fc 100644 --- a/platform/metrics.mdx +++ b/platform/metrics.mdx @@ -1,8 +1,6 @@ --- title: Metrics -description: Learn how to model user interactions using Trophy Metrics. Model - any user interaction and trigger automated gamification flows with just a few - lines of code. +description: Model any user interaction in Trophy with metrics, the flexible data primitive that powers achievements, streaks, points, and leaderboards. og:description: Metrics are flexible data primitives that can be used to model any user interaction and drive a wide range of gamified features. icon: box diff --git a/platform/overview.mdx b/platform/overview.mdx index 87598f2..1aae6f0 100644 --- a/platform/overview.mdx +++ b/platform/overview.mdx @@ -1,6 +1,6 @@ --- title: Overview -description: Learn the key concepts behind Trophy's gamification system. +description: Learn the core Trophy concepts including users, metrics, events, achievements, streaks, points, and leaderboards that power gamified products. og:description: Learn the key concepts behind Trophy's gamification system including Metrics, Events, Achievements and Streaks. --- diff --git a/platform/points.mdx b/platform/points.mdx index 2b48aa9..15bfd0b 100644 --- a/platform/points.mdx +++ b/platform/points.mdx @@ -1,6 +1,6 @@ --- title: Points -description: Learn how to build points-based systems using Trophy +description: Build XP and points-based systems with Trophy using triggers, levels, and boosts to reward in-app actions and progress users through tiers. og:description: Use points systems to reward users for in-app actions. icon: sparkle --- diff --git a/platform/push-notifications.mdx b/platform/push-notifications.mdx index 3dfb1b5..a8ae92f 100644 --- a/platform/push-notifications.mdx +++ b/platform/push-notifications.mdx @@ -1,7 +1,6 @@ --- title: Push Notifications -description: Learn how to use push notifications in a gamified product - experience with Trophy. +description: Send automated push notifications from Trophy for streak reminders, achievement unlocks, and re-engagement to bring users back to your mobile app. og:description: Use automated push notification flows to extend your gamification experience outside your app and remind users to keep coming back. icon: bell diff --git a/platform/streaks.mdx b/platform/streaks.mdx index 656c64a..ccac77a 100644 --- a/platform/streaks.mdx +++ b/platform/streaks.mdx @@ -1,6 +1,6 @@ --- title: Streaks -description: Learn how to use streaks in a gamified product experience with Trophy. +description: Build daily, weekly, or monthly streaks in Trophy with configurable freezes and reminders to create habitual usage patterns and retain users. og:description: Use daily, weekly or monthly streaks to create habitual usage patterns and keep users coming back to your app. icon: flame diff --git a/platform/users.mdx b/platform/users.mdx index 2b38dac..d7bf3f2 100644 --- a/platform/users.mdx +++ b/platform/users.mdx @@ -1,6 +1,6 @@ --- title: Users -description: Learn how to track interactions across your userbase using Trophy. +description: Identify users in Trophy with stable IDs, attributes, and notification preferences to track gamification progress across your product. og:description: Users are the people that use your platform. Learn how to tell Trophy about them. icon: users diff --git a/webhooks/idempotency.mdx b/webhooks/idempotency.mdx index 084c019..41bcd74 100644 --- a/webhooks/idempotency.mdx +++ b/webhooks/idempotency.mdx @@ -1,7 +1,6 @@ --- title: Idempotency -description: Learn how to ensure your webhook endpoints only process events once - to prevent unintended side effects. +description: Use Trophy webhook event IDs to deduplicate deliveries and ensure your endpoints process each event exactly once, even when retries occur. subtitle: Learn how to ensure your webhook endpoints only process events once to prevent unintended side effects. icon: repeat diff --git a/webhooks/introduction.mdx b/webhooks/introduction.mdx index 4072384..7125f91 100644 --- a/webhooks/introduction.mdx +++ b/webhooks/introduction.mdx @@ -1,7 +1,6 @@ --- title: Introduction -description: Learn about webhooks in Trophy and how to use them to power custom - gamification integrations. +description: Use Trophy webhooks to receive real-time events for achievements, streaks, points, and leaderboards and power custom gamification integrations. subtitle: Learn about webhooks in Trophy and how to use them to power custom gamification integrations. --- diff --git a/webhooks/observability.mdx b/webhooks/observability.mdx index e198c72..78a8dab 100644 --- a/webhooks/observability.mdx +++ b/webhooks/observability.mdx @@ -1,6 +1,6 @@ --- title: Observability -description: Learn how to monitor and diagnose issues with webhook delivery. +description: Monitor Trophy webhook delivery in the dashboard with delivery logs, response codes, and tools to replay failed events and diagnose endpoint issues. subtitle: Learn how to monitor and diagnose issues with webhook delivery. icon: activity --- diff --git a/webhooks/quickstart.mdx b/webhooks/quickstart.mdx index c881d6b..d832577 100644 --- a/webhooks/quickstart.mdx +++ b/webhooks/quickstart.mdx @@ -1,6 +1,6 @@ --- title: Quick Start -description: Start receiving webhook events from Trophy in under 10 minutes. +description: Configure a Trophy webhook endpoint in under 10 minutes to start receiving real-time achievement, streak, points, and leaderboard events. subtitle: Start receiving webhook events from Trophy in under 10 minutes. icon: circle-play --- diff --git a/webhooks/retries.mdx b/webhooks/retries.mdx index cb36008..feb5e88 100644 --- a/webhooks/retries.mdx +++ b/webhooks/retries.mdx @@ -1,6 +1,6 @@ --- title: Retries -description: Learn how Trophy handles webhook retries with configured endpoints. +description: Understand how Trophy retries failed webhook deliveries with exponential backoff and how to design endpoints that handle retries correctly. subtitle: Learn how Trophy handles webhook retries with configured endpoints. icon: rotate-ccw --- diff --git a/webhooks/security.mdx b/webhooks/security.mdx index e899fe6..ede6ffa 100644 --- a/webhooks/security.mdx +++ b/webhooks/security.mdx @@ -1,6 +1,6 @@ --- title: Security -description: Build secure webhook endpoints using webhook signature verification. +description: Secure your Trophy webhook endpoints by verifying request signatures with your signing secret to confirm payloads originated from Trophy. subtitle: Build secure webhook endpoints using webhook signature verification. icon: shield-check ---