https://github.com/dpb587/tailwind-config-dataset
https://github.com/dpb587/tailwind-config-dataset
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dpb587/tailwind-config-dataset
- Owner: dpb587
- Created: 2024-03-06T17:12:19.000Z (over 2 years ago)
- Default Branch: v1.20240306.0
- Last Pushed: 2024-03-06T18:56:06.000Z (over 2 years ago)
- Last Synced: 2025-04-05T03:42:13.392Z (about 1 year ago)
- Language: JavaScript
- Size: 11.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tailwind Config Report
Some mildly interesting details from analyzing 2788 open source projects that rely on [Tailwind CSS](https://tailwindcss.com/). I am not affiliated with Tailwind Labs, just a casual user of their projects. Originally, [this post](https://twitter.com/adamwathan/status/1762597487443956083) got me curious about some of the practices, so I hacked together some past scripts and similar experiments to generate these results ([source code](https://github.com/dpb587/tailwind-config-reporter)). I have not spent too much time reviewing data quality, so there is still room for improvement.
The following summaries use "Source Owners" to refer to unique organizations/users owning a repository and "Source" to refer to a Tailwind-related path within a repository. Some owners may have multiple repositories, and some repositories may have multiple sources. Gauging by source owners seemed like a slightly better indicator of usage. If only a single source owner makes a particular configuration change, it is generally excluded from the summary tables.
* **[General Usage](./analysis/general.md)** - customized features, disabled core plugins, content file extensions, prefixes
* **[Analyzed Versions](./analysis/versions-analyzed.md)** - related package versions which were resolved and used during analysis
* **[Version Constraints](./analysis/version-constraints.md)** - related package version constraints documented in `package.json` files
* **[All Packages](./analysis/packages.md)** - all packages referenced in `package.json` files
* **[CSS Variable Names](./analysis/css-variable-names.md)** - common variable names found
* **[Config File Duplication](./analysis/config-file-duplication.md)** - duplicate configs used across sources
* Theme Properties - **[animation](./analysis/theme-animation.md)**, **[aspectRatio](./analysis/theme-aspectRatio.md)**, **[backgroundImage](./analysis/theme-backgroundImage.md)**, **[backgroundPosition](./analysis/theme-backgroundPosition.md)**, **[backgroundSize](./analysis/theme-backgroundSize.md)**, **[blur](./analysis/theme-blur.md)**, **[borderRadius](./analysis/theme-borderRadius.md)**, **[borderWidth](./analysis/theme-borderWidth.md)**, **[boxShadow](./analysis/theme-boxShadow.md)**, **[brightness](./analysis/theme-brightness.md)**, **[color](./analysis/theme-color.md)**, **[columns](./analysis/theme-columns.md)**, **[content](./analysis/theme-content.md)**, **[contrast](./analysis/theme-contrast.md)**, **[cursor](./analysis/theme-cursor.md)**, **[flex](./analysis/theme-flex.md)**, **[flexGrow](./analysis/theme-flexGrow.md)**, **[flexShrink](./analysis/theme-flexShrink.md)**, **[fontFamily](./analysis/theme-fontFamily.md)**, **[fontWeight](./analysis/theme-fontWeight.md)**, **[gridAutoRows](./analysis/theme-gridAutoRows.md)**, **[gridColumn](./analysis/theme-gridColumn.md)**, **[gridColumnEnd](./analysis/theme-gridColumnEnd.md)**, **[gridColumnStart](./analysis/theme-gridColumnStart.md)**, **[gridRow](./analysis/theme-gridRow.md)**, **[gridRowEnd](./analysis/theme-gridRowEnd.md)**, **[gridRowStart](./analysis/theme-gridRowStart.md)**, **[gridTemplateColumns](./analysis/theme-gridTemplateColumns.md)**, **[gridTemplateRows](./analysis/theme-gridTemplateRows.md)**, **[hueRotate](./analysis/theme-hueRotate.md)**, **[letterSpacing](./analysis/theme-letterSpacing.md)**, **[lineHeight](./analysis/theme-lineHeight.md)**, **[listStyleType](./analysis/theme-listStyleType.md)**, **[maxWidth](./analysis/theme-maxWidth.md)**, **[minHeight](./analysis/theme-minHeight.md)**, **[minWidth](./analysis/theme-minWidth.md)**, **[opacity](./analysis/theme-opacity.md)**, **[outlineOffset](./analysis/theme-outlineOffset.md)**, **[outlineWidth](./analysis/theme-outlineWidth.md)**, **[ringWidth](./analysis/theme-ringWidth.md)**, **[rotate](./analysis/theme-rotate.md)**, **[saturate](./analysis/theme-saturate.md)**, **[scale](./analysis/theme-scale.md)**, **[skew](./analysis/theme-skew.md)**, **[spacing](./analysis/theme-spacing.md)**, **[strokeWidth](./analysis/theme-strokeWidth.md)**, **[textDecorationThickness](./analysis/theme-textDecorationThickness.md)**, **[textUnderlineOffset](./analysis/theme-textUnderlineOffset.md)**, **[transformOrigin](./analysis/theme-transformOrigin.md)**, **[transitionDelay](./analysis/theme-transitionDelay.md)**, **[transitionDuration](./analysis/theme-transitionDuration.md)**, **[transitionProperty](./analysis/theme-transitionProperty.md)**, **[transitionTimingFunction](./analysis/theme-transitionTimingFunction.md)**, **[willChange](./analysis/theme-willChange.md)**, **[zIndex](./analysis/theme-zIndex.md)**
* Updated Names - shows built-in names where users overwrite default values
* Additional Names - shows user-introduced names and their values
* Value Conventions - shows basic usage of units (e.g. rem, px), CSS functions, and standard keywords *(only supported for some properties)*
* Deleted Names - shows built-in names where users disabled them
## Data
In total, 3081 analysis tasks were executed (2788 completed successfully, 293 failed; 2609 used dependency squashing, 472 full installation). Tasks can fail for a number of reasons including: wide range of expected Node build runtimes, outdated package managers, restricted network access and build runtime, and occasional bugs.
The following raw data files are included in this branch for each task:
* `extract-completed` (or `extract-failed`) is an empty marker file which indicates the job completed successfully
* `extract-installed-packages.jsonl` contains the packages and versions used during the analysis (which may be a subset of the original `package.json` file)
* `extract-metadata.jsonl` contains some metadata about the analysis such as project source, times, and analysis behaviors
* `extract-raw-package.json` contains the original contents of the `package.json` file from the source
* `extract-raw-tailwind-config.js` contains the original contents of the `tailwind.config.*` file from the source
* `extract-tailwind-config-baseline.json` contains the baseline tailwind configuration with common, default plugins and no customization
* `extract-tailwind-config-effective.json` contains the effective tailwind configuration with any customizations
* `extract.log` contains the console output generated during analysis
These public sources were discovered primarily via GitHub API based on code search and tailwind-tagged repositories. Some additional requirements were applied, too, such as semi-recent commits, stars, and not being forks. The following are included in this dataset, although this is a small subset of the potential sources which could be analyzed.
| ? | Source | Duration | Data |
| :-: | ------ | -------: | ---- |
| ✅ | [**github.com/0rogerinho/Portifolio**](https://github.com/0rogerinho/Portifolio/tree/main/) | 5s | [Data](./data/github.com/0rogerinho/Portifolio/bWFpbgo/Cg) |
| ✅ | [**github.com/0xGeegZ/ai-micro-saas-starter**](https://github.com/0xGeegZ/ai-micro-saas-starter/tree/master/) | 8s | [Data](./data/github.com/0xGeegZ/ai-micro-saas-starter/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/0xLe0x/space-shooterz**](https://github.com/0xLe0x/space-shooterz/tree/main/) | 19s | [Data](./data/github.com/0xLe0x/space-shooterz/bWFpbgo/Cg) |
| ✅ | [**github.com/0xTranqui/zora-1155-minting-template**](https://github.com/0xTranqui/zora-1155-minting-template/tree/zora1155-minting-page/) | 7s | [Data](./data/github.com/0xTranqui/zora-1155-minting-template/em9yYTExNTUtbWludGluZy1wYWdlCg/Cg) |
| ❌ | [**github.com/100mslive/clubhouse-clone-react**](https://github.com/100mslive/clubhouse-clone-react/tree/main/) | *n/a* | [Data](./data/github.com/100mslive/clubhouse-clone-react/bWFpbgo/Cg) |
| ❌ | [**github.com/100mslive/slack-huddle-clone**](https://github.com/100mslive/slack-huddle-clone/tree/main/) | *n/a* | [Data](./data/github.com/100mslive/slack-huddle-clone/bWFpbgo/Cg) |
| ✅ | [**github.com/100xDevs-hkirat/week-16-bp-repo**](https://github.com/100xDevs-hkirat/week-16-bp-repo/tree/master/web) (`web`) | 14s | [Data](./data/github.com/100xDevs-hkirat/week-16-bp-repo/bWFzdGVyCg/d2ViCg) |
| ✅ | [**github.com/1Panel-dev/1Panel**](https://github.com/1Panel-dev/1Panel/tree/dev/frontend) (`frontend`) | 8s | [Data](./data/github.com/1Panel-dev/1Panel/ZGV2Cg/ZnJvbnRlbmQK) |
| ✅ | [**github.com/1rgs/tokenwiz**](https://github.com/1rgs/tokenwiz/tree/main/frontend) (`frontend`) | 5s | [Data](./data/github.com/1rgs/tokenwiz/bWFpbgo/ZnJvbnRlbmQK) |
| ✅ | [**github.com/1whatleytay/saturn**](https://github.com/1whatleytay/saturn/tree/main/) | 8s | [Data](./data/github.com/1whatleytay/saturn/bWFpbgo/Cg) |
| ✅ | [**github.com/2110336-2565-2/sec2-group11-trainder-frontend**](https://github.com/2110336-2565-2/sec2-group11-trainder-frontend/tree/main/) | 9s | [Data](./data/github.com/2110336-2565-2/sec2-group11-trainder-frontend/bWFpbgo/Cg) |
| ✅ | [**github.com/360macky/1spaceX**](https://github.com/360macky/1spaceX/tree/dev/) | 8s | [Data](./data/github.com/360macky/1spaceX/ZGV2Cg/Cg) |
| ✅ | [**github.com/3x1io/vilt-admin**](https://github.com/3x1io/vilt-admin/tree/master/) | 10s | [Data](./data/github.com/3x1io/vilt-admin/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/4-design/for-ui**](https://github.com/4-design/for-ui/tree/main/packages%2Ffor-ui) (`packages/for-ui`) | 6s | [Data](./data/github.com/4-design/for-ui/bWFpbgo/cGFja2FnZXMvZm9yLXVpCg) |
| ✅ | [**github.com/4044ever/Hugo-Tailwind-3.2**](https://github.com/4044ever/Hugo-Tailwind-3.2/tree/main/) | 8s | [Data](./data/github.com/4044ever/Hugo-Tailwind-3.2/bWFpbgo/Cg) |
| ✅ | [**github.com/42atomys/stud42**](https://github.com/42atomys/stud42/tree/main/web%2Fui) (`web/ui`) | 15s | [Data](./data/github.com/42atomys/stud42/bWFpbgo/d2ViL3VpCg) |
| ✅ | [**github.com/516310460/NuxtUI**](https://github.com/516310460/NuxtUI/tree/master/) | 11s | [Data](./data/github.com/516310460/NuxtUI/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/90sPixelDev/rp-rooms**](https://github.com/90sPixelDev/rp-rooms/tree/master/) | 5s | [Data](./data/github.com/90sPixelDev/rp-rooms/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/A-BMT02/Spost**](https://github.com/A-BMT02/Spost/tree/main/client) (`client`) | 7s | [Data](./data/github.com/A-BMT02/Spost/bWFpbgo/Y2xpZW50Cg) |
| ✅ | [**github.com/A-BMT02/snippets**](https://github.com/A-BMT02/snippets/tree/main/) | 8s | [Data](./data/github.com/A-BMT02/snippets/bWFpbgo/Cg) |
| ✅ | [**github.com/ADKcodeXD/Myblog-Vue3viteTs**](https://github.com/ADKcodeXD/Myblog-Vue3viteTs/tree/main/) | 12s | [Data](./data/github.com/ADKcodeXD/Myblog-Vue3viteTs/bWFpbgo/Cg) |
| ✅ | [**github.com/AFCMS/minetest-skin-server**](https://github.com/AFCMS/minetest-skin-server/tree/master/frontend) (`frontend`) | 5s | [Data](./data/github.com/AFCMS/minetest-skin-server/bWFzdGVyCg/ZnJvbnRlbmQK) |
| ✅ | [**github.com/ASU-CodeDevils/codedevils.org**](https://github.com/ASU-CodeDevils/codedevils.org/tree/main/) | 7s | [Data](./data/github.com/ASU-CodeDevils/codedevils.org/bWFpbgo/Cg) |
| ✅ | [**github.com/Abdullah-moiz/E-commerce-NEXT-APP**](https://github.com/Abdullah-moiz/E-commerce-NEXT-APP/tree/main/) | 8s | [Data](./data/github.com/Abdullah-moiz/E-commerce-NEXT-APP/bWFpbgo/Cg) |
| ✅ | [**github.com/Abhi-Bhat18/Juke-Stream**](https://github.com/Abhi-Bhat18/Juke-Stream/tree/main/) | 9s | [Data](./data/github.com/Abhi-Bhat18/Juke-Stream/bWFpbgo/Cg) |
| ✅ | [**github.com/AccordBox/wagtail-tailwind-blog**](https://github.com/AccordBox/wagtail-tailwind-blog/tree/master/) | 8s | [Data](./data/github.com/AccordBox/wagtail-tailwind-blog/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Afordin/aforshow**](https://github.com/Afordin/aforshow/tree/master/) | 34s | [Data](./data/github.com/Afordin/aforshow/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Ahsan-Ehtesham/Ecommerce-Store-using-NextJS**](https://github.com/Ahsan-Ehtesham/Ecommerce-Store-using-NextJS/tree/main/) | 9s | [Data](./data/github.com/Ahsan-Ehtesham/Ecommerce-Store-using-NextJS/bWFpbgo/Cg) |
| ✅ | [**github.com/Ajay-056/Spotify-Clone-NextJS-12**](https://github.com/Ajay-056/Spotify-Clone-NextJS-12/tree/main/) | 8s | [Data](./data/github.com/Ajay-056/Spotify-Clone-NextJS-12/bWFpbgo/Cg) |
| ✅ | [**github.com/AkashRajpurohit/howtoprofessionallysay**](https://github.com/AkashRajpurohit/howtoprofessionallysay/tree/main/) | 9s | [Data](./data/github.com/AkashRajpurohit/howtoprofessionallysay/bWFpbgo/Cg) |
| ✅ | [**github.com/Akbaroke/indoquran.my.id**](https://github.com/Akbaroke/indoquran.my.id/tree/main/) | 9s | [Data](./data/github.com/Akbaroke/indoquran.my.id/bWFpbgo/Cg) |
| ✅ | [**github.com/Akinyemi-samuel/Twitter-Clone**](https://github.com/Akinyemi-samuel/Twitter-Clone/tree/main/frontend) (`frontend`) | 5s | [Data](./data/github.com/Akinyemi-samuel/Twitter-Clone/bWFpbgo/ZnJvbnRlbmQK) |
| ✅ | [**github.com/Akryum/floating-vue**](https://github.com/Akryum/floating-vue/tree/main/docs) (`docs`) | 26s | [Data](./data/github.com/Akryum/floating-vue/bWFpbgo/ZG9jcwo) |
| ✅ | [**github.com/AlduinApp/alduin**](https://github.com/AlduinApp/alduin/tree/main/) | 8s | [Data](./data/github.com/AlduinApp/alduin/bWFpbgo/Cg) |
| ✅ | [**github.com/Aleksi44/django-admin-tailwind**](https://github.com/Aleksi44/django-admin-tailwind/tree/master/) | 9s | [Data](./data/github.com/Aleksi44/django-admin-tailwind/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/AlexKratky/vue-camera-lib**](https://github.com/AlexKratky/vue-camera-lib/tree/master/) | 7s | [Data](./data/github.com/AlexKratky/vue-camera-lib/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/AlexandroMtzG/remix-page-blocks**](https://github.com/AlexandroMtzG/remix-page-blocks/tree/main/) | 11s | [Data](./data/github.com/AlexandroMtzG/remix-page-blocks/bWFpbgo/Cg) |
| ✅ | [**github.com/AlfredoRamos/phpbb-ext-imgur**](https://github.com/AlfredoRamos/phpbb-ext-imgur/tree/master/) | 7s | [Data](./data/github.com/AlfredoRamos/phpbb-ext-imgur/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/AliReza1083/AniLearn.dev**](https://github.com/AliReza1083/AniLearn.dev/tree/main/) | 7s | [Data](./data/github.com/AliReza1083/AniLearn.dev/bWFpbgo/Cg) |
| ✅ | [**github.com/Aman-Mandal/groovy**](https://github.com/Aman-Mandal/groovy/tree/Main/) | 11s | [Data](./data/github.com/Aman-Mandal/groovy/TWFpbgo/Cg) |
| ✅ | [**github.com/AmitDigga/fabric-video-editor**](https://github.com/AmitDigga/fabric-video-editor/tree/master/) | 8s | [Data](./data/github.com/AmitDigga/fabric-video-editor/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/AmitMirgal/nftoupon**](https://github.com/AmitMirgal/nftoupon/tree/main/packages%2Fnft-vyapar-kit) (`packages/nft-vyapar-kit`) | 10s | [Data](./data/github.com/AmitMirgal/nftoupon/bWFpbgo/cGFja2FnZXMvbmZ0LXZ5YXBhci1raXQK) |
| ✅ | [**github.com/AmruthPillai/Reactive-Resume**](https://github.com/AmruthPillai/Reactive-Resume/tree/main/) | 9s | [Data](./data/github.com/AmruthPillai/Reactive-Resume/bWFpbgo/Cg) |
| ✅ | [**github.com/AndreasWintherMoen/jobb**](https://github.com/AndreasWintherMoen/jobb/tree/master/frontend) (`frontend`) | 4s | [Data](./data/github.com/AndreasWintherMoen/jobb/bWFzdGVyCg/ZnJvbnRlbmQK) |
| ✅ | [**github.com/AndronixApp/andronix-website-base**](https://github.com/AndronixApp/andronix-website-base/tree/master/) | 17s | [Data](./data/github.com/AndronixApp/andronix-website-base/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/AnishDe12020/portfolio**](https://github.com/AnishDe12020/portfolio/tree/v2/) | 9s | [Data](./data/github.com/AnishDe12020/portfolio/djIK/Cg) |
| ✅ | [**github.com/AnoyiX/anoyi**](https://github.com/AnoyiX/anoyi/tree/master/) | 10s | [Data](./data/github.com/AnoyiX/anoyi/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/AnthonyNet/morbus_tschengi**](https://github.com/AnthonyNet/morbus_tschengi/tree/main/) | 7s | [Data](./data/github.com/AnthonyNet/morbus_tschengi/bWFpbgo/Cg) |
| ✅ | [**github.com/AnupK1234/MealMatters**](https://github.com/AnupK1234/MealMatters/tree/main/client) (`client`) | 7s | [Data](./data/github.com/AnupK1234/MealMatters/bWFpbgo/Y2xpZW50Cg) |
| ✅ | [**github.com/Apestein/better-react-infinite-scroll**](https://github.com/Apestein/better-react-infinite-scroll/tree/main/) | 8s | [Data](./data/github.com/Apestein/better-react-infinite-scroll/bWFpbgo/Cg) |
| ✅ | [**github.com/AppFlowy-IO/AppFlowy**](https://github.com/AppFlowy-IO/AppFlowy/tree/main/frontend%2Fappflowy_tauri) (`frontend/appflowy_tauri`) | 8s | [Data](./data/github.com/AppFlowy-IO/AppFlowy/bWFpbgo/ZnJvbnRlbmQvYXBwZmxvd3lfdGF1cmkK) |
| ✅ | [**github.com/Arvind-4/E-Commerce**](https://github.com/Arvind-4/E-Commerce/tree/main/apps%2Fwww) (`apps/www`) | 9s | [Data](./data/github.com/Arvind-4/E-Commerce/bWFpbgo/YXBwcy93d3cK) |
| ✅ | [**github.com/AryeoHQ/monitored-jobs**](https://github.com/AryeoHQ/monitored-jobs/tree/main/) | 9s | [Data](./data/github.com/AryeoHQ/monitored-jobs/bWFpbgo/Cg) |
| ✅ | [**github.com/Assios/chessguessr**](https://github.com/Assios/chessguessr/tree/master/) | 9s | [Data](./data/github.com/Assios/chessguessr/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/AthanorLabs/atomic-swap**](https://github.com/AthanorLabs/atomic-swap/tree/master/ui) (`ui`) | 10s | [Data](./data/github.com/AthanorLabs/atomic-swap/bWFzdGVyCg/dWkK) |
| ✅ | [**github.com/AttackOnMorty/github-ranking**](https://github.com/AttackOnMorty/github-ranking/tree/main/) | 7s | [Data](./data/github.com/AttackOnMorty/github-ranking/bWFpbgo/Cg) |
| ✅ | [**github.com/AugusDogus/santahat.gg**](https://github.com/AugusDogus/santahat.gg/tree/main/) | 6s | [Data](./data/github.com/AugusDogus/santahat.gg/bWFpbgo/Cg) |
| ✅ | [**github.com/AviAvinav/chai**](https://github.com/AviAvinav/chai/tree/main/) | 22s | [Data](./data/github.com/AviAvinav/chai/bWFpbgo/Cg) |
| ✅ | [**github.com/Ayush2966/Article-AI**](https://github.com/Ayush2966/Article-AI/tree/main/) | 9s | [Data](./data/github.com/Ayush2966/Article-AI/bWFpbgo/Cg) |
| ✅ | [**github.com/BLamy/nextjs-ai-starter**](https://github.com/BLamy/nextjs-ai-starter/tree/main/) | 9s | [Data](./data/github.com/BLamy/nextjs-ai-starter/bWFpbgo/Cg) |
| ✅ | [**github.com/BUMBAIYA/kanban**](https://github.com/BUMBAIYA/kanban/tree/master/) | 9s | [Data](./data/github.com/BUMBAIYA/kanban/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/BaihakiTanjung/Portofolio**](https://github.com/BaihakiTanjung/Portofolio/tree/master/) | 11s | [Data](./data/github.com/BaihakiTanjung/Portofolio/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Barre/privaxy**](https://github.com/Barre/privaxy/tree/main/web_frontend) (`web_frontend`) | 6s | [Data](./data/github.com/Barre/privaxy/bWFpbgo/d2ViX2Zyb250ZW5kCg) |
| ❌ | [**github.com/Bartek532/rssmarkable**](https://github.com/Bartek532/rssmarkable/tree/main/apps%2Fweb) (`apps/web`) | *n/a* | [Data](./data/github.com/Bartek532/rssmarkable/bWFpbgo/YXBwcy93ZWIK) |
| ✅ | [**github.com/BartoszJarocki/cv**](https://github.com/BartoszJarocki/cv/tree/main/) | 9s | [Data](./data/github.com/BartoszJarocki/cv/bWFpbgo/Cg) |
| ✅ | [**github.com/BayBreezy/analytics-ui**](https://github.com/BayBreezy/analytics-ui/tree/main/) | 25s | [Data](./data/github.com/BayBreezy/analytics-ui/bWFpbgo/Cg) |
| ✅ | [**github.com/BayBreezy/nuxt-3-email-dashboard**](https://github.com/BayBreezy/nuxt-3-email-dashboard/tree/main/) | 7s | [Data](./data/github.com/BayBreezy/nuxt-3-email-dashboard/bWFpbgo/Cg) |
| ❌ | [**github.com/Benbinbin/TagDown**](https://github.com/Benbinbin/TagDown/tree/main/) | *n/a* | [Data](./data/github.com/Benbinbin/TagDown/bWFpbgo/Cg) |
| ✅ | [**github.com/BetaNYC/nyc-boundaries**](https://github.com/BetaNYC/nyc-boundaries/tree/main/) | 15s | [Data](./data/github.com/BetaNYC/nyc-boundaries/bWFpbgo/Cg) |
| ✅ | [**github.com/BeyondRGB/Imaging-Art-beyond-RGB**](https://github.com/BeyondRGB/Imaging-Art-beyond-RGB/tree/master/frontend) (`frontend`) | 7s | [Data](./data/github.com/BeyondRGB/Imaging-Art-beyond-RGB/bWFzdGVyCg/ZnJvbnRlbmQK) |
| ✅ | [**github.com/BibliothecaDAO/RealmsWorld**](https://github.com/BibliothecaDAO/RealmsWorld/tree/main/apps%2Fnextjs) (`apps/nextjs`) | 2m 18s | [Data](./data/github.com/BibliothecaDAO/RealmsWorld/bWFpbgo/YXBwcy9uZXh0anMK) |
| ❌ | [**github.com/BibliothecaDAO/RealmsWorld**](https://github.com/BibliothecaDAO/RealmsWorld/tree/main/apps%2Fui) (`apps/ui`) | *n/a* | [Data](./data/github.com/BibliothecaDAO/RealmsWorld/bWFpbgo/YXBwcy91aQo) |
| ❌ | [**github.com/BibliothecaDAO/realms-react**](https://github.com/BibliothecaDAO/realms-react/tree/develop/apps%2Fatlas) (`apps/atlas`) | *n/a* | [Data](./data/github.com/BibliothecaDAO/realms-react/ZGV2ZWxvcAo/YXBwcy9hdGxhcwo) |
| ❌ | [**github.com/BibliothecaDAO/realms-react**](https://github.com/BibliothecaDAO/realms-react/tree/develop/packages%2Fui-lib) (`packages/ui-lib`) | *n/a* | [Data](./data/github.com/BibliothecaDAO/realms-react/ZGV2ZWxvcAo/cGFja2FnZXMvdWktbGliCg) |
| ✅ | [**github.com/BinarCode/vue3-starter-template**](https://github.com/BinarCode/vue3-starter-template/tree/master/) | 8s | [Data](./data/github.com/BinarCode/vue3-starter-template/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/BishopFox/sliver**](https://github.com/BishopFox/sliver/tree/master/docs%2Fsliver-docs) (`docs/sliver-docs`) | 31s | [Data](./data/github.com/BishopFox/sliver/bWFzdGVyCg/ZG9jcy9zbGl2ZXItZG9jcwo) |
| ✅ | [**github.com/Blair2004/NexoPOS**](https://github.com/Blair2004/NexoPOS/tree/master/) | 10s | [Data](./data/github.com/Blair2004/NexoPOS/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Bootstrap-Academy/frontend**](https://github.com/Bootstrap-Academy/frontend/tree/develop/) | 6s | [Data](./data/github.com/Bootstrap-Academy/frontend/ZGV2ZWxvcAo/Cg) |
| ✅ | [**github.com/Borodutch/localizer-frontend**](https://github.com/Borodutch/localizer-frontend/tree/main/) | 13s | [Data](./data/github.com/Borodutch/localizer-frontend/bWFpbgo/Cg) |
| ✅ | [**github.com/Bowen7/blog**](https://github.com/Bowen7/blog/tree/master/) | 8s | [Data](./data/github.com/Bowen7/blog/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/BraydenTW/braydentw.io**](https://github.com/BraydenTW/braydentw.io/tree/main/) | 9s | [Data](./data/github.com/BraydenTW/braydentw.io/bWFpbgo/Cg) |
| ✅ | [**github.com/BrentWMiller/iambrent.com**](https://github.com/BrentWMiller/iambrent.com/tree/master/) | 5m 31s | [Data](./data/github.com/BrentWMiller/iambrent.com/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/BrookJeynes/slime-rancher-2-interactive-map**](https://github.com/BrookJeynes/slime-rancher-2-interactive-map/tree/main/) | 9s | [Data](./data/github.com/BrookJeynes/slime-rancher-2-interactive-map/bWFpbgo/Cg) |
| ✅ | [**github.com/BryceRussell/astro-minecraft-theme**](https://github.com/BryceRussell/astro-minecraft-theme/tree/master/) | 15s | [Data](./data/github.com/BryceRussell/astro-minecraft-theme/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Bryght7/zapquaker**](https://github.com/Bryght7/zapquaker/tree/master/) | 10s | [Data](./data/github.com/Bryght7/zapquaker/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/BuGuangshuo/MoneyManageSystem**](https://github.com/BuGuangshuo/MoneyManageSystem/tree/master/) | 9s | [Data](./data/github.com/BuGuangshuo/MoneyManageSystem/bWFzdGVyCg/Cg) |
| ❌ | [**github.com/BuilderIO/qwik**](https://github.com/BuilderIO/qwik/tree/main/packages%2Fdocs) (`packages/docs`) | *n/a* | [Data](./data/github.com/BuilderIO/qwik/bWFpbgo/cGFja2FnZXMvZG9jcwo) |
| ✅ | [**github.com/BuilderIO/qwik**](https://github.com/BuilderIO/qwik/tree/main/packages%2Finsights) (`packages/insights`) | 2m 58s | [Data](./data/github.com/BuilderIO/qwik/bWFpbgo/cGFja2FnZXMvaW5zaWdodHMK) |
| ✅ | [**github.com/BuilderIO/qwik-docs-es**](https://github.com/BuilderIO/qwik-docs-es/tree/main/) | 7s | [Data](./data/github.com/BuilderIO/qwik-docs-es/bWFpbgo/Cg) |
| ✅ | [**github.com/ByMykel/counter-strike-items**](https://github.com/ByMykel/counter-strike-items/tree/main/) | 5s | [Data](./data/github.com/ByMykel/counter-strike-items/bWFpbgo/Cg) |
| ❌ | [**github.com/CJY0208/pro-components**](https://github.com/CJY0208/pro-components/tree/main/) | *n/a* | [Data](./data/github.com/CJY0208/pro-components/bWFpbgo/Cg) |
| ✅ | [**github.com/COS301-SE-2022/Intelligent-VMS-Visitor-Management-System-**](https://github.com/COS301-SE-2022/Intelligent-VMS-Visitor-Management-System-/tree/main/client) (`client`) | 11s | [Data](./data/github.com/COS301-SE-2022/Intelligent-VMS-Visitor-Management-System-/bWFpbgo/Y2xpZW50Cg) |
| ✅ | [**github.com/CaliCastle/cali-fm**](https://github.com/CaliCastle/cali-fm/tree/headless/) | 8s | [Data](./data/github.com/CaliCastle/cali-fm/aGVhZGxlc3MK/Cg) |
| ✅ | [**github.com/CaliCastle/cali.so**](https://github.com/CaliCastle/cali.so/tree/main/) | 9s | [Data](./data/github.com/CaliCastle/cali.so/bWFpbgo/Cg) |
| ✅ | [**github.com/CanX-Script/cx_welcome**](https://github.com/CanX-Script/cx_welcome/tree/master/web) (`web`) | 5s | [Data](./data/github.com/CanX-Script/cx_welcome/bWFzdGVyCg/d2ViCg) |
| ✅ | [**github.com/CaptainCodeman/svelte-form-helper**](https://github.com/CaptainCodeman/svelte-form-helper/tree/master/) | 7s | [Data](./data/github.com/CaptainCodeman/svelte-form-helper/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/CaptainCodeman/svelte-headlessui**](https://github.com/CaptainCodeman/svelte-headlessui/tree/master/) | 8s | [Data](./data/github.com/CaptainCodeman/svelte-headlessui/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/CaptainCodeman/sveltekit-dark-mode**](https://github.com/CaptainCodeman/sveltekit-dark-mode/tree/master/) | 7s | [Data](./data/github.com/CaptainCodeman/sveltekit-dark-mode/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/CatalystDevOrg/Catalyst**](https://github.com/CatalystDevOrg/Catalyst/tree/develop/) | 9s | [Data](./data/github.com/CatalystDevOrg/Catalyst/ZGV2ZWxvcAo/Cg) |
| ✅ | [**github.com/CerberusChaos/Starknet-Dapp-Template**](https://github.com/CerberusChaos/Starknet-Dapp-Template/tree/main/) | 7s | [Data](./data/github.com/CerberusChaos/Starknet-Dapp-Template/bWFpbgo/Cg) |
| ✅ | [**github.com/ChangoMan/nextjs-mdx-blog**](https://github.com/ChangoMan/nextjs-mdx-blog/tree/main/) | 10s | [Data](./data/github.com/ChangoMan/nextjs-mdx-blog/bWFpbgo/Cg) |
| ✅ | [**github.com/Charlie85270/tail-kit**](https://github.com/Charlie85270/tail-kit/tree/main/) | 12s | [Data](./data/github.com/Charlie85270/tail-kit/bWFpbgo/Cg) |
| ✅ | [**github.com/ChaterV/webpack5-multi-entry**](https://github.com/ChaterV/webpack5-multi-entry/tree/master/) | 6s | [Data](./data/github.com/ChaterV/webpack5-multi-entry/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Chimoney/chimoney-community-projects**](https://github.com/Chimoney/chimoney-community-projects/tree/main/submissions%2Fchiconnect-bank-api-payout) (`submissions/chiconnect-bank-api-payout`) | 9s | [Data](./data/github.com/Chimoney/chimoney-community-projects/bWFpbgo/c3VibWlzc2lvbnMvY2hpY29ubmVjdC1iYW5rLWFwaS1wYXlvdXQK) |
| ✅ | [**github.com/Chimoney/chimoney-community-projects**](https://github.com/Chimoney/chimoney-community-projects/tree/main/submissions%2Fchiconnect-giftcard-payout) (`submissions/chiconnect-giftcard-payout`) | 9s | [Data](./data/github.com/Chimoney/chimoney-community-projects/bWFpbgo/c3VibWlzc2lvbnMvY2hpY29ubmVjdC1naWZ0Y2FyZC1wYXlvdXQK) |
| ✅ | [**github.com/Chimoney/chimoney-community-projects**](https://github.com/Chimoney/chimoney-community-projects/tree/main/submissions%2Fchiconnect-laravel-web-app) (`submissions/chiconnect-laravel-web-app`) | 9s | [Data](./data/github.com/Chimoney/chimoney-community-projects/bWFpbgo/c3VibWlzc2lvbnMvY2hpY29ubmVjdC1sYXJhdmVsLXdlYi1hcHAK) |
| ✅ | [**github.com/Chimoney/chimoney-community-projects**](https://github.com/Chimoney/chimoney-community-projects/tree/main/submissions%2Fchiconnect-mobile-money-payout) (`submissions/chiconnect-mobile-money-payout`) | 8s | [Data](./data/github.com/Chimoney/chimoney-community-projects/bWFpbgo/c3VibWlzc2lvbnMvY2hpY29ubmVjdC1tb2JpbGUtbW9uZXktcGF5b3V0Cg) |
| ✅ | [**github.com/Chimoney/chimoney-community-projects**](https://github.com/Chimoney/chimoney-community-projects/tree/main/submissions%2Fchimap) (`submissions/chimap`) | 9s | [Data](./data/github.com/Chimoney/chimoney-community-projects/bWFpbgo/c3VibWlzc2lvbnMvY2hpbWFwCg) |
| ✅ | [**github.com/Chimoney/chimoney-community-projects**](https://github.com/Chimoney/chimoney-community-projects/tree/main/submissions%2Fpay-paddy) (`submissions/pay-paddy`) | 7s | [Data](./data/github.com/Chimoney/chimoney-community-projects/bWFpbgo/c3VibWlzc2lvbnMvcGF5LXBhZGR5Cg) |
| ✅ | [**github.com/Chimoney/chimoney-community-projects**](https://github.com/Chimoney/chimoney-community-projects/tree/main/submissions%2Fsecret-santa) (`submissions/secret-santa`) | 9s | [Data](./data/github.com/Chimoney/chimoney-community-projects/bWFpbgo/c3VibWlzc2lvbnMvc2VjcmV0LXNhbnRhCg) |
| ✅ | [**github.com/Chinwike1/react-email-app**](https://github.com/Chinwike1/react-email-app/tree/main/) | 9s | [Data](./data/github.com/Chinwike1/react-email-app/bWFpbgo/Cg) |
| ✅ | [**github.com/ChrisAbdo/MotionVariants**](https://github.com/ChrisAbdo/MotionVariants/tree/main/) | 9s | [Data](./data/github.com/ChrisAbdo/MotionVariants/bWFpbgo/Cg) |
| ✅ | [**github.com/ClickHouse/HouseClick**](https://github.com/ClickHouse/HouseClick/tree/main/HouseClick) (`HouseClick`) | 11s | [Data](./data/github.com/ClickHouse/HouseClick/bWFpbgo/SG91c2VDbGljawo) |
| ✅ | [**github.com/Cloudflare-Mining/Cloudflare-Datamining**](https://github.com/Cloudflare-Mining/Cloudflare-Datamining/tree/main/site) (`site`) | 59s | [Data](./data/github.com/Cloudflare-Mining/Cloudflare-Datamining/bWFpbgo/c2l0ZQo) |
| ✅ | [**github.com/Cloudhunter/label-checker**](https://github.com/Cloudhunter/label-checker/tree/main/) | 5s | [Data](./data/github.com/Cloudhunter/label-checker/bWFpbgo/Cg) |
| ✅ | [**github.com/Clueless-Community/clueless-official-website**](https://github.com/Clueless-Community/clueless-official-website/tree/main/) | 7s | [Data](./data/github.com/Clueless-Community/clueless-official-website/bWFpbgo/Cg) |
| ✅ | [**github.com/Code4PuertoRico/contratospr-web**](https://github.com/Code4PuertoRico/contratospr-web/tree/main/) | 12s | [Data](./data/github.com/Code4PuertoRico/contratospr-web/bWFpbgo/Cg) |
| ✅ | [**github.com/CodeScrapper1/Bloging-app-next-14**](https://github.com/CodeScrapper1/Bloging-app-next-14/tree/main/) | 6s | [Data](./data/github.com/CodeScrapper1/Bloging-app-next-14/bWFpbgo/Cg) |
| ✅ | [**github.com/Collected-Notes/static-template-nextjs**](https://github.com/Collected-Notes/static-template-nextjs/tree/master/) | 10s | [Data](./data/github.com/Collected-Notes/static-template-nextjs/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/ComputerSocietyVITC/Annual-Yearbook**](https://github.com/ComputerSocietyVITC/Annual-Yearbook/tree/master/) | 7s | [Data](./data/github.com/ComputerSocietyVITC/Annual-Yearbook/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/ComputerSocietyVITC/Question**](https://github.com/ComputerSocietyVITC/Question/tree/brainstorming/) | 7s | [Data](./data/github.com/ComputerSocietyVITC/Question/YnJhaW5zdG9ybWluZwo/Cg) |
| ✅ | [**github.com/Computerization/Enspire**](https://github.com/Computerization/Enspire/tree/next/) | 34s | [Data](./data/github.com/Computerization/Enspire/bmV4dAo/Cg) |
| ❌ | [**github.com/Contentrain/rain-of-change**](https://github.com/Contentrain/rain-of-change/tree/main/) | *n/a* | [Data](./data/github.com/Contentrain/rain-of-change/bWFpbgo/Cg) |
| ✅ | [**github.com/Copystrike/keycloakify-tailwind-theme**](https://github.com/Copystrike/keycloakify-tailwind-theme/tree/master/) | 8s | [Data](./data/github.com/Copystrike/keycloakify-tailwind-theme/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/CraigChat/craig**](https://github.com/CraigChat/craig/tree/master/apps%2Fdashboard) (`apps/dashboard`) | 9s | [Data](./data/github.com/CraigChat/craig/bWFzdGVyCg/YXBwcy9kYXNoYm9hcmQK) |
| ✅ | [**github.com/CraigChat/craig**](https://github.com/CraigChat/craig/tree/master/apps%2Fdownload) (`apps/download`) | 9s | [Data](./data/github.com/CraigChat/craig/bWFzdGVyCg/YXBwcy9kb3dubG9hZAo) |
| ✅ | [**github.com/Crappy-Birds/frontend**](https://github.com/Crappy-Birds/frontend/tree/main/) | 6s | [Data](./data/github.com/Crappy-Birds/frontend/bWFpbgo/Cg) |
| ✅ | [**github.com/CriticalMoments/CMSaasStarter**](https://github.com/CriticalMoments/CMSaasStarter/tree/main/) | 6s | [Data](./data/github.com/CriticalMoments/CMSaasStarter/bWFpbgo/Cg) |
| ✅ | [**github.com/CrystallizeAPI/boilerplates**](https://github.com/CrystallizeAPI/boilerplates/tree/main/components%2Fastrojs) (`components/astrojs`) | 28s | [Data](./data/github.com/CrystallizeAPI/boilerplates/bWFpbgo/Y29tcG9uZW50cy9hc3Ryb2pzCg) |
| ✅ | [**github.com/CrystallizeAPI/boilerplates**](https://github.com/CrystallizeAPI/boilerplates/tree/main/components%2Fproduct-configurator) (`components/product-configurator`) | 11s | [Data](./data/github.com/CrystallizeAPI/boilerplates/bWFpbgo/Y29tcG9uZW50cy9wcm9kdWN0LWNvbmZpZ3VyYXRvcgo) |
| ✅ | [**github.com/CrystallizeAPI/boilerplates**](https://github.com/CrystallizeAPI/boilerplates/tree/main/components%2Fsvelte) (`components/svelte`) | 11s | [Data](./data/github.com/CrystallizeAPI/boilerplates/bWFpbgo/Y29tcG9uZW50cy9zdmVsdGUK) |
| ✅ | [**github.com/Cwarcup/nextjs-tailwind-portfolio**](https://github.com/Cwarcup/nextjs-tailwind-portfolio/tree/main/) | 5s | [Data](./data/github.com/Cwarcup/nextjs-tailwind-portfolio/bWFpbgo/Cg) |
| ✅ | [**github.com/DAO-Community-VITC/DAOboard**](https://github.com/DAO-Community-VITC/DAOboard/tree/main/) | 5s | [Data](./data/github.com/DAO-Community-VITC/DAOboard/bWFpbgo/Cg) |
| ✅ | [**github.com/DLabbate/stock-dashboard**](https://github.com/DLabbate/stock-dashboard/tree/master/) | 8s | [Data](./data/github.com/DLabbate/stock-dashboard/bWFzdGVyCg/Cg) |
| ❌ | [**github.com/DTS-STN/eligibility-estimator**](https://github.com/DTS-STN/eligibility-estimator/tree/develop/) | *n/a* | [Data](./data/github.com/DTS-STN/eligibility-estimator/ZGV2ZWxvcAo/Cg) |
| ✅ | [**github.com/DalSoft/create-react-app-webpack-5-module-federation-tailwind-typeScript**](https://github.com/DalSoft/create-react-app-webpack-5-module-federation-tailwind-typeScript/tree/main/app1) (`app1`) | 10s | [Data](./data/github.com/DalSoft/create-react-app-webpack-5-module-federation-tailwind-typeScript/bWFpbgo/YXBwMQo) |
| ✅ | [**github.com/DalSoft/create-react-app-webpack-5-module-federation-tailwind-typeScript**](https://github.com/DalSoft/create-react-app-webpack-5-module-federation-tailwind-typeScript/tree/main/app2) (`app2`) | 11s | [Data](./data/github.com/DalSoft/create-react-app-webpack-5-module-federation-tailwind-typeScript/bWFpbgo/YXBwMgo) |
| ✅ | [**github.com/Daltonic/adulamNFT**](https://github.com/Daltonic/adulamNFT/tree/main/) | 9s | [Data](./data/github.com/Daltonic/adulamNFT/bWFpbgo/Cg) |
| ✅ | [**github.com/Daltonic/dapplottery**](https://github.com/Daltonic/dapplottery/tree/main/) | 8s | [Data](./data/github.com/Daltonic/dapplottery/bWFpbgo/Cg) |
| ✅ | [**github.com/Daltonic/tailwind_ethers_starter_kit**](https://github.com/Daltonic/tailwind_ethers_starter_kit/tree/main/) | 8s | [Data](./data/github.com/Daltonic/tailwind_ethers_starter_kit/bWFpbgo/Cg) |
| ✅ | [**github.com/Daltonic/tailwind_truffle_starter_kit**](https://github.com/Daltonic/tailwind_truffle_starter_kit/tree/master/) | 7s | [Data](./data/github.com/Daltonic/tailwind_truffle_starter_kit/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Danzo7/doctorIO**](https://github.com/Danzo7/doctorIO/tree/master/) | 9s | [Data](./data/github.com/Danzo7/doctorIO/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Darkrove/darkspace**](https://github.com/Darkrove/darkspace/tree/main/) | 8s | [Data](./data/github.com/Darkrove/darkspace/bWFpbgo/Cg) |
| ✅ | [**github.com/Dashibase/dashibase-insert**](https://github.com/Dashibase/dashibase-insert/tree/main/) | 9s | [Data](./data/github.com/Dashibase/dashibase-insert/bWFpbgo/Cg) |
| ✅ | [**github.com/Dashibase/lotion**](https://github.com/Dashibase/lotion/tree/main/) | 11s | [Data](./data/github.com/Dashibase/lotion/bWFpbgo/Cg) |
| ✅ | [**github.com/Datapack-Hub/frontend**](https://github.com/Datapack-Hub/frontend/tree/main/) | 7s | [Data](./data/github.com/Datapack-Hub/frontend/bWFpbgo/Cg) |
| ✅ | [**github.com/DawChihLiou/qwik-vs-next**](https://github.com/DawChihLiou/qwik-vs-next/tree/main/apps%2Fnext) (`apps/next`) | 11s | [Data](./data/github.com/DawChihLiou/qwik-vs-next/bWFpbgo/YXBwcy9uZXh0Cg) |
| ✅ | [**github.com/DawChihLiou/qwik-vs-next**](https://github.com/DawChihLiou/qwik-vs-next/tree/main/apps%2Fqwik) (`apps/qwik`) | 10s | [Data](./data/github.com/DawChihLiou/qwik-vs-next/bWFpbgo/YXBwcy9xd2lrCg) |
| ✅ | [**github.com/DelhinRharl/car-booking-service-front-end**](https://github.com/DelhinRharl/car-booking-service-front-end/tree/dev/) | 8s | [Data](./data/github.com/DelhinRharl/car-booking-service-front-end/ZGV2Cg/Cg) |
| ✅ | [**github.com/Demokratis-ch/demokratis-ch**](https://github.com/Demokratis-ch/demokratis-ch/tree/development/) | 8s | [Data](./data/github.com/Demokratis-ch/demokratis-ch/ZGV2ZWxvcG1lbnQK/Cg) |
| ✅ | [**github.com/DennisSmuda/dennissmuda-website**](https://github.com/DennisSmuda/dennissmuda-website/tree/master/) | 8s | [Data](./data/github.com/DennisSmuda/dennissmuda-website/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/DerYeger/wiener-time**](https://github.com/DerYeger/wiener-time/tree/main/) | 9s | [Data](./data/github.com/DerYeger/wiener-time/bWFpbgo/Cg) |
| ✅ | [**github.com/Desdaemon/tauri-dioxus**](https://github.com/Desdaemon/tauri-dioxus/tree/main/) | 7s | [Data](./data/github.com/Desdaemon/tauri-dioxus/bWFpbgo/Cg) |
| ✅ | [**github.com/DevLeonardoCommunity/github-stats**](https://github.com/DevLeonardoCommunity/github-stats/tree/main/) | 7s | [Data](./data/github.com/DevLeonardoCommunity/github-stats/bWFpbgo/Cg) |
| ✅ | [**github.com/Devalphaspace/animated_portfolio_website**](https://github.com/Devalphaspace/animated_portfolio_website/tree/main/) | 5s | [Data](./data/github.com/Devalphaspace/animated_portfolio_website/bWFpbgo/Cg) |
| ✅ | [**github.com/Developer-DAO/web3-ui**](https://github.com/Developer-DAO/web3-ui/tree/main/apps%2Fdocs) (`apps/docs`) | 9s | [Data](./data/github.com/Developer-DAO/web3-ui/bWFpbgo/YXBwcy9kb2NzCg) |
| ✅ | [**github.com/Devessier/temporal-electronic-signature**](https://github.com/Devessier/temporal-electronic-signature/tree/main/packages%2Fapp) (`packages/app`) | 9s | [Data](./data/github.com/Devessier/temporal-electronic-signature/bWFpbgo/cGFja2FnZXMvYXBwCg) |
| ✅ | [**github.com/Devzstudio/tailwind_to_css**](https://github.com/Devzstudio/tailwind_to_css/tree/main/) | 9s | [Data](./data/github.com/Devzstudio/tailwind_to_css/bWFpbgo/Cg) |
| ✅ | [**github.com/Dharmik48/seeit**](https://github.com/Dharmik48/seeit/tree/main/) | 5s | [Data](./data/github.com/Dharmik48/seeit/bWFpbgo/Cg) |
| ✅ | [**github.com/Dhravya/notty**](https://github.com/Dhravya/notty/tree/main/) | 7s | [Data](./data/github.com/Dhravya/notty/bWFpbgo/Cg) |
| ✅ | [**github.com/DigiPie/kaya-folio**](https://github.com/DigiPie/kaya-folio/tree/main/website) (`website`) | 10s | [Data](./data/github.com/DigiPie/kaya-folio/bWFpbgo/d2Vic2l0ZQo) |
| ✅ | [**github.com/DineshRout779/FoodHunt**](https://github.com/DineshRout779/FoodHunt/tree/main/) | 6s | [Data](./data/github.com/DineshRout779/FoodHunt/bWFpbgo/Cg) |
| ✅ | [**github.com/DirectoryLister/DirectoryLister**](https://github.com/DirectoryLister/DirectoryLister/tree/master/) | 6s | [Data](./data/github.com/DirectoryLister/DirectoryLister/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/DominicFung/tshirt-editor**](https://github.com/DominicFung/tshirt-editor/tree/main/editor) (`editor`) | 5s | [Data](./data/github.com/DominicFung/tshirt-editor/bWFpbgo/ZWRpdG9yCg) |
| ✅ | [**github.com/Drakkarrr/D-prompt-AI**](https://github.com/Drakkarrr/D-prompt-AI/tree/main/) | 9s | [Data](./data/github.com/Drakkarrr/D-prompt-AI/bWFpbgo/Cg) |
| ✅ | [**github.com/Dun-sin/Whisper**](https://github.com/Dun-sin/Whisper/tree/main/) | 7s | [Data](./data/github.com/Dun-sin/Whisper/bWFpbgo/Cg) |
| ✅ | [**github.com/DustinRobison/StoryPointPoker**](https://github.com/DustinRobison/StoryPointPoker/tree/master/) | 9s | [Data](./data/github.com/DustinRobison/StoryPointPoker/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Dxmentorship/dxmentorship**](https://github.com/Dxmentorship/dxmentorship/tree/main/) | 46s | [Data](./data/github.com/Dxmentorship/dxmentorship/bWFpbgo/Cg) |
| ✅ | [**github.com/Dzoukr/Feliz.DaisyUI**](https://github.com/Dzoukr/Feliz.DaisyUI/tree/master/) | 9s | [Data](./data/github.com/Dzoukr/Feliz.DaisyUI/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/EddieHubCommunity/BioDrop**](https://github.com/EddieHubCommunity/BioDrop/tree/main/) | 9s | [Data](./data/github.com/EddieHubCommunity/BioDrop/bWFpbgo/Cg) |
| ✅ | [**github.com/EddieHubCommunity/EddieHubCommunity.github.io**](https://github.com/EddieHubCommunity/EddieHubCommunity.github.io/tree/main/) | 8s | [Data](./data/github.com/EddieHubCommunity/EddieHubCommunity.github.io/bWFpbgo/Cg) |
| ✅ | [**github.com/EddieHubCommunity/EddieHubLive**](https://github.com/EddieHubCommunity/EddieHubLive/tree/main/) | 6s | [Data](./data/github.com/EddieHubCommunity/EddieHubLive/bWFpbgo/Cg) |
| ✅ | [**github.com/EddieHubCommunity/RepoRater**](https://github.com/EddieHubCommunity/RepoRater/tree/prototype/) | 8s | [Data](./data/github.com/EddieHubCommunity/RepoRater/cHJvdG90eXBlCg/Cg) |
| ✅ | [**github.com/EddieHubCommunity/good-first-issue-finder**](https://github.com/EddieHubCommunity/good-first-issue-finder/tree/main/) | 10s | [Data](./data/github.com/EddieHubCommunity/good-first-issue-finder/bWFpbgo/Cg) |
| ✅ | [**github.com/EhPanda-Team/ehpanda-website**](https://github.com/EhPanda-Team/ehpanda-website/tree/main/) | 13s | [Data](./data/github.com/EhPanda-Team/ehpanda-website/bWFpbgo/Cg) |
| ✅ | [**github.com/Eished/jkforum_helper**](https://github.com/Eished/jkforum_helper/tree/main/) | 9s | [Data](./data/github.com/Eished/jkforum_helper/bWFpbgo/Cg) |
| ✅ | [**github.com/Elliop/Twitter**](https://github.com/Elliop/Twitter/tree/main/) | 6s | [Data](./data/github.com/Elliop/Twitter/bWFpbgo/Cg) |
| ✅ | [**github.com/Elliott-Chong/Astro-Personal-Portfolio**](https://github.com/Elliott-Chong/Astro-Personal-Portfolio/tree/main/) | 29s | [Data](./data/github.com/Elliott-Chong/Astro-Personal-Portfolio/bWFpbgo/Cg) |
| ✅ | [**github.com/ElonMusk2002/chat-huggingface**](https://github.com/ElonMusk2002/chat-huggingface/tree/main/) | 8s | [Data](./data/github.com/ElonMusk2002/chat-huggingface/bWFpbgo/Cg) |
| ✅ | [**github.com/Eltik/Anify**](https://github.com/Eltik/Anify/tree/main/anify-frontend) (`anify-frontend`) | 12s | [Data](./data/github.com/Eltik/Anify/bWFpbgo/YW5pZnktZnJvbnRlbmQK) |
| ✅ | [**github.com/EmaSuriano/astro-art-portfolio**](https://github.com/EmaSuriano/astro-art-portfolio/tree/main/) | 10s | [Data](./data/github.com/EmaSuriano/astro-art-portfolio/bWFpbgo/Cg) |
| ✅ | [**github.com/EmaSuriano/astro-resume**](https://github.com/EmaSuriano/astro-resume/tree/main/) | 11s | [Data](./data/github.com/EmaSuriano/astro-resume/bWFpbgo/Cg) |
| ✅ | [**github.com/EntreCopos/BarzimV1**](https://github.com/EntreCopos/BarzimV1/tree/main/) | 7s | [Data](./data/github.com/EntreCopos/BarzimV1/bWFpbgo/Cg) |
| ✅ | [**github.com/Equal-UI/Equal**](https://github.com/Equal-UI/Equal/tree/master/) | 10s | [Data](./data/github.com/Equal-UI/Equal/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Equal-UI/Equal**](https://github.com/Equal-UI/Equal/tree/master/docs) (`docs`) | 10s | [Data](./data/github.com/Equal-UI/Equal/bWFzdGVyCg/ZG9jcwo) |
| ✅ | [**github.com/ErnaneJ/PomoTimer**](https://github.com/ErnaneJ/PomoTimer/tree/main/) | 9s | [Data](./data/github.com/ErnaneJ/PomoTimer/bWFpbgo/Cg) |
| ✅ | [**github.com/EvanBacon/expo-router-tailwind-demo**](https://github.com/EvanBacon/expo-router-tailwind-demo/tree/main/) | 21s | [Data](./data/github.com/EvanBacon/expo-router-tailwind-demo/bWFpbgo/Cg) |
| ✅ | [**github.com/ExpressionEngine/ExpressionEngine-User-Guide**](https://github.com/ExpressionEngine/ExpressionEngine-User-Guide/tree/7.dev/) | 9s | [Data](./data/github.com/ExpressionEngine/ExpressionEngine-User-Guide/Ny5kZXYK/Cg) |
| ✅ | [**github.com/EyuCoder/chatgpt-pro**](https://github.com/EyuCoder/chatgpt-pro/tree/main/) | 7s | [Data](./data/github.com/EyuCoder/chatgpt-pro/bWFpbgo/Cg) |
| ✅ | [**github.com/FahimAnzamDip/vue-landing-page**](https://github.com/FahimAnzamDip/vue-landing-page/tree/main/) | 8s | [Data](./data/github.com/FahimAnzamDip/vue-landing-page/bWFpbgo/Cg) |
| ✅ | [**github.com/Fallenbagel/jellyseerr**](https://github.com/Fallenbagel/jellyseerr/tree/develop/) | 14s | [Data](./data/github.com/Fallenbagel/jellyseerr/ZGV2ZWxvcAo/Cg) |
| ✅ | [**github.com/Fibery-inc/fibery-web-extension**](https://github.com/Fibery-inc/fibery-web-extension/tree/master/) | 8s | [Data](./data/github.com/Fibery-inc/fibery-web-extension/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/FirmanKurniawan/Javascript-Projects**](https://github.com/FirmanKurniawan/Javascript-Projects/tree/main/luxspace) (`luxspace`) | 17s | [Data](./data/github.com/FirmanKurniawan/Javascript-Projects/bWFpbgo/bHV4c3BhY2UK) |
| ✅ | [**github.com/FirmanKurniawan/Javascript-Projects**](https://github.com/FirmanKurniawan/Javascript-Projects/tree/main/ngewibu) (`ngewibu`) | 18s | [Data](./data/github.com/FirmanKurniawan/Javascript-Projects/bWFpbgo/bmdld2lidQo) |
| ✅ | [**github.com/FirmanKurniawan/Javascript-Projects**](https://github.com/FirmanKurniawan/Javascript-Projects/tree/main/react-go-app%2Ffrontend) (`react-go-app/frontend`) | 17s | [Data](./data/github.com/FirmanKurniawan/Javascript-Projects/bWFpbgo/cmVhY3QtZ28tYXBwL2Zyb250ZW5kCg) |
| ❌ | [**github.com/Floe-dev/floe**](https://github.com/Floe-dev/floe/tree/main/apps%2Fapp) (`apps/app`) | *n/a* | [Data](./data/github.com/Floe-dev/floe/bWFpbgo/YXBwcy9hcHAK) |
| ✅ | [**github.com/Floe-dev/floe**](https://github.com/Floe-dev/floe/tree/main/apps%2Fweb) (`apps/web`) | 1m 3s | [Data](./data/github.com/Floe-dev/floe/bWFpbgo/YXBwcy93ZWIK) |
| ✅ | [**github.com/Floe-dev/floe**](https://github.com/Floe-dev/floe/tree/main/packages%2Ftailwind) (`packages/tailwind`) | 55s | [Data](./data/github.com/Floe-dev/floe/bWFpbgo/cGFja2FnZXMvdGFpbHdpbmQK) |
| ✅ | [**github.com/Floe-dev/floe**](https://github.com/Floe-dev/floe/tree/main/packages%2Fui) (`packages/ui`) | 50s | [Data](./data/github.com/Floe-dev/floe/bWFpbgo/cGFja2FnZXMvdWkK) |
| ✅ | [**github.com/Flowinity/Flowinity**](https://github.com/Flowinity/Flowinity/tree/api-v4/frontend-v5) (`frontend-v5`) | 15s | [Data](./data/github.com/Flowinity/Flowinity/YXBpLXY0Cg/ZnJvbnRlbmQtdjUK) |
| ✅ | [**github.com/FormidableLabs/nuka-carousel**](https://github.com/FormidableLabs/nuka-carousel/tree/main/website) (`website`) | 55s | [Data](./data/github.com/FormidableLabs/nuka-carousel/bWFpbgo/d2Vic2l0ZQo) |
| ✅ | [**github.com/FormidableLabs/react-live**](https://github.com/FormidableLabs/react-live/tree/master/packages%2Fdemo) (`packages/demo`) | 2m 19s | [Data](./data/github.com/FormidableLabs/react-live/bWFzdGVyCg/cGFja2FnZXMvZGVtbwo) |
| ✅ | [**github.com/FormidableLabs/react-live**](https://github.com/FormidableLabs/react-live/tree/master/website) (`website`) | 1m 8s | [Data](./data/github.com/FormidableLabs/react-live/bWFzdGVyCg/d2Vic2l0ZQo) |
| ✅ | [**github.com/ForrestKnight/minimal-portfolio**](https://github.com/ForrestKnight/minimal-portfolio/tree/master/) | 6s | [Data](./data/github.com/ForrestKnight/minimal-portfolio/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/FrancescoXX/4c-site**](https://github.com/FrancescoXX/4c-site/tree/main/) | 10s | [Data](./data/github.com/FrancescoXX/4c-site/bWFpbgo/Cg) |
| ✅ | [**github.com/Front-End-Coders-Mauritius/frontendmu-astro**](https://github.com/Front-End-Coders-Mauritius/frontendmu-astro/tree/main/) | 8s | [Data](./data/github.com/Front-End-Coders-Mauritius/frontendmu-astro/bWFpbgo/Cg) |
| ✅ | [**github.com/FrontasticGmbH/components**](https://github.com/FrontasticGmbH/components/tree/master/) | 8s | [Data](./data/github.com/FrontasticGmbH/components/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Frontify/brand-sdk**](https://github.com/Frontify/brand-sdk/tree/main/) | 1m 5s | [Data](./data/github.com/Frontify/brand-sdk/bWFpbgo/Cg) |
| ✅ | [**github.com/Frontify/brand-sdk**](https://github.com/Frontify/brand-sdk/tree/main/packages%2Fguideline-blocks-settings) (`packages/guideline-blocks-settings`) | 47s | [Data](./data/github.com/Frontify/brand-sdk/bWFpbgo/cGFja2FnZXMvZ3VpZGVsaW5lLWJsb2Nrcy1zZXR0aW5ncwo) |
| ✅ | [**github.com/Frontify/fondue**](https://github.com/Frontify/fondue/tree/main/docs) (`docs`) | 1m 21s | [Data](./data/github.com/Frontify/fondue/bWFpbgo/ZG9jcwo) |
| ❌ | [**github.com/Frontify/fondue**](https://github.com/Frontify/fondue/tree/main/packages%2Fcomponents) (`packages/components`) | *n/a* | [Data](./data/github.com/Frontify/fondue/bWFpbgo/cGFja2FnZXMvY29tcG9uZW50cwo) |
| ✅ | [**github.com/Frontify/fondue**](https://github.com/Frontify/fondue/tree/main/packages%2Ffondue) (`packages/fondue`) | 41s | [Data](./data/github.com/Frontify/fondue/bWFpbgo/cGFja2FnZXMvZm9uZHVlCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/) | 1m 25s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/Cg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fanimation-curve-block) (`packages/animation-curve-block`) | 1m 32s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvYW5pbWF0aW9uLWN1cnZlLWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fasset-kit-block) (`packages/asset-kit-block`) | 1m 24s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvYXNzZXQta2l0LWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Faudio-block) (`packages/audio-block`) | 1m 22s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvYXVkaW8tYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fbrand-positioning-block) (`packages/brand-positioning-block`) | 1m 24s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvYnJhbmQtcG9zaXRpb25pbmctYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fcallout-block) (`packages/callout-block`) | 1m 23s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvY2FsbG91dC1ibG9jawo) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fchecklist-block) (`packages/checklist-block`) | 1m 20s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvY2hlY2tsaXN0LWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fcode-snippet-block) (`packages/code-snippet-block`) | 1m 20s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvY29kZS1zbmlwcGV0LWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fcolor-block) (`packages/color-block`) | 2m 24s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvY29sb3ItYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fcolor-kit-block) (`packages/color-kit-block`) | 1m 47s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvY29sb3Ita2l0LWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fcolor-scale-block) (`packages/color-scale-block`) | 1m 27s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvY29sb3Itc2NhbGUtYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fcompare-slider-block) (`packages/compare-slider-block`) | 1m 27s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvY29tcGFyZS1zbGlkZXItYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fdivider-block) (`packages/divider-block`) | 1m 28s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvZGl2aWRlci1ibG9jawo) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fdos-donts-block) (`packages/dos-donts-block`) | 1m 31s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvZG9zLWRvbnRzLWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Ffigma-block) (`packages/figma-block`) | 1m 25s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvZmlnbWEtYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fglyphs-block) (`packages/glyphs-block`) | 1m 45s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvZ2x5cGhzLWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fgradient-block) (`packages/gradient-block`) | 1m 56s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvZ3JhZGllbnQtYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fimage-block) (`packages/image-block`) | 2m 5s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvaW1hZ2UtYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fpersonal-note-block) (`packages/personal-note-block`) | 1m 55s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvcGVyc29uYWwtbm90ZS1ibG9jawo) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fquote-block) (`packages/quote-block`) | 1m 54s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvcXVvdGUtYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fshared) (`packages/shared`) | 1m 19s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvc2hhcmVkCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fsketchfab-block) (`packages/sketchfab-block`) | 1m 23s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvc2tldGNoZmFiLWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fstorybook-block) (`packages/storybook-block`) | 1m 23s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvc3Rvcnlib29rLWJsb2NrCg) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Ftemplate-block) (`packages/template-block`) | 1m 23s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvdGVtcGxhdGUtYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Ftext-block) (`packages/text-block`) | 1m 22s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvdGV4dC1ibG9jawo) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fthumbnail-grid-block) (`packages/thumbnail-grid-block`) | 1m 25s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvdGh1bWJuYWlsLWdyaWQtYmxvY2sK) |
| ✅ | [**github.com/Frontify/guideline-blocks**](https://github.com/Frontify/guideline-blocks/tree/main/packages%2Fui-pattern-block) (`packages/ui-pattern-block`) | 1m 22s | [Data](./data/github.com/Frontify/guideline-blocks/bWFpbgo/cGFja2FnZXMvdWktcGF0dGVybi1ibG9jawo) |
| ✅ | [**github.com/Fronvo/site**](https://github.com/Fronvo/site/tree/v2/) | 8s | [Data](./data/github.com/Fronvo/site/djIK/Cg) |
| ❌ | [**github.com/FuelLabs/fuel-explorer**](https://github.com/FuelLabs/fuel-explorer/tree/main/packages%2Fapp-explorer) (`packages/app-explorer`) | *n/a* | [Data](./data/github.com/FuelLabs/fuel-explorer/bWFpbgo/cGFja2FnZXMvYXBwLWV4cGxvcmVyCg) |
| ❌ | [**github.com/FuelLabs/fuel-explorer**](https://github.com/FuelLabs/fuel-explorer/tree/main/packages%2Fapp-portal) (`packages/app-portal`) | *n/a* | [Data](./data/github.com/FuelLabs/fuel-explorer/bWFpbgo/cGFja2FnZXMvYXBwLXBvcnRhbAo) |
| ❌ | [**github.com/FuelLabs/fuel-explorer**](https://github.com/FuelLabs/fuel-explorer/tree/main/packages%2Fui) (`packages/ui`) | *n/a* | [Data](./data/github.com/FuelLabs/fuel-explorer/bWFpbgo/cGFja2FnZXMvdWkK) |
| ❌ | [**github.com/G3root/aphrodite-ui**](https://github.com/G3root/aphrodite-ui/tree/main/apps%2Fdocs) (`apps/docs`) | *n/a* | [Data](./data/github.com/G3root/aphrodite-ui/bWFpbgo/YXBwcy9kb2NzCg) |
| ✅ | [**github.com/GDSC-CAU/GDSC-CAU.github.io**](https://github.com/GDSC-CAU/GDSC-CAU.github.io/tree/main/) | 25s | [Data](./data/github.com/GDSC-CAU/GDSC-CAU.github.io/bWFpbgo/Cg) |
| ✅ | [**github.com/GDSC-IIIT-Kalyani/rebase-01**](https://github.com/GDSC-IIIT-Kalyani/rebase-01/tree/main/) | 7s | [Data](./data/github.com/GDSC-IIIT-Kalyani/rebase-01/bWFpbgo/Cg) |
| ✅ | [**github.com/GSTJ/gabriel-taveira-portfolio**](https://github.com/GSTJ/gabriel-taveira-portfolio/tree/main/) | 8s | [Data](./data/github.com/GSTJ/gabriel-taveira-portfolio/bWFpbgo/Cg) |
| ✅ | [**github.com/GStormx2/audiophile-ecommerce**](https://github.com/GStormx2/audiophile-ecommerce/tree/main/) | 10s | [Data](./data/github.com/GStormx2/audiophile-ecommerce/bWFpbgo/Cg) |
| ✅ | [**github.com/GalsenDev221/website**](https://github.com/GalsenDev221/website/tree/production/) | 10s | [Data](./data/github.com/GalsenDev221/website/cHJvZHVjdGlvbgo/Cg) |
| ✅ | [**github.com/Garvnanwani/garvnanwani.com**](https://github.com/Garvnanwani/garvnanwani.com/tree/next/) | 9s | [Data](./data/github.com/Garvnanwani/garvnanwani.com/bmV4dAo/Cg) |
| ✅ | [**github.com/Georgegriff/react-dnd-kit-tailwind-shadcn-ui**](https://github.com/Georgegriff/react-dnd-kit-tailwind-shadcn-ui/tree/main/) | 6s | [Data](./data/github.com/Georgegriff/react-dnd-kit-tailwind-shadcn-ui/bWFpbgo/Cg) |
| ✅ | [**github.com/GerevAI/gerev**](https://github.com/GerevAI/gerev/tree/main/ui) (`ui`) | 5s | [Data](./data/github.com/GerevAI/gerev/bWFpbgo/dWkK) |
| ✅ | [**github.com/Germancitoz/mixin-feelings**](https://github.com/Germancitoz/mixin-feelings/tree/main/) | 32s | [Data](./data/github.com/Germancitoz/mixin-feelings/bWFpbgo/Cg) |
| ✅ | [**github.com/Girish21/remix-cloudflare-workers-template**](https://github.com/Girish21/remix-cloudflare-workers-template/tree/main/packages%2Fremix-app) (`packages/remix-app`) | 7s | [Data](./data/github.com/Girish21/remix-cloudflare-workers-template/bWFpbgo/cGFja2FnZXMvcmVtaXgtYXBwCg) |
| ✅ | [**github.com/Girish21/speed-metal-stack**](https://github.com/Girish21/speed-metal-stack/tree/main/) | 10s | [Data](./data/github.com/Girish21/speed-metal-stack/bWFpbgo/Cg) |
| ✅ | [**github.com/Giskard-AI/giskard**](https://github.com/Giskard-AI/giskard/tree/main/) | 8s | [Data](./data/github.com/Giskard-AI/giskard/bWFpbgo/Cg) |
| ✅ | [**github.com/Giuliopime/ZenBreak**](https://github.com/Giuliopime/ZenBreak/tree/main/zenbreak.app) (`zenbreak.app`) | 8s | [Data](./data/github.com/Giuliopime/ZenBreak/bWFpbgo/emVuYnJlYWsuYXBwCg) |
| ✅ | [**github.com/GoogleCloudPlatform/generative-ai**](https://github.com/GoogleCloudPlatform/generative-ai/tree/main/conversation%2Fchat-app) (`conversation/chat-app`) | 16s | [Data](./data/github.com/GoogleCloudPlatform/generative-ai/bWFpbgo/Y29udmVyc2F0aW9uL2NoYXQtYXBwCg) |
| ✅ | [**github.com/GooseFX1/gfx-web-app**](https://github.com/GooseFX1/gfx-web-app/tree/dev/) | 2m 53s | [Data](./data/github.com/GooseFX1/gfx-web-app/ZGV2Cg/Cg) |
| ✅ | [**github.com/Gr33nW33n/nuxtship-template**](https://github.com/Gr33nW33n/nuxtship-template/tree/main/) | 7s | [Data](./data/github.com/Gr33nW33n/nuxtship-template/bWFpbgo/Cg) |
| ✅ | [**github.com/GunnWATT/watt**](https://github.com/GunnWATT/watt/tree/main/client) (`client`) | 11s | [Data](./data/github.com/GunnWATT/watt/bWFpbgo/Y2xpZW50Cg) |
| ✅ | [**github.com/Hack-Weekly/lavender-snake-blog**](https://github.com/Hack-Weekly/lavender-snake-blog/tree/main/) | 6s | [Data](./data/github.com/Hack-Weekly/lavender-snake-blog/bWFpbgo/Cg) |
| ✅ | [**github.com/Hackbit/nko2019-wondermap**](https://github.com/Hackbit/nko2019-wondermap/tree/master/) | 10s | [Data](./data/github.com/Hackbit/nko2019-wondermap/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Hacksore/overlayed**](https://github.com/Hacksore/overlayed/tree/master/apps%2Fdesktop) (`apps/desktop`) | 48s | [Data](./data/github.com/Hacksore/overlayed/bWFzdGVyCg/YXBwcy9kZXNrdG9wCg) |
| ✅ | [**github.com/Hacksore/overlayed**](https://github.com/Hacksore/overlayed/tree/master/apps%2Fweb) (`apps/web`) | 1m 3s | [Data](./data/github.com/Hacksore/overlayed/bWFzdGVyCg/YXBwcy93ZWIK) |
| ✅ | [**github.com/Halleck45/captain-dys**](https://github.com/Halleck45/captain-dys/tree/master/) | 12s | [Data](./data/github.com/Halleck45/captain-dys/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Hamed-Hasan/Online-Booking-Management**](https://github.com/Hamed-Hasan/Online-Booking-Management/tree/main/) | 13s | [Data](./data/github.com/Hamed-Hasan/Online-Booking-Management/bWFpbgo/Cg) |
| ✅ | [**github.com/HamedBahram/next-ecomm**](https://github.com/HamedBahram/next-ecomm/tree/main/) | 7s | [Data](./data/github.com/HamedBahram/next-ecomm/bWFpbgo/Cg) |
| ✅ | [**github.com/Hasnayeen/goodwork**](https://github.com/Hasnayeen/goodwork/tree/main/) | 11s | [Data](./data/github.com/Hasnayeen/goodwork/bWFpbgo/Cg) |
| ✅ | [**github.com/Hasnayeen/invobook**](https://github.com/Hasnayeen/invobook/tree/main/) | 8s | [Data](./data/github.com/Hasnayeen/invobook/bWFpbgo/Cg) |
| ✅ | [**github.com/Havenstd06/Limg**](https://github.com/Havenstd06/Limg/tree/master/) | 10s | [Data](./data/github.com/Havenstd06/Limg/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/HazyResearch/meerkat**](https://github.com/HazyResearch/meerkat/tree/main/website) (`website`) | 8s | [Data](./data/github.com/HazyResearch/meerkat/bWFpbgo/d2Vic2l0ZQo) |
| ✅ | [**github.com/HelloGitHub-Team/geese**](https://github.com/HelloGitHub-Team/geese/tree/main/) | 12s | [Data](./data/github.com/HelloGitHub-Team/geese/bWFpbgo/Cg) |
| ✅ | [**github.com/HohShenYien/insta-next**](https://github.com/HohShenYien/insta-next/tree/main/) | 9s | [Data](./data/github.com/HohShenYien/insta-next/bWFpbgo/Cg) |
| ✅ | [**github.com/Houfeng/noka**](https://github.com/Houfeng/noka/tree/master/packages%2Fnoka-tpl-app) (`packages/noka-tpl-app`) | 1m 13s | [Data](./data/github.com/Houfeng/noka/bWFzdGVyCg/cGFja2FnZXMvbm9rYS10cGwtYXBwCg) |
| ✅ | [**github.com/HugoBlox/hugo-blox-builder**](https://github.com/HugoBlox/hugo-blox-builder/tree/main/modules%2Fblox-tailwind) (`modules/blox-tailwind`) | 23s | [Data](./data/github.com/HugoBlox/hugo-blox-builder/bWFpbgo/bW9kdWxlcy9ibG94LXRhaWx3aW5kCg) |
| ✅ | [**github.com/IgorBayerl/react-vite-tailwind-typescript-firebase-auth-template**](https://github.com/IgorBayerl/react-vite-tailwind-typescript-firebase-auth-template/tree/main/) | 9s | [Data](./data/github.com/IgorBayerl/react-vite-tailwind-typescript-firebase-auth-template/bWFpbgo/Cg) |
| ✅ | [**github.com/IgorKowalczyk/igorkowalczyk.github.io**](https://github.com/IgorKowalczyk/igorkowalczyk.github.io/tree/master/) | 11s | [Data](./data/github.com/IgorKowalczyk/igorkowalczyk.github.io/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Infisical/infisical**](https://github.com/Infisical/infisical/tree/main/frontend) (`frontend`) | 56s | [Data](./data/github.com/Infisical/infisical/bWFpbgo/ZnJvbnRlbmQK) |
| ✅ | [**github.com/IntToDouble/winded**](https://github.com/IntToDouble/winded/tree/main/) | 22s | [Data](./data/github.com/IntToDouble/winded/bWFpbgo/Cg) |
| ✅ | [**github.com/InverseFinance/inverse-web**](https://github.com/InverseFinance/inverse-web/tree/main/) | 28s | [Data](./data/github.com/InverseFinance/inverse-web/bWFpbgo/Cg) |
| ❌ | [**github.com/Irev-Dev/cadhub**](https://github.com/Irev-Dev/cadhub/tree/main/docs) (`docs`) | *n/a* | [Data](./data/github.com/Irev-Dev/cadhub/bWFpbgo/ZG9jcwo) |
| ✅ | [**github.com/IshaanAdarsh/ezmail**](https://github.com/IshaanAdarsh/ezmail/tree/main/) | 7s | [Data](./data/github.com/IshaanAdarsh/ezmail/bWFpbgo/Cg) |
| ✅ | [**github.com/IslemMedjahdi/whatsapp-v2-clone**](https://github.com/IslemMedjahdi/whatsapp-v2-clone/tree/main/) | 9s | [Data](./data/github.com/IslemMedjahdi/whatsapp-v2-clone/bWFpbgo/Cg) |
| ✅ | [**github.com/ItJustWorksTM/EiffelVis**](https://github.com/ItJustWorksTM/EiffelVis/tree/master/frontend) (`frontend`) | 7s | [Data](./data/github.com/ItJustWorksTM/EiffelVis/bWFzdGVyCg/ZnJvbnRlbmQK) |
| ✅ | [**github.com/Itsnotaka/isnt**](https://github.com/Itsnotaka/isnt/tree/master/) | 9s | [Data](./data/github.com/Itsnotaka/isnt/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/JDIZM/nuxt3-tailwind**](https://github.com/JDIZM/nuxt3-tailwind/tree/main/) | 10s | [Data](./data/github.com/JDIZM/nuxt3-tailwind/bWFpbgo/Cg) |
| ✅ | [**github.com/JSConfCL/TechTon-landing**](https://github.com/JSConfCL/TechTon-landing/tree/main/) | 7s | [Data](./data/github.com/JSConfCL/TechTon-landing/bWFpbgo/Cg) |
| ✅ | [**github.com/JSLancerTeam/saasgear**](https://github.com/JSLancerTeam/saasgear/tree/master/app) (`app`) | 10s | [Data](./data/github.com/JSLancerTeam/saasgear/bWFzdGVyCg/YXBwCg) |
| ✅ | [**github.com/JWTC2200/legionbuilder**](https://github.com/JWTC2200/legionbuilder/tree/master/) | 9s | [Data](./data/github.com/JWTC2200/legionbuilder/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Jafarzar/my-personal-site**](https://github.com/Jafarzar/my-personal-site/tree/main/) | 10s | [Data](./data/github.com/Jafarzar/my-personal-site/bWFpbgo/Cg) |
| ✅ | [**github.com/Jagroop2001/AcmeRockets**](https://github.com/Jagroop2001/AcmeRockets/tree/master/) | 5s | [Data](./data/github.com/Jagroop2001/AcmeRockets/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/JakubGluszek/intentio**](https://github.com/JakubGluszek/intentio/tree/main/) | 5s | [Data](./data/github.com/JakubGluszek/intentio/bWFpbgo/Cg) |
| ✅ | [**github.com/JanFahrnholz/docker-nextjs-strapi-starter**](https://github.com/JanFahrnholz/docker-nextjs-strapi-starter/tree/main/frontend) (`frontend`) | 7s | [Data](./data/github.com/JanFahrnholz/docker-nextjs-strapi-starter/bWFpbgo/ZnJvbnRlbmQK) |
| ✅ | [**github.com/JarrodMalkovic/auction-website**](https://github.com/JarrodMalkovic/auction-website/tree/main/services%2Ffrontend) (`services/frontend`) | 17s | [Data](./data/github.com/JarrodMalkovic/auction-website/bWFpbgo/c2VydmljZXMvZnJvbnRlbmQK) |
| ✅ | [**github.com/JayeshVP24/fontalt**](https://github.com/JayeshVP24/fontalt/tree/main/) | 7s | [Data](./data/github.com/JayeshVP24/fontalt/bWFpbgo/Cg) |
| ✅ | [**github.com/JedediahXu/Jed-blog**](https://github.com/JedediahXu/Jed-blog/tree/main/) | 23s | [Data](./data/github.com/JedediahXu/Jed-blog/bWFpbgo/Cg) |
| ❌ | [**github.com/JensDll/tailwindcss-plugin-icons**](https://github.com/JensDll/tailwindcss-plugin-icons/tree/main/playground%2Fvue) (`playground/vue`) | *n/a* | [Data](./data/github.com/JensDll/tailwindcss-plugin-icons/bWFpbgo/cGxheWdyb3VuZC92dWUK) |
| ✅ | [**github.com/JetBrains/ij-perf-report-aggregator**](https://github.com/JetBrains/ij-perf-report-aggregator/tree/master/) | 15s | [Data](./data/github.com/JetBrains/ij-perf-report-aggregator/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/JichouP/Better-traQ**](https://github.com/JichouP/Better-traQ/tree/main/) | 7s | [Data](./data/github.com/JichouP/Better-traQ/bWFpbgo/Cg) |
| ✅ | [**github.com/Jimmylxue/snow-todolist**](https://github.com/Jimmylxue/snow-todolist/tree/master/packages%2Fweb) (`packages/web`) | 40s | [Data](./data/github.com/Jimmylxue/snow-todolist/bWFzdGVyCg/cGFja2FnZXMvd2ViCg) |
| ✅ | [**github.com/Jimmylxue/snowIndex**](https://github.com/Jimmylxue/snowIndex/tree/master/) | 9s | [Data](./data/github.com/Jimmylxue/snowIndex/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/JoaoCardoso00/Eco-Rota**](https://github.com/JoaoCardoso00/Eco-Rota/tree/master/) | 11s | [Data](./data/github.com/JoaoCardoso00/Eco-Rota/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/JoeyMckenzie/joeymckenzie.tech**](https://github.com/JoeyMckenzie/joeymckenzie.tech/tree/main/) | 10s | [Data](./data/github.com/JoeyMckenzie/joeymckenzie.tech/bWFpbgo/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/amazon-clone**](https://github.com/John-Weeks-Dev/amazon-clone/tree/master/) | 7s | [Data](./data/github.com/John-Weeks-Dev/amazon-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/ebay-clone**](https://github.com/John-Weeks-Dev/ebay-clone/tree/main/) | 8s | [Data](./data/github.com/John-Weeks-Dev/ebay-clone/bWFpbgo/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/facebook-clone**](https://github.com/John-Weeks-Dev/facebook-clone/tree/master/) | 7s | [Data](./data/github.com/John-Weeks-Dev/facebook-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/gmail-clone**](https://github.com/John-Weeks-Dev/gmail-clone/tree/master/) | 10s | [Data](./data/github.com/John-Weeks-Dev/gmail-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/instagram-clone**](https://github.com/John-Weeks-Dev/instagram-clone/tree/master/) | 6s | [Data](./data/github.com/John-Weeks-Dev/instagram-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/linktree-clone**](https://github.com/John-Weeks-Dev/linktree-clone/tree/master/) | 6s | [Data](./data/github.com/John-Weeks-Dev/linktree-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/netflix-clone**](https://github.com/John-Weeks-Dev/netflix-clone/tree/master/) | 11s | [Data](./data/github.com/John-Weeks-Dev/netflix-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/spotify-clone**](https://github.com/John-Weeks-Dev/spotify-clone/tree/master/) | 11s | [Data](./data/github.com/John-Weeks-Dev/spotify-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/tiktok-clone**](https://github.com/John-Weeks-Dev/tiktok-clone/tree/master/) | 7s | [Data](./data/github.com/John-Weeks-Dev/tiktok-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/tiktok-clone-nextjs**](https://github.com/John-Weeks-Dev/tiktok-clone-nextjs/tree/main/) | 9s | [Data](./data/github.com/John-Weeks-Dev/tiktok-clone-nextjs/bWFpbgo/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/whatsapp-clone**](https://github.com/John-Weeks-Dev/whatsapp-clone/tree/master/) | 6s | [Data](./data/github.com/John-Weeks-Dev/whatsapp-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/John-Weeks-Dev/youtube-clone**](https://github.com/John-Weeks-Dev/youtube-clone/tree/master/) | 9s | [Data](./data/github.com/John-Weeks-Dev/youtube-clone/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/JohnBra/vite-web-extension**](https://github.com/JohnBra/vite-web-extension/tree/main/) | 8s | [Data](./data/github.com/JohnBra/vite-web-extension/bWFpbgo/Cg) |
| ✅ | [**github.com/JohnMwendwa/portfolio**](https://github.com/JohnMwendwa/portfolio/tree/main/) | 9s | [Data](./data/github.com/JohnMwendwa/portfolio/bWFpbgo/Cg) |
| ✅ | [**github.com/Johnkat-Mj/agency-landing-page-Astrojs**](https://github.com/Johnkat-Mj/agency-landing-page-Astrojs/tree/main/) | 25s | [Data](./data/github.com/Johnkat-Mj/agency-landing-page-Astrojs/bWFpbgo/Cg) |
| ✅ | [**github.com/Johnkat-Mj/podcas-landing-page**](https://github.com/Johnkat-Mj/podcas-landing-page/tree/main/) | 15s | [Data](./data/github.com/Johnkat-Mj/podcas-landing-page/bWFpbgo/Cg) |
| ✅ | [**github.com/Joscriptt/portfolioo**](https://github.com/Joscriptt/portfolioo/tree/main/) | 7s | [Data](./data/github.com/Joscriptt/portfolioo/bWFpbgo/Cg) |
| ❌ | [**github.com/Juguetear/juguetear-web**](https://github.com/Juguetear/juguetear-web/tree/development/) | *n/a* | [Data](./data/github.com/Juguetear/juguetear-web/ZGV2ZWxvcG1lbnQK/Cg) |
| ✅ | [**github.com/K-H-Rayhan/nextjs-animated-slider**](https://github.com/K-H-Rayhan/nextjs-animated-slider/tree/main/) | 9s | [Data](./data/github.com/K-H-Rayhan/nextjs-animated-slider/bWFpbgo/Cg) |
| ✅ | [**github.com/KOBA789/itzmono-vite**](https://github.com/KOBA789/itzmono-vite/tree/main/) | 11s | [Data](./data/github.com/KOBA789/itzmono-vite/bWFpbgo/Cg) |
| ✅ | [**github.com/Kamona-WD/kwd-dashboard**](https://github.com/Kamona-WD/kwd-dashboard/tree/main/) | 10s | [Data](./data/github.com/Kamona-WD/kwd-dashboard/bWFpbgo/Cg) |
| ✅ | [**github.com/Kayke-Ti/Figma-UI**](https://github.com/Kayke-Ti/Figma-UI/tree/main/ui-figman-jam) (`ui-figman-jam`) | 5s | [Data](./data/github.com/Kayke-Ti/Figma-UI/bWFpbgo/dWktZmlnbWFuLWphbQo) |
| ✅ | [**github.com/KevinBatdorf/image-filters**](https://github.com/KevinBatdorf/image-filters/tree/main/) | 7s | [Data](./data/github.com/KevinBatdorf/image-filters/bWFpbgo/Cg) |
| ✅ | [**github.com/KeyaAkter/proxima-client**](https://github.com/KeyaAkter/proxima-client/tree/main/) | 5s | [Data](./data/github.com/KeyaAkter/proxima-client/bWFpbgo/Cg) |
| ❌ | [**github.com/Khanhtran47/Sora**](https://github.com/Khanhtran47/Sora/tree/master/) | *n/a* | [Data](./data/github.com/Khanhtran47/Sora/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/KinXpeng/react-admin-vite**](https://github.com/KinXpeng/react-admin-vite/tree/main/) | 6s | [Data](./data/github.com/KinXpeng/react-admin-vite/bWFpbgo/Cg) |
| ✅ | [**github.com/Kinfe123/md-jsonify**](https://github.com/Kinfe123/md-jsonify/tree/main/) | 7s | [Data](./data/github.com/Kinfe123/md-jsonify/bWFpbgo/Cg) |
| ✅ | [**github.com/Kirch2/righthisway**](https://github.com/Kirch2/righthisway/tree/main/landing-page) (`landing-page`) | 9s | [Data](./data/github.com/Kirch2/righthisway/bWFpbgo/bGFuZGluZy1wYWdlCg) |
| ❌ | [**github.com/Kiyozz/papyrus-compiler-app**](https://github.com/Kiyozz/papyrus-compiler-app/tree/master/) | *n/a* | [Data](./data/github.com/Kiyozz/papyrus-compiler-app/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Knogobert/ntn-boilerplate**](https://github.com/Knogobert/ntn-boilerplate/tree/master/) | 19s | [Data](./data/github.com/Knogobert/ntn-boilerplate/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/KonradSzwarc/devscard**](https://github.com/KonradSzwarc/devscard/tree/main/) | 25s | [Data](./data/github.com/KonradSzwarc/devscard/bWFpbgo/Cg) |
| ✅ | [**github.com/KonstantinosAng/google-clone**](https://github.com/KonstantinosAng/google-clone/tree/master/google) (`google`) | 10s | [Data](./data/github.com/KonstantinosAng/google-clone/bWFzdGVyCg/Z29vZ2xlCg) |
| ✅ | [**github.com/KreatorDev/KreatorDev.com**](https://github.com/KreatorDev/KreatorDev.com/tree/main/) | 7s | [Data](./data/github.com/KreatorDev/KreatorDev.com/bWFpbgo/Cg) |
| ✅ | [**github.com/KryptikApp/kryptikwebapp**](https://github.com/KryptikApp/kryptikwebapp/tree/main/) | 12s | [Data](./data/github.com/KryptikApp/kryptikwebapp/bWFpbgo/Cg) |
| ✅ | [**github.com/Kwenta/kwenta-state-log**](https://github.com/Kwenta/kwenta-state-log/tree/master/) | 7s | [Data](./data/github.com/Kwenta/kwenta-state-log/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Kypaku/vue-gpt-playground**](https://github.com/Kypaku/vue-gpt-playground/tree/master/) | 13s | [Data](./data/github.com/Kypaku/vue-gpt-playground/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/LTopx/Le-AI**](https://github.com/LTopx/Le-AI/tree/main/) | 23s | [Data](./data/github.com/LTopx/Le-AI/bWFpbgo/Cg) |
| ✅ | [**github.com/LanceMoe/openai-translator**](https://github.com/LanceMoe/openai-translator/tree/main/) | 6s | [Data](./data/github.com/LanceMoe/openai-translator/bWFpbgo/Cg) |
| ✅ | [**github.com/Laravel-AAA/Laptop-POS**](https://github.com/Laravel-AAA/Laptop-POS/tree/dev/) | 16s | [Data](./data/github.com/Laravel-AAA/Laptop-POS/ZGV2Cg/Cg) |
| ✅ | [**github.com/LarsEllefsen/WinMonopolet**](https://github.com/LarsEllefsen/WinMonopolet/tree/master/frontend) (`frontend`) | 9s | [Data](./data/github.com/LarsEllefsen/WinMonopolet/bWFzdGVyCg/ZnJvbnRlbmQK) |
| ✅ | [**github.com/LeCollectionist/component-library**](https://github.com/LeCollectionist/component-library/tree/dev/) | 6s | [Data](./data/github.com/LeCollectionist/component-library/ZGV2Cg/Cg) |
| ✅ | [**github.com/LeeConnelly12/link-sharing-app**](https://github.com/LeeConnelly12/link-sharing-app/tree/main/) | 9s | [Data](./data/github.com/LeeConnelly12/link-sharing-app/bWFpbgo/Cg) |
| ❌ | [**github.com/LegacyTemplates/blazor-tailwind**](https://github.com/LegacyTemplates/blazor-tailwind/tree/main/MyApp.Client) (`MyApp.Client`) | *n/a* | [Data](./data/github.com/LegacyTemplates/blazor-tailwind/bWFpbgo/TXlBcHAuQ2xpZW50Cg) |
| ✅ | [**github.com/Lehoczky/vue-termynal**](https://github.com/Lehoczky/vue-termynal/tree/master/playground) (`playground`) | 9s | [Data](./data/github.com/Lehoczky/vue-termynal/bWFzdGVyCg/cGxheWdyb3VuZAo) |
| ✅ | [**github.com/LeiShi1313/genshin-aritifact-analyzer**](https://github.com/LeiShi1313/genshin-aritifact-analyzer/tree/main/) | 21s | [Data](./data/github.com/LeiShi1313/genshin-aritifact-analyzer/bWFpbgo/Cg) |
| ✅ | [**github.com/Leonavas/sveltekit-fire**](https://github.com/Leonavas/sveltekit-fire/tree/main/) | 6s | [Data](./data/github.com/Leonavas/sveltekit-fire/bWFpbgo/Cg) |
| ✅ | [**github.com/Leopold-V/Reactirator**](https://github.com/Leopold-V/Reactirator/tree/main/) | 6s | [Data](./data/github.com/Leopold-V/Reactirator/bWFpbgo/Cg) |
| ✅ | [**github.com/Levminer/authme**](https://github.com/Levminer/authme/tree/dev/) | 8s | [Data](./data/github.com/Levminer/authme/ZGV2Cg/Cg) |
| ✅ | [**github.com/Levminer/authme**](https://github.com/Levminer/authme/tree/dev/website) (`website`) | 6s | [Data](./data/github.com/Levminer/authme/ZGV2Cg/d2Vic2l0ZQo) |
| ✅ | [**github.com/LiamThursfield/laravel-tvi**](https://github.com/LiamThursfield/laravel-tvi/tree/master/) | 11s | [Data](./data/github.com/LiamThursfield/laravel-tvi/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Linesmerrill/Deliveroo**](https://github.com/Linesmerrill/Deliveroo/tree/main/) | 9s | [Data](./data/github.com/Linesmerrill/Deliveroo/bWFpbgo/Cg) |
| ✅ | [**github.com/LiterateInk/Pawnote**](https://github.com/LiterateInk/Pawnote/tree/main/docs) (`docs`) | 24s | [Data](./data/github.com/LiterateInk/Pawnote/bWFpbgo/ZG9jcwo) |
| ✅ | [**github.com/LiveDuo/destack**](https://github.com/LiveDuo/destack/tree/main/lib) (`lib`) | 10s | [Data](./data/github.com/LiveDuo/destack/bWFpbgo/bGliCg) |
| ✅ | [**github.com/LiveOverflow/securitycodeaudit**](https://github.com/LiveOverflow/securitycodeaudit/tree/main/) | 8s | [Data](./data/github.com/LiveOverflow/securitycodeaudit/bWFpbgo/Cg) |
| ✅ | [**github.com/Lizdev-05/awesome-estate**](https://github.com/Lizdev-05/awesome-estate/tree/development/) | 8s | [Data](./data/github.com/Lizdev-05/awesome-estate/ZGV2ZWxvcG1lbnQK/Cg) |
| ✅ | [**github.com/Log1x/filament-starter**](https://github.com/Log1x/filament-starter/tree/main/) | 10s | [Data](./data/github.com/Log1x/filament-starter/bWFpbgo/Cg) |
| ✅ | [**github.com/Luizboaventura1/fast-editor**](https://github.com/Luizboaventura1/fast-editor/tree/main/) | 7s | [Data](./data/github.com/Luizboaventura1/fast-editor/bWFpbgo/Cg) |
| ✅ | [**github.com/Luzzotica/KadenaKode**](https://github.com/Luzzotica/KadenaKode/tree/main/) | 6s | [Data](./data/github.com/Luzzotica/KadenaKode/bWFpbgo/Cg) |
| ✅ | [**github.com/M0nicaVaz/classroom-platform**](https://github.com/M0nicaVaz/classroom-platform/tree/main/) | 9s | [Data](./data/github.com/M0nicaVaz/classroom-platform/bWFpbgo/Cg) |
| ✅ | [**github.com/MPEGGroup/FileFormatConformance**](https://github.com/MPEGGroup/FileFormatConformance/tree/main/conformance-search) (`conformance-search`) | 6s | [Data](./data/github.com/MPEGGroup/FileFormatConformance/bWFpbgo/Y29uZm9ybWFuY2Utc2VhcmNoCg) |
| ✅ | [**github.com/MTRNord/cetirizine**](https://github.com/MTRNord/cetirizine/tree/main/) | 7s | [Data](./data/github.com/MTRNord/cetirizine/bWFpbgo/Cg) |
| ✅ | [**github.com/Macrometacorp/docs**](https://github.com/Macrometacorp/docs/tree/main/) | 1m 23s | [Data](./data/github.com/Macrometacorp/docs/bWFpbgo/Cg) |
| ✅ | [**github.com/MadeBaruna/paimon-moe**](https://github.com/MadeBaruna/paimon-moe/tree/main/) | 49s | [Data](./data/github.com/MadeBaruna/paimon-moe/bWFpbgo/Cg) |
| ✅ | [**github.com/MaeWolff/astro-portfolio-template**](https://github.com/MaeWolff/astro-portfolio-template/tree/main/) | 25s | [Data](./data/github.com/MaeWolff/astro-portfolio-template/bWFpbgo/Cg) |
| ✅ | [**github.com/MaeWolff/dictionary-app**](https://github.com/MaeWolff/dictionary-app/tree/main/) | 8s | [Data](./data/github.com/MaeWolff/dictionary-app/bWFpbgo/Cg) |
| ✅ | [**github.com/MaggieAppleton/digital-gardeners**](https://github.com/MaggieAppleton/digital-gardeners/tree/main/) | 16s | [Data](./data/github.com/MaggieAppleton/digital-gardeners/bWFpbgo/Cg) |
| ❌ | [**github.com/MahdiTa97/turborepo-boilerplate**](https://github.com/MahdiTa97/turborepo-boilerplate/tree/main/apps%2Fweb) (`apps/web`) | *n/a* | [Data](./data/github.com/MahdiTa97/turborepo-boilerplate/bWFpbgo/YXBwcy93ZWIK) |
| ✅ | [**github.com/MahdiTa97/turborepo-boilerplate**](https://github.com/MahdiTa97/turborepo-boilerplate/tree/main/packages%2Ftailwind-config) (`packages/tailwind-config`) | 12s | [Data](./data/github.com/MahdiTa97/turborepo-boilerplate/bWFpbgo/cGFja2FnZXMvdGFpbHdpbmQtY29uZmlnCg) |
| ❌ | [**github.com/MahdiTa97/turborepo-boilerplate**](https://github.com/MahdiTa97/turborepo-boilerplate/tree/main/packages%2Fui) (`packages/ui`) | *n/a* | [Data](./data/github.com/MahdiTa97/turborepo-boilerplate/bWFpbgo/cGFja2FnZXMvdWkK) |
| ✅ | [**github.com/MahmoudFettal/palette-generator**](https://github.com/MahmoudFettal/palette-generator/tree/master/) | 10s | [Data](./data/github.com/MahmoudFettal/palette-generator/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/MahmoudFettal/simple-project**](https://github.com/MahmoudFettal/simple-project/tree/master/) | 7s | [Data](./data/github.com/MahmoudFettal/simple-project/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/MahmoudFettal/wordle**](https://github.com/MahmoudFettal/wordle/tree/master/) | 5s | [Data](./data/github.com/MahmoudFettal/wordle/bWFzdGVyCg/Cg) |
| ❌ | [**github.com/MajorLift/typescript-fullstack-monorepo-starter**](https://github.com/MajorLift/typescript-fullstack-monorepo-starter/tree/main/app) (`app`) | *n/a* | [Data](./data/github.com/MajorLift/typescript-fullstack-monorepo-starter/bWFpbgo/YXBwCg) |
| ✅ | [**github.com/Manta-Network/manta-signer**](https://github.com/Manta-Network/manta-signer/tree/main/www) (`www`) | 12s | [Data](./data/github.com/Manta-Network/manta-signer/bWFpbgo/d3d3Cg) |
| ✅ | [**github.com/MarcoMicale/Minimalism**](https://github.com/MarcoMicale/Minimalism/tree/main/) | 9s | [Data](./data/github.com/MarcoMicale/Minimalism/bWFpbgo/Cg) |
| ✅ | [**github.com/MarconLP/loggl**](https://github.com/MarconLP/loggl/tree/main/apps%2Fexpo) (`apps/expo`) | 5m 35s | [Data](./data/github.com/MarconLP/loggl/bWFpbgo/YXBwcy9leHBvCg) |
| ❌ | [**github.com/MarconLP/loggl**](https://github.com/MarconLP/loggl/tree/main/apps%2Fnextjs) (`apps/nextjs`) | *n/a* | [Data](./data/github.com/MarconLP/loggl/bWFpbgo/YXBwcy9uZXh0anMK) |
| ✅ | [**github.com/Marcosfitzsimons/multi-step-form**](https://github.com/Marcosfitzsimons/multi-step-form/tree/master/) | 9s | [Data](./data/github.com/Marcosfitzsimons/multi-step-form/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/MarouaneBenbetka/ESI-Calendar**](https://github.com/MarouaneBenbetka/ESI-Calendar/tree/main/) | 7s | [Data](./data/github.com/MarouaneBenbetka/ESI-Calendar/bWFpbgo/Cg) |
| ✅ | [**github.com/MarouaneBenbetka/Real-Estate-Website**](https://github.com/MarouaneBenbetka/Real-Estate-Website/tree/main/) | 7s | [Data](./data/github.com/MarouaneBenbetka/Real-Estate-Website/bWFpbgo/Cg) |
| ✅ | [**github.com/MarsX-dev/floatui**](https://github.com/MarsX-dev/floatui/tree/main/) | 19s | [Data](./data/github.com/MarsX-dev/floatui/bWFpbgo/Cg) |
| ✅ | [**github.com/MartinP460/onsplash**](https://github.com/MartinP460/onsplash/tree/main/) | 6s | [Data](./data/github.com/MartinP460/onsplash/bWFpbgo/Cg) |
| ✅ | [**github.com/MatthewStanciu/twitter-og**](https://github.com/MatthewStanciu/twitter-og/tree/main/) | 7s | [Data](./data/github.com/MatthewStanciu/twitter-og/bWFpbgo/Cg) |
| ✅ | [**github.com/Mazzzoni/memory-cards**](https://github.com/Mazzzoni/memory-cards/tree/main/workspaces%2Fclient) (`workspaces/client`) | 8s | [Data](./data/github.com/Mazzzoni/memory-cards/bWFpbgo/d29ya3NwYWNlcy9jbGllbnQK) |
| ✅ | [**github.com/McNerdius/TailBlazor-Templates**](https://github.com/McNerdius/TailBlazor-Templates/tree/main/TailBlazorWasm) (`TailBlazorWasm`) | 9s | [Data](./data/github.com/McNerdius/TailBlazor-Templates/bWFpbgo/VGFpbEJsYXpvcldhc20K) |
| ✅ | [**github.com/Meldiron/almost-casino**](https://github.com/Meldiron/almost-casino/tree/master/) | 7s | [Data](./data/github.com/Meldiron/almost-casino/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Meldiron/appwrite-cms**](https://github.com/Meldiron/appwrite-cms/tree/master/) | 7s | [Data](./data/github.com/Meldiron/appwrite-cms/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/MelvinAguilar/bookmark-landing-page**](https://github.com/MelvinAguilar/bookmark-landing-page/tree/main/) | 9s | [Data](./data/github.com/MelvinAguilar/bookmark-landing-page/bWFpbgo/Cg) |
| ✅ | [**github.com/MelvinAguilar/intro-section-with-dropdown-navigation**](https://github.com/MelvinAguilar/intro-section-with-dropdown-navigation/tree/main/) | 9s | [Data](./data/github.com/MelvinAguilar/intro-section-with-dropdown-navigation/bWFpbgo/Cg) |
| ✅ | [**github.com/MercyCloudTeam/TunnelBroker**](https://github.com/MercyCloudTeam/TunnelBroker/tree/main/) | 11s | [Data](./data/github.com/MercyCloudTeam/TunnelBroker/bWFpbgo/Cg) |
| ✅ | [**github.com/Microwawe/mamba-ui**](https://github.com/Microwawe/mamba-ui/tree/master/) | 12s | [Data](./data/github.com/Microwawe/mamba-ui/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Milkdown/milkdown**](https://github.com/Milkdown/milkdown/tree/main/packages%2Ftheme-nord) (`packages/theme-nord`) | 1m 6s | [Data](./data/github.com/Milkdown/milkdown/bWFpbgo/cGFja2FnZXMvdGhlbWUtbm9yZAo) |
| ✅ | [**github.com/Mintbase/mintbase-ui**](https://github.com/Mintbase/mintbase-ui/tree/main/) | 9s | [Data](./data/github.com/Mintbase/mintbase-ui/bWFpbgo/Cg) |
| ✅ | [**github.com/Mintplex-Labs/anything-llm**](https://github.com/Mintplex-Labs/anything-llm/tree/master/frontend) (`frontend`) | 9s | [Data](./data/github.com/Mintplex-Labs/anything-llm/bWFzdGVyCg/ZnJvbnRlbmQK) |
| ✅ | [**github.com/MiqeWazowhiskey/real-chat-app**](https://github.com/MiqeWazowhiskey/real-chat-app/tree/main/) | 6s | [Data](./data/github.com/MiqeWazowhiskey/real-chat-app/bWFpbgo/Cg) |
| ✅ | [**github.com/MirageNetwork/MirageClient**](https://github.com/MirageNetwork/MirageClient/tree/main/cmd%2Ftsconnect) (`cmd/tsconnect`) | 9s | [Data](./data/github.com/MirageNetwork/MirageClient/bWFpbgo/Y21kL3RzY29ubmVjdAo) |
| ✅ | [**github.com/MiryangJung/Build-Own-blog-With-Next.js**](https://github.com/MiryangJung/Build-Own-blog-With-Next.js/tree/main/) | 10s | [Data](./data/github.com/MiryangJung/Build-Own-blog-With-Next.js/bWFpbgo/Cg) |
| ✅ | [**github.com/MiryangJung/miryang.dev**](https://github.com/MiryangJung/miryang.dev/tree/main/) | 12s | [Data](./data/github.com/MiryangJung/miryang.dev/bWFpbgo/Cg) |
| ✅ | [**github.com/MitchellSparrow/portfolioWebsite**](https://github.com/MitchellSparrow/portfolioWebsite/tree/main/) | 9s | [Data](./data/github.com/MitchellSparrow/portfolioWebsite/bWFpbgo/Cg) |
| ✅ | [**github.com/Mixtape-Sessions/Frontiers-in-DID**](https://github.com/Mixtape-Sessions/Frontiers-in-DID/tree/main/docs) (`docs`) | 9s | [Data](./data/github.com/Mixtape-Sessions/Frontiers-in-DID/bWFpbgo/ZG9jcwo) |
| ✅ | [**github.com/Mobilecn-UI/nativecn-ui**](https://github.com/Mobilecn-UI/nativecn-ui/tree/main/) | 21s | [Data](./data/github.com/Mobilecn-UI/nativecn-ui/bWFpbgo/Cg) |
| ✅ | [**github.com/MohmmedAshraf/laravel-translations**](https://github.com/MohmmedAshraf/laravel-translations/tree/main/) | 9s | [Data](./data/github.com/MohmmedAshraf/laravel-translations/bWFpbgo/Cg) |
| ✅ | [**github.com/Monte9/nextjs-tailwindcss-chatgpt-clone**](https://github.com/Monte9/nextjs-tailwindcss-chatgpt-clone/tree/main/) | 8s | [Data](./data/github.com/Monte9/nextjs-tailwindcss-chatgpt-clone/bWFpbgo/Cg) |
| ✅ | [**github.com/MoofyWoofy/Bob-blog**](https://github.com/MoofyWoofy/Bob-blog/tree/main/) | 22s | [Data](./data/github.com/MoofyWoofy/Bob-blog/bWFpbgo/Cg) |
| ✅ | [**github.com/MorgueMorg/Multifunctional-React-Dashboard**](https://github.com/MorgueMorg/Multifunctional-React-Dashboard/tree/main/) | 7s | [Data](./data/github.com/MorgueMorg/Multifunctional-React-Dashboard/bWFpbgo/Cg) |
| ✅ | [**github.com/MostafaEllethy/valorant-clone**](https://github.com/MostafaEllethy/valorant-clone/tree/main/) | 5s | [Data](./data/github.com/MostafaEllethy/valorant-clone/bWFpbgo/Cg) |
| ✅ | [**github.com/MrPunyapal/livewire-crud**](https://github.com/MrPunyapal/livewire-crud/tree/main/) | 11s | [Data](./data/github.com/MrPunyapal/livewire-crud/bWFpbgo/Cg) |
| ✅ | [**github.com/Mridul2820/git-o-get**](https://github.com/Mridul2820/git-o-get/tree/main/) | 7s | [Data](./data/github.com/Mridul2820/git-o-get/bWFpbgo/Cg) |
| ✅ | [**github.com/MrlolDev/turing-ai**](https://github.com/MrlolDev/turing-ai/tree/app/) | 6s | [Data](./data/github.com/MrlolDev/turing-ai/YXBwCg/Cg) |
| ✅ | [**github.com/Mutesa-Cedric/shoppex**](https://github.com/Mutesa-Cedric/shoppex/tree/main/) | 6s | [Data](./data/github.com/Mutesa-Cedric/shoppex/bWFpbgo/Cg) |
| ✅ | [**github.com/MystPi/scratch-explorer**](https://github.com/MystPi/scratch-explorer/tree/main/) | 7s | [Data](./data/github.com/MystPi/scratch-explorer/bWFpbgo/Cg) |
| ❌ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/apps%2Fcore) (`apps/core`) | *n/a* | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/YXBwcy9jb3JlCg) |
| ❌ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/apps%2Fexplorer) (`apps/explorer`) | *n/a* | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/YXBwcy9leHBsb3Jlcgo) |
| ❌ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/apps%2Fui) (`apps/ui`) | *n/a* | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/YXBwcy91aQo) |
| ❌ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/apps%2Fwallet) (`apps/wallet`) | *n/a* | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/YXBwcy93YWxsZXQK) |
| ❌ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/dapps%2Fkiosk) (`dapps/kiosk`) | *n/a* | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/ZGFwcHMva2lvc2sK) |
| ❌ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/dapps%2Fmultisig-toolkit) (`dapps/multisig-toolkit`) | *n/a* | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/ZGFwcHMvbXVsdGlzaWctdG9vbGtpdAo) |
| ❌ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/dapps%2Fsponsored-transactions) (`dapps/sponsored-transactions`) | *n/a* | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/ZGFwcHMvc3BvbnNvcmVkLXRyYW5zYWN0aW9ucwo) |
| ✅ | [**github.com/MystenLabs/sui**](https://github.com/MystenLabs/sui/tree/main/docs%2Fsite) (`docs/site`) | 14s | [Data](./data/github.com/MystenLabs/sui/bWFpbgo/ZG9jcy9zaXRlCg) |
| ✅ | [**github.com/N00nDay/stwui**](https://github.com/N00nDay/stwui/tree/main/) | 27s | [Data](./data/github.com/N00nDay/stwui/bWFpbgo/Cg) |
| ✅ | [**github.com/N3iV/react-ts-tailwind-vitest-boilerplate**](https://github.com/N3iV/react-ts-tailwind-vitest-boilerplate/tree/main/) | 8s | [Data](./data/github.com/N3iV/react-ts-tailwind-vitest-boilerplate/bWFpbgo/Cg) |
| ✅ | [**github.com/NIAEFEUP/nitsig**](https://github.com/NIAEFEUP/nitsig/tree/develop/popup) (`popup`) | 10s | [Data](./data/github.com/NIAEFEUP/nitsig/ZGV2ZWxvcAo/cG9wdXAK) |
| ✅ | [**github.com/NangoHQ/nango**](https://github.com/NangoHQ/nango/tree/master/packages%2Fwebapp) (`packages/webapp`) | 8s | [Data](./data/github.com/NangoHQ/nango/bWFzdGVyCg/cGFja2FnZXMvd2ViYXBwCg) |
| ✅ | [**github.com/Narsil/hf-chat**](https://github.com/Narsil/hf-chat/tree/main/) | 7s | [Data](./data/github.com/Narsil/hf-chat/bWFpbgo/Cg) |
| ✅ | [**github.com/NathanWalker/ns-ultimate-tab-setup**](https://github.com/NathanWalker/ns-ultimate-tab-setup/tree/main/) | 6s | [Data](./data/github.com/NathanWalker/ns-ultimate-tab-setup/bWFpbgo/Cg) |
| ✅ | [**github.com/NativeScript/tailwind**](https://github.com/NativeScript/tailwind/tree/main/demo) (`demo`) | 8s | [Data](./data/github.com/NativeScript/tailwind/bWFpbgo/ZGVtbwo) |
| ✅ | [**github.com/NavigateUI/NavigateUI**](https://github.com/NavigateUI/NavigateUI/tree/development/) | 7s | [Data](./data/github.com/NavigateUI/NavigateUI/ZGV2ZWxvcG1lbnQK/Cg) |
| ✅ | [**github.com/NdekoCode/spotify-app**](https://github.com/NdekoCode/spotify-app/tree/main/) | 7s | [Data](./data/github.com/NdekoCode/spotify-app/bWFpbgo/Cg) |
| ✅ | [**github.com/NetCoreTemplates/vue-ssg**](https://github.com/NetCoreTemplates/vue-ssg/tree/main/ui) (`ui`) | 8s | [Data](./data/github.com/NetCoreTemplates/vue-ssg/bWFpbgo/dWkK) |
| ✅ | [**github.com/NetCoreTemplates/vue-vite**](https://github.com/NetCoreTemplates/vue-vite/tree/main/ui) (`ui`) | 8s | [Data](./data/github.com/NetCoreTemplates/vue-vite/bWFpbgo/dWkK) |
| ✅ | [**github.com/NextJSTemplates/startup-nextjs**](https://github.com/NextJSTemplates/startup-nextjs/tree/main/) | 9s | [Data](./data/github.com/NextJSTemplates/startup-nextjs/bWFpbgo/Cg) |
| ✅ | [**github.com/NiFTyRent/nft-rental**](https://github.com/NiFTyRent/nft-rental/tree/master/demo_nft_frontend) (`demo_nft_frontend`) | 10s | [Data](./data/github.com/NiFTyRent/nft-rental/bWFzdGVyCg/ZGVtb19uZnRfZnJvbnRlbmQK) |
| ✅ | [**github.com/Njong392/Abbreve**](https://github.com/Njong392/Abbreve/tree/main/) | 6s | [Data](./data/github.com/Njong392/Abbreve/bWFpbgo/Cg) |
| ✅ | [**github.com/NoQuarterTeam/element**](https://github.com/NoQuarterTeam/element/tree/main/apps%2Fapp) (`apps/app`) | 58s | [Data](./data/github.com/NoQuarterTeam/element/bWFpbgo/YXBwcy9hcHAK) |
| ❌ | [**github.com/NoQuarterTeam/element**](https://github.com/NoQuarterTeam/element/tree/main/apps%2Fweb) (`apps/web`) | *n/a* | [Data](./data/github.com/NoQuarterTeam/element/bWFpbgo/YXBwcy93ZWIK) |
| ✅ | [**github.com/Noor-Khan/vuechatgpt**](https://github.com/Noor-Khan/vuechatgpt/tree/main/) | 8s | [Data](./data/github.com/Noor-Khan/vuechatgpt/bWFpbgo/Cg) |
| ✅ | [**github.com/NorfolkDev/norfolkdevelopers-website**](https://github.com/NorfolkDev/norfolkdevelopers-website/tree/master/) | 10s | [Data](./data/github.com/NorfolkDev/norfolkdevelopers-website/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Nrosa01/pmd-quiz-online**](https://github.com/Nrosa01/pmd-quiz-online/tree/main/) | 8s | [Data](./data/github.com/Nrosa01/pmd-quiz-online/bWFpbgo/Cg) |
| ✅ | [**github.com/Nusab19/Toph-Leaderboard**](https://github.com/Nusab19/Toph-Leaderboard/tree/main/) | 5s | [Data](./data/github.com/Nusab19/Toph-Leaderboard/bWFpbgo/Cg) |
| ✅ | [**github.com/Nutlope/next-blog**](https://github.com/Nutlope/next-blog/tree/main/) | 9s | [Data](./data/github.com/Nutlope/next-blog/bWFpbgo/Cg) |
| ✅ | [**github.com/Nutlope/notesGPT**](https://github.com/Nutlope/notesGPT/tree/main/) | 9s | [Data](./data/github.com/Nutlope/notesGPT/bWFpbgo/Cg) |
| ✅ | [**github.com/Nutlope/roomGPT**](https://github.com/Nutlope/roomGPT/tree/main/) | 10s | [Data](./data/github.com/Nutlope/roomGPT/bWFpbgo/Cg) |
| ✅ | [**github.com/OHIF/Viewers**](https://github.com/OHIF/Viewers/tree/master/platform%2Fapp) (`platform/app`) | 11s | [Data](./data/github.com/OHIF/Viewers/bWFzdGVyCg/cGxhdGZvcm0vYXBwCg) |
| ✅ | [**github.com/OHIF/Viewers**](https://github.com/OHIF/Viewers/tree/master/platform%2Fui) (`platform/ui`) | 13s | [Data](./data/github.com/OHIF/Viewers/bWFzdGVyCg/cGxhdGZvcm0vdWkK) |
| ✅ | [**github.com/OMikkel/tailwind-datepicker-react**](https://github.com/OMikkel/tailwind-datepicker-react/tree/master/demo-app) (`demo-app`) | 36s | [Data](./data/github.com/OMikkel/tailwind-datepicker-react/bWFzdGVyCg/ZGVtby1hcHAK) |
| ✅ | [**github.com/OSSPhilippines/nuxtwind-daisy**](https://github.com/OSSPhilippines/nuxtwind-daisy/tree/main/) | 1m 11s | [Data](./data/github.com/OSSPhilippines/nuxtwind-daisy/bWFpbgo/Cg) |
| ❌ | [**github.com/OdatNurd/devember-2022**](https://github.com/OdatNurd/devember-2022/tree/master/) | *n/a* | [Data](./data/github.com/OdatNurd/devember-2022/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/OpenBB-finance/OpenBBTerminal**](https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/frontend-components%2Fplotly) (`frontend-components/plotly`) | 23s | [Data](./data/github.com/OpenBB-finance/OpenBBTerminal/ZGV2ZWxvcAo/ZnJvbnRlbmQtY29tcG9uZW50cy9wbG90bHkK) |
| ✅ | [**github.com/OpenBB-finance/OpenBBTerminal**](https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/frontend-components%2Ftables) (`frontend-components/tables`) | 21s | [Data](./data/github.com/OpenBB-finance/OpenBBTerminal/ZGV2ZWxvcAo/ZnJvbnRlbmQtY29tcG9uZW50cy90YWJsZXMK) |
| ✅ | [**github.com/OpenBB-finance/OpenBBTerminal**](https://github.com/OpenBB-finance/OpenBBTerminal/tree/develop/website) (`website`) | 20s | [Data](./data/github.com/OpenBB-finance/OpenBBTerminal/ZGV2ZWxvcAo/d2Vic2l0ZQo) |
| ❌ | [**github.com/OpenBeta/open-tacos**](https://github.com/OpenBeta/open-tacos/tree/develop/) | *n/a* | [Data](./data/github.com/OpenBeta/open-tacos/ZGV2ZWxvcAo/Cg) |
| ✅ | [**github.com/OpenQDev/OpenQ-Frontend**](https://github.com/OpenQDev/OpenQ-Frontend/tree/staging/) | 11s | [Data](./data/github.com/OpenQDev/OpenQ-Frontend/c3RhZ2luZwo/Cg) |
| ✅ | [**github.com/OpenZeppelin/accesscontrol-explorer**](https://github.com/OpenZeppelin/accesscontrol-explorer/tree/master/) | 9s | [Data](./data/github.com/OpenZeppelin/accesscontrol-explorer/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/Osalumense/mld**](https://github.com/Osalumense/mld/tree/main/) | 5s | [Data](./data/github.com/Osalumense/mld/bWFpbgo/Cg) |
| ✅ | [**github.com/OussamaBOUIZ/Transcendence**](https://github.com/OussamaBOUIZ/Transcendence/tree/main/app%2Fclient) (`app/client`) | 11s | [Data](./data/github.com/OussamaBOUIZ/Transcendence/bWFpbgo/YXBwL2NsaWVudAo) |
| ✅ | [**github.com/PKM-er/Pkmer-Obsidian**](https://github.com/PKM-er/Pkmer-Obsidian/tree/main/) | 7s | [Data](./data/github.com/PKM-er/Pkmer-Obsidian/bWFpbgo/Cg) |
| ✅ | [**github.com/PROxZIMA/proxzima.github.io**](https://github.com/PROxZIMA/proxzima.github.io/tree/master/) | 9s | [Data](./data/github.com/PROxZIMA/proxzima.github.io/bWFzdGVyCg/Cg) |
| ✅ | [**github.com/ParisNeo/Gpt4All-webui**](https://github.com/ParisNeo/Gpt4All-webui/tree/main/web) (`web`) | 7s | [Data](./data/github.com/ParisNeo/Gpt4All-webui/bWFpbgo/d2ViCg) |
| ✅ | [**github.