{"id":53531,"date":"2025-07-22T08:47:21","date_gmt":"2025-07-21T22:47:21","guid":{"rendered":"https:\/\/www.cloudproinc.com.au\/?p=53531"},"modified":"2025-07-22T08:47:23","modified_gmt":"2025-07-21T22:47:23","slug":"how-to-implement-a-streak-system-in-your-app","status":"publish","type":"post","link":"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/","title":{"rendered":"How to Implement a Streak System in Your App"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Streak systems are powerful. They tap into the psychology of consistency and habit-forming, making users want to come back day after day.<\/p>\n\n\n\n<!--more-->\n\n\n\n<p class=\"wp-block-paragraph\"> Whether it&#8217;s Duolingo reminding you not to break your language learning streak, or a fitness app keeping you accountable for daily steps, the pattern is clear: streak systems work.<\/p>\n\n\n\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents<\/h2><ul><li><a href=\"#h-what-is-a-streak-system\" data-level=\"2\">What Is a Streak System?<\/a><ul><li><a href=\"#h-examples\" data-level=\"3\">Examples:<\/a><\/li><\/ul><\/li><li><a href=\"#h-why-add-a-streak-system\" data-level=\"2\">Why Add a Streak System?<\/a><\/li><li><a href=\"#h-core-components-of-a-streak-system\" data-level=\"2\">Core Components of a Streak System<\/a><ul><li><a href=\"#h-example-sql-schema\" data-level=\"3\">Example SQL Schema:<\/a><\/li><\/ul><\/li><li><a href=\"#h-streak-logic-pseudocode\" data-level=\"2\">Streak Logic (Pseudocode)<\/a><\/li><li><a href=\"#h-when-should-the-streak-be-updated\" data-level=\"2\">When Should the Streak Be Updated?<\/a><\/li><li><a href=\"#h-designing-the-streak-ui\" data-level=\"2\">Designing the Streak UI<\/a><\/li><li><a href=\"#h-best-practices-for-a-positive-experience\" data-level=\"2\">Best Practices for a Positive Experience<\/a><ul><li><a href=\"#h-1-be-encouraging-not-punishing\" data-level=\"3\">1. Be Encouraging, Not Punishing<\/a><\/li><li><a href=\"#h-2-use-notifications-wisely\" data-level=\"3\">2. Use Notifications Wisely<\/a><\/li><li><a href=\"#h-3-consider-grace-days\" data-level=\"3\">3. Consider Grace Days<\/a><\/li><li><a href=\"#h-4-give-visual-progress\" data-level=\"3\">4. Give Visual Progress<\/a><\/li><li><a href=\"#h-5-combine-with-rewards\" data-level=\"3\">5. Combine With Rewards<\/a><\/li><\/ul><\/li><li><a href=\"#h-real-life-examples\" data-level=\"2\">Real-Life Examples<\/a><\/li><li><a href=\"#h-how-streaks-impact-behavior\" data-level=\"2\">How Streaks Impact Behavior<\/a><\/li><li><a href=\"#h-wrapping-up\" data-level=\"2\">Wrapping Up<\/a><\/li><\/ul><\/div>\n\n\n\n<p class=\"wp-block-paragraph\">In this post, we\u2019ll walk through exactly how to implement a streak system in your app, what technical logic and storage it requires, and how to make the experience feel encouraging rather than punishing. We&#8217;ll also explore real-world examples and best practices that can help you turn this feature into a habit-building powerhouse.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-a-streak-system\">What Is a Streak System?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">A streak system is a mechanism that tracks how many consecutive days a user performs a specific action inside your app. The idea is simple: each day the user completes the activity, the streak count increases. If they miss a day, the streak resets to zero (or one, depending on your logic).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Streaks are commonly used in apps that rely on habitual engagement \u2014 such as learning, fitness, wellness, productivity, or even content creation. But they&#8217;re not limited to any one domain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-examples\">Examples:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>In a language app, it tracks daily lessons completed.<\/li>\n\n\n\n<li>In a journaling app, it tracks daily entries.<\/li>\n\n\n\n<li>In a workout app, it tracks exercise sessions.<\/li>\n\n\n\n<li>In a productivity app, it could track daily task completions.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The key benefit is user retention. Streak systems provide motivation to continue using the app because no one wants to \u201cbreak the chain.\u201d<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"683\" height=\"1024\" data-src=\"\/wp-content\/uploads\/2025\/07\/StreakCompletion-683x1024.png\" alt=\"\" class=\"wp-image-53532 lazyload\" data-srcset=\"\/wp-content\/uploads\/2025\/07\/StreakCompletion-683x1024.png 683w, \/wp-content\/uploads\/2025\/07\/StreakCompletion-200x300.png 200w, \/wp-content\/uploads\/2025\/07\/StreakCompletion-768x1152.png 768w, \/wp-content\/uploads\/2025\/07\/StreakCompletion-980x1470.png 980w, \/wp-content\/uploads\/2025\/07\/StreakCompletion-480x720.png 480w, \/wp-content\/uploads\/2025\/07\/StreakCompletion.png 1024w\" data-sizes=\"(max-width: 683px) 100vw, 683px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 683px; --smush-placeholder-aspect-ratio: 683\/1024;\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-why-add-a-streak-system\">Why Add a Streak System?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s why streaks are so effective:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>They create emotional investment.<\/strong><br>Users become attached to their progress and feel compelled to maintain it.<\/li>\n\n\n\n<li><strong>They gamify the experience.<\/strong><br>The visual feedback (calendar ticks, etc.) makes the app fun and competitive \u2014 even against oneself.<\/li>\n\n\n\n<li><strong>They encourage daily usage.<\/strong><br>A small nudge like \u201cDon\u2019t break your 10-day streak!\u201d is surprisingly motivating.<\/li>\n\n\n\n<li><strong>They improve retention and engagement metrics.<\/strong><br>For apps with a freemium model or subscription business, improved engagement can translate directly to revenue.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core-components-of-a-streak-system\">Core Components of a Streak System<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To implement a streak system, you\u2019ll need a few key data points per user:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>last_activity_date<\/code>: The last date the user performed the streak-triggering action.<\/li>\n\n\n\n<li><code>current_streak<\/code>: Number of consecutive days the user has completed the task.<\/li>\n\n\n\n<li><code>longest_streak<\/code> (optional but recommended): The user\u2019s personal record \u2014 a fun metric to display.<\/li>\n\n\n\n<li><code>streak_updated_today<\/code>: (optional flag to prevent multiple updates in one day).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">You can store these values in a dedicated <code>user_streaks<\/code> table or embed them directly into your existing user profile model.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-example-sql-schema\">Example SQL Schema:<\/h3>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-904847ebd5a3e3b10522b3c66d25dafe\"><code>CREATE TABLE user_streaks (\n    user_id INT PRIMARY KEY,\n    current_streak INT DEFAULT 0,\n    longest_streak INT DEFAULT 0,\n    last_activity_date DATE,\n    streak_updated_today BOOLEAN DEFAULT FALSE\n);\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-streak-logic-pseudocode\">Streak Logic (Pseudocode)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Now, let\u2019s break down how to update a user\u2019s streak:<\/p>\n\n\n\n<pre class=\"wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-35cc3b69bcb9c5f833e9f897067fa466\"><code>from datetime import datetime, timedelta\n\ndef update_streak(user):\n    today = datetime.now().date()\n    last_date = user.last_activity_date\n    streak = user.current_streak\n\n    if last_date == today:\n        # Already updated today\n        return\n\n    if last_date == today - timedelta(days=1):\n        # User continued their streak\n        user.current_streak += 1\n    else:\n        # User broke their streak\n        user.current_streak = 1\n\n    if user.current_streak &gt; user.longest_streak:\n        user.longest_streak = user.current_streak\n\n    user.last_activity_date = today\n    save(user)\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">This logic should be triggered when the user completes the relevant action \u2014 not just when they log in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-when-should-the-streak-be-updated\">When Should the Streak Be Updated?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Only update the streak when the user performs the targeted activity (not simply opening the app). Examples include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Completing a workout<\/li>\n\n\n\n<li>Submitting a journal entry<\/li>\n\n\n\n<li>Finishing a lesson<\/li>\n\n\n\n<li>Completing a to-do item<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">This encourages meaningful interaction \u2014 not just checking in.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-designing-the-streak-ui\">Designing the Streak UI<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">How you visualize the streak can greatly impact how users perceive it. Consider the following design elements:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Flame icon or calendar with ticks<\/strong> to show ongoing streaks.<\/li>\n\n\n\n<li><strong>Celebration animations<\/strong> at streak milestones (e.g., 7-day or 30-day streaks).<\/li>\n\n\n\n<li><strong>Badges or trophies<\/strong> for achieving certain streak levels.<\/li>\n\n\n\n<li><strong>\u201cFreeze pass\u201d<\/strong> or \u201cSkip day token\u201d that protects the streak from breaking once in a while.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">These small UX details can build a deeper emotional connection with your app.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-practices-for-a-positive-experience\">Best Practices for a Positive Experience<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">While streaks are powerful, if misused, they can create negative pressure. Here\u2019s how to implement streaks that motivate instead of frustrate:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-be-encouraging-not-punishing\">1. Be Encouraging, Not Punishing<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Don\u2019t make the user feel bad for breaking a streak. Instead, reset gently and invite them to start again.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-use-notifications-wisely\">2. Use Notifications Wisely<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A reminder like \u201cYou\u2019re on a 6-day streak \u2014 don\u2019t stop now!\u201d can nudge a user back into action. But don\u2019t spam.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-consider-grace-days\">3. Consider Grace Days<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Apps like Duolingo allow a \u201cstreak freeze\u201d item to preserve progress if the user misses a day. This makes the system feel more forgiving.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-give-visual-progress\">4. Give Visual Progress<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Let users see their streak history via a calendar or chart. It makes their effort more tangible and satisfying.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-5-combine-with-rewards\">5. Combine With Rewards<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Offer badges, XP points, or coins for hitting streak milestones \u2014 another incentive layer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-real-life-examples\">Real-Life Examples<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Let\u2019s look at how popular apps have nailed the streak concept:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Duolingo:<\/strong> Tracks consecutive days of language learning. Uses streak freezes and daily reminders.<\/li>\n\n\n\n<li><strong>GitHub:<\/strong> Shows green contributions on a calendar. The \u201ccommit every day\u201d gamification is subtle but effective.<\/li>\n\n\n\n<li><strong>Headspace:<\/strong> Highlights streaks for meditation days, subtly reinforcing the habit.<\/li>\n\n\n\n<li><strong>Snapchat:<\/strong> Tracks Snapstreaks with friends \u2014 the social aspect adds a unique dimension.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-streaks-impact-behavior\">How Streaks Impact Behavior<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The psychology behind streaks is rooted in the concept of <em>loss aversion<\/em>. Users don\u2019t want to lose progress they\u2019ve already made. Add in <em>habit stacking<\/em> \u2014 where users build routines around the app \u2014 and your engagement metrics can rise significantly.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Streaks make progress visible, and that visibility builds momentum.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wrapping-up\">Wrapping Up<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Implementing a streak system is one of the most effective ways to increase daily engagement, retention, and user satisfaction. It encourages habit formation, boosts motivation, and adds a light gamification layer that keeps users coming back.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here\u2019s a recap of what you\u2019ll need:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Track the last activity date, current and longest streak.<\/li>\n\n\n\n<li>Update streaks only on completed actions.<\/li>\n\n\n\n<li>Reset or continue based on date comparisons.<\/li>\n\n\n\n<li>Celebrate wins and provide visual feedback.<\/li>\n\n\n\n<li>Make it forgiving \u2014 not anxiety-inducing.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">With a thoughtful implementation, a streak system can transform your app from a one-time tool into a daily habit.<\/p>\n\n\n\n<ul class=\"wp-block-yoast-seo-related-links yoast-seo-related-links\">\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/2024\/08\/28\/deploy-azure-resources-with-logic-apps\/\">Deploy Azure Resources With Logic Apps<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/07\/22\/understanding-appsettings-json-in-net-and-c\/\">Understanding &#8216;appsettings.json&#8217; in .NET and C#<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/cloudproinc.com.au\/index.php\/automate-your-outlook-calendar-colors\/\">Bring Color and Clarity to Your Calendar<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/02\/19\/enhance-windows-11-security-with-asr-rules\/\">Enhance Windows 11 Security With ASR rules<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.cloudproinc.com.au\/index.php\/2024\/07\/04\/streamline-your-visual-studio-updates-with-microsoft-intune\/\">Streamline Your Visual Studio Updates with Microsoft Intune<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Streak systems are powerful. They tap into the psychology of consistency and habit-forming, making users want to come back day after day.<\/p>\n","protected":false},"author":1,"featured_media":53534,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_yoast_wpseo_opengraph-title":"","_yoast_wpseo_opengraph-description":"","_yoast_wpseo_twitter-title":"","_yoast_wpseo_twitter-description":"","_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[76,13],"tags":[],"class_list":["post-53531","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-application-development","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v28.1) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Implement a Streak System in Your App - CPI Consulting<\/title>\n<meta name=\"description\" content=\"Learn how to implement a streak system in your app to boost user engagement and create lasting habits. Discover practical steps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Implement a Streak System in Your App\" \/>\n<meta property=\"og:description\" content=\"Learn how to implement a streak system in your app to boost user engagement and create lasting habits. Discover practical steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/\" \/>\n<meta property=\"og:site_name\" content=\"CPI Consulting\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-21T22:47:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-21T22:47:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2025\/07\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"CPI Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"CPI Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/\"},\"author\":{\"name\":\"CPI Staff\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\"},\"headline\":\"How to Implement a Streak System in Your App\",\"datePublished\":\"2025-07-21T22:47:21+00:00\",\"dateModified\":\"2025-07-21T22:47:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/\"},\"wordCount\":1052,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png\",\"articleSection\":[\"Application Development\",\"Blog\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#respond\"]}],\"accessibilityFeature\":[\"tableOfContents\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/\",\"url\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/\",\"name\":\"How to Implement a Streak System in Your App - CPI Consulting\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#primaryimage\"},\"thumbnailUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png\",\"datePublished\":\"2025-07-21T22:47:21+00:00\",\"dateModified\":\"2025-07-21T22:47:23+00:00\",\"description\":\"Learn how to implement a streak system in your app to boost user engagement and create lasting habits. Discover practical steps.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#primaryimage\",\"url\":\"\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png\",\"width\":1024,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cloudproinc.azurewebsites.net\\\/index.php\\\/2025\\\/07\\\/22\\\/how-to-implement-a-streak-system-in-your-app\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Implement a Streak System in Your App\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#website\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"name\":\"Cloud Pro Inc - CPI Consulting Pty Ltd\",\"description\":\"Cloud, AI &amp; Cybersecurity Consulting | Melbourne\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#organization\",\"name\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\",\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"contentUrl\":\"\\\/wp-content\\\/uploads\\\/2022\\\/01\\\/favfinalfile.png\",\"width\":500,\"height\":500,\"caption\":\"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/#\\\/schema\\\/person\\\/192eeeb0ce91062126ce3822ae88fe6e\",\"name\":\"CPI Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g\",\"caption\":\"CPI Staff\"},\"sameAs\":[\"http:\\\/\\\/www.cloudproinc.com.au\"],\"url\":\"https:\\\/\\\/www.cloudproinc.com.au\\\/index.php\\\/author\\\/cpiadmin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Implement a Streak System in Your App - CPI Consulting","description":"Learn how to implement a streak system in your app to boost user engagement and create lasting habits. Discover practical steps.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/","og_locale":"en_US","og_type":"article","og_title":"How to Implement a Streak System in Your App","og_description":"Learn how to implement a streak system in your app to boost user engagement and create lasting habits. Discover practical steps.","og_url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/","og_site_name":"CPI Consulting","article_published_time":"2025-07-21T22:47:21+00:00","article_modified_time":"2025-07-21T22:47:23+00:00","og_image":[{"width":1024,"height":768,"url":"https:\/\/www.cloudproinc.com.au\/wp-content\/uploads\/2025\/07\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png","type":"image\/png"}],"author":"CPI Staff","twitter_card":"summary_large_image","twitter_misc":{"Written by":"CPI Staff","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#article","isPartOf":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/"},"author":{"name":"CPI Staff","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e"},"headline":"How to Implement a Streak System in Your App","datePublished":"2025-07-21T22:47:21+00:00","dateModified":"2025-07-21T22:47:23+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/"},"wordCount":1052,"commentCount":0,"publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/07\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png","articleSection":["Application Development","Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#respond"]}],"accessibilityFeature":["tableOfContents"]},{"@type":"WebPage","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/","url":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/","name":"How to Implement a Streak System in Your App - CPI Consulting","isPartOf":{"@id":"https:\/\/www.cloudproinc.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#primaryimage"},"image":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#primaryimage"},"thumbnailUrl":"\/wp-content\/uploads\/2025\/07\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png","datePublished":"2025-07-21T22:47:21+00:00","dateModified":"2025-07-21T22:47:23+00:00","description":"Learn how to implement a streak system in your app to boost user engagement and create lasting habits. Discover practical steps.","breadcrumb":{"@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#primaryimage","url":"\/wp-content\/uploads\/2025\/07\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png","contentUrl":"\/wp-content\/uploads\/2025\/07\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png","width":1024,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/cloudproinc.azurewebsites.net\/index.php\/2025\/07\/22\/how-to-implement-a-streak-system-in-your-app\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.cloudproinc.com.au\/"},{"@type":"ListItem","position":2,"name":"How to Implement a Streak System in Your App"}]},{"@type":"WebSite","@id":"https:\/\/www.cloudproinc.com.au\/#website","url":"https:\/\/www.cloudproinc.com.au\/","name":"Cloud Pro Inc - CPI Consulting Pty Ltd","description":"Cloud, AI &amp; Cybersecurity Consulting | Melbourne","publisher":{"@id":"https:\/\/www.cloudproinc.com.au\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.cloudproinc.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.cloudproinc.com.au\/#organization","name":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd","url":"https:\/\/www.cloudproinc.com.au\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/","url":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","contentUrl":"\/wp-content\/uploads\/2022\/01\/favfinalfile.png","width":500,"height":500,"caption":"Cloud Pro Inc - Cloud Pro Inc - CPI Consulting Pty Ltd"},"image":{"@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.cloudproinc.com.au\/#\/schema\/person\/192eeeb0ce91062126ce3822ae88fe6e","name":"CPI Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2d96eeb53b791d92c8c50dd667e3beec92c93253bb6ff21c02cfa8ca73665c70?s=96&d=mm&r=g","caption":"CPI Staff"},"sameAs":["http:\/\/www.cloudproinc.com.au"],"url":"https:\/\/www.cloudproinc.com.au\/index.php\/author\/cpiadmin\/"}]}},"jetpack_featured_media_url":"\/wp-content\/uploads\/2025\/07\/create-a-highly-detailed-high-resolution-image-showcasing-a-visually-engaging.png","jetpack-related-posts":[{"id":53732,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2025\/08\/28\/cypher-queries-and-rag-technology-explained\/","url_meta":{"origin":53531,"position":0},"title":"Cypher Queries and RAG Technology Explained","author":"CPI Staff","date":"August 28, 2025","format":false,"excerpt":"When it comes to making sense of complex data, especially in the era of AI, two concepts often come up together: Cypher queries and RAG technology. Cypher queries are the language behind graph databases like Neo4j, while RAG (Retrieval-Augmented Generation) is an approach used in modern AI systems to improve\u2026","rel":"","context":"In &quot;AI&quot;","block_context":{"text":"AI","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2025\/08\/cypher-queries-and-rag-technology-explained.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2025\/08\/cypher-queries-and-rag-technology-explained.png 1x, \/wp-content\/uploads\/2025\/08\/cypher-queries-and-rag-technology-explained.png 1.5x, \/wp-content\/uploads\/2025\/08\/cypher-queries-and-rag-technology-explained.png 2x, \/wp-content\/uploads\/2025\/08\/cypher-queries-and-rag-technology-explained.png 3x, \/wp-content\/uploads\/2025\/08\/cypher-queries-and-rag-technology-explained.png 4x"},"classes":[]},{"id":57972,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/21\/how-azure-app-service-runs-business-applications-more-securely\/","url_meta":{"origin":53531,"position":1},"title":"How Azure App Service Runs Business Applications More Securely","author":"CPI Staff","date":"July 21, 2026","format":false,"excerpt":"Azure App Service reduces server management, strengthens access controls and protects application data, helping Australian businesses run critical web applications with less risk and overhead.","rel":"","context":"In &quot;App Service&quot;","block_context":{"text":"App Service","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/app-service\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/how-azure-app-service-runs-business-applications-more-securely.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/how-azure-app-service-runs-business-applications-more-securely.png 1x, \/wp-content\/uploads\/2026\/07\/how-azure-app-service-runs-business-applications-more-securely.png 1.5x, \/wp-content\/uploads\/2026\/07\/how-azure-app-service-runs-business-applications-more-securely.png 2x, \/wp-content\/uploads\/2026\/07\/how-azure-app-service-runs-business-applications-more-securely.png 3x, \/wp-content\/uploads\/2026\/07\/how-azure-app-service-runs-business-applications-more-securely.png 4x"},"classes":[]},{"id":57875,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/16\/why-power-platform-needs-governance-before-business-risk-grows\/","url_meta":{"origin":53531,"position":2},"title":"Why Power Platform Needs Governance Before Business Risk Grows","author":"CPI Staff","date":"July 16, 2026","format":false,"excerpt":"Power Platform can save time fast, but without governance it can expose data, increase costs, and create apps nobody owns. Here is how leaders can stay in control.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/why-power-platform-needs-governance-before-business-risk-grows.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/why-power-platform-needs-governance-before-business-risk-grows.png 1x, \/wp-content\/uploads\/2026\/07\/why-power-platform-needs-governance-before-business-risk-grows.png 1.5x, \/wp-content\/uploads\/2026\/07\/why-power-platform-needs-governance-before-business-risk-grows.png 2x, \/wp-content\/uploads\/2026\/07\/why-power-platform-needs-governance-before-business-risk-grows.png 3x, \/wp-content\/uploads\/2026\/07\/why-power-platform-needs-governance-before-business-risk-grows.png 4x"},"classes":[]},{"id":58117,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/29\/how-to-secure-byod-devices-with-microsoft-intune-without-overreach\/","url_meta":{"origin":53531,"position":3},"title":"How to Secure BYOD Devices with Microsoft Intune Without Overreach","author":"CPI Staff","date":"July 29, 2026","format":false,"excerpt":"Learn how to protect company data on employee-owned devices with Microsoft Intune while preserving privacy, reducing security risk and avoiding unnecessary device control.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/how-to-secure-byod-devices-with-microsoft-intune-without-overreach.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/how-to-secure-byod-devices-with-microsoft-intune-without-overreach.png 1x, \/wp-content\/uploads\/2026\/07\/how-to-secure-byod-devices-with-microsoft-intune-without-overreach.png 1.5x, \/wp-content\/uploads\/2026\/07\/how-to-secure-byod-devices-with-microsoft-intune-without-overreach.png 2x, \/wp-content\/uploads\/2026\/07\/how-to-secure-byod-devices-with-microsoft-intune-without-overreach.png 3x, \/wp-content\/uploads\/2026\/07\/how-to-secure-byod-devices-with-microsoft-intune-without-overreach.png 4x"},"classes":[]},{"id":57824,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/07\/09\/designing-secure-tool-use-for-claude-agents-in-business-systems\/","url_meta":{"origin":53531,"position":4},"title":"Designing Secure Tool Use for Claude Agents in Business Systems","author":"CPI Staff","date":"July 9, 2026","format":false,"excerpt":"Claude agents can save hours, but only if their tools are designed safely. Here is a practical framework for controlling access, approvals, logging, and risk.","rel":"","context":"In &quot;Blog&quot;","block_context":{"text":"Blog","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/blog\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/07\/designing-secure-tool-use-for-claude-agents-in-business-systems.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/07\/designing-secure-tool-use-for-claude-agents-in-business-systems.png 1x, \/wp-content\/uploads\/2026\/07\/designing-secure-tool-use-for-claude-agents-in-business-systems.png 1.5x, \/wp-content\/uploads\/2026\/07\/designing-secure-tool-use-for-claude-agents-in-business-systems.png 2x, \/wp-content\/uploads\/2026\/07\/designing-secure-tool-use-for-claude-agents-in-business-systems.png 3x, \/wp-content\/uploads\/2026\/07\/designing-secure-tool-use-for-claude-agents-in-business-systems.png 4x"},"classes":[]},{"id":57587,"url":"https:\/\/www.cloudproinc.com.au\/index.php\/2026\/05\/28\/connecting-microsoft-foundry-agents-to-business-systems-2\/","url_meta":{"origin":53531,"position":5},"title":"Connecting Microsoft Foundry Agents to Business Systems","author":"CPI Staff","date":"May 28, 2026","format":false,"excerpt":"AI agents are moving from proof of concept to production planning. For many Australian organisations, the question is no longer whether an agent can answer a question. The harder question is whether it can safely do useful work across the systems the business already runs on. That means connecting agents\u2026","rel":"","context":"In &quot;AI for Business &amp; AI Strategy&quot;","block_context":{"text":"AI for Business &amp; AI Strategy","link":"https:\/\/www.cloudproinc.com.au\/index.php\/category\/ai-for-business-ai-strategy\/"},"img":{"alt_text":"","src":"\/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png","width":350,"height":200,"srcset":"\/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 1x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 1.5x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 2x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 3x, \/wp-content\/uploads\/2026\/05\/connecting-microsoft-foundry-agents-to-business-systems.png 4x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=53531"}],"version-history":[{"count":1,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53531\/revisions"}],"predecessor-version":[{"id":53535,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/posts\/53531\/revisions\/53535"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media\/53534"}],"wp:attachment":[{"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=53531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/categories?post=53531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.cloudproinc.com.au\/index.php\/wp-json\/wp\/v2\/tags?post=53531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}