Latest Updates

Documenting code, one commit at a time.

Implementing Dynamic GitHub Sync Limits Based on Subscription Tiers

Our landing project, which facilitates generating posts by syncing with user GitHub activity, recently required a more refined approach to feature access. To enhance our subscription model and ensure fair usage, we introduced dynamic GitHub sync limits based on a user's subscription plan.

The Scenario

Previously, all users might have had a uniform or basic GitHub sync limit.

Read more