Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Generate a pixel art style profile card from your GitHub data! ✨
| Date | Stars |
|---|---|
| 2026-07-24 | 565 |
| 2026-07-25 | 565 |
| 2026-07-28 | 565 |
| 2026-07-30 | 565 |
| 2026-08-06 | 565 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
 **Pixel Profile**: Generate pixel art profiles from your GitHub data > ### 🚀 What's New > > #### CRT Stats Card > > A brand new retro CRT-style stats card with: > - Authentic CRT monitor frame with curved screen effect > - Scanlines, RGB shift, and phosphor glow effects > - Available via GitHub Actions with `crt_outputs` parameter > >  > > #### GitHub Actions Integration > > Pre-generate your stats cards with GitHub Actions for: > - Instant visibility, even in poor network conditions > - Faster loading times for your GitHub profile > > **Quick Start:** Check out [LuciNyan's Profile](https://github.com/LuciNyan/LuciNyan) for an example setup. > 🎉 [Halid](https://github.com/imhalid) created an awesome [UI](https://github.com/imhalid/pixel-profile-generator) for pixel-profile! > > Try it out: https://pixel-profile-generator.vercel.app ## Overview You can easily generate a Github stats card with default styling using the following link: ```html <!--Replace <username> with your own GitHub username.--> https://pixel-profile.vercel.app/api/github-stats?username=<username> ```  Of course, you can customize the styling to better suit your preferences. For example, here is a stats card designed for GitHub's Dark Theme: ```html https://pixel-profile.vercel.app/api/github-stats?username=<username>&screen_effect=true&theme=rainbow ``` This is what it looks like in a README:  If you want to include a GitHub stats card in your own README file and have it display the appropriate card for both the light and dark themes on GitHub, you can refer to the following configuration and configure your preferred theme, or fully customize elements like color, background, screen effects, etc: ```md <picture decoding="async" loading="lazy"> <source media="(prefers-color-scheme: light)" srcset="https://pixel-profile.vercel.app/api/github-stats?username=<username>&theme=summer"> <source media="(prefers-color-scheme: dark)" srcset="https://pixel-profile.vercel.app/api/github-stats?username=<username>&screen_effect=true&theme=blue_chill"> <img alt="github stats" src="https://pixel-profile.vercel.app/api/github-stats?username=<username>&theme=summer"> </picture> ``` [Here](https://github.com/LuciNyan) is a ready-made example configuration you can reference if you need inspiration for your own config. ## Documentation ### Themes Below are some prebuilt themes to get started. However, cards are fully customizable by passing in background and color props. Feel free to ditch the premade themes and design unique cards by selecting your own colors and backgrounds! #### 0. CRT.  ```html https://pixel-profile.vercel.app/api/github-stats?username=<username>&theme=crt ``` #### 1. Journey without pixelated avatar.  ```html https://pixel-profile.vercel.app/api/github-stats?username=<username>&theme=journey&pixelate_avatar=false ``` #### With dithering. The `dithering=true` configuration is a standalone setting that can be applied to any theme.  ```html https://pixel-profile.vercel.app/api/github-stats?username=<username>&theme=journey&dithering=true&hide=avatar ``` #### 2. Road trip without pixelated avatar.  ```html https://pixel-profile.vercel.app/api/g
Excerpt of 14,720 characters
Read on GitHub169
Bryan Lee
3
2
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:1e8a202b881f54a9, topic:serverless