Generate Your Activity Heatmap

Create a unified contribution heatmap from GitHub and LeetCode. Customize it, embed it in your portfolio, and let it show your consistency.

Usernames

Appearance

Live Preview

Embed Code

<iframe id="heatmap-widget" src="https://activity-grid.vercel.app/widget?github=ketankumavat&leetcode=ketankumavat&palette=github&cell=15&showLegend=1&autoResize=1" width="900" height="200" frameborder="0" scrolling="no" style="border: none; overflow: hidden;"></iframe>
<script>
  window.addEventListener('message', (event) => {
    if (event.data.type === 'dh-height') {
      document.getElementById('heatmap-widget').style.height = event.data.height + 'px';
    }
  });
</script>