idea? work? projects? build?
an ever work-in-progress space, everything that i've ever built besides the stuff i work on to earn my bread-butter is here (probably). some people like to call it passion, but for me it's about my love for engineering, development, creating stuff & something else that i hope to find one day.
2023
text to github graph
- built on top of my 
github-contribution-graphpackage, this helps you write text as github graphs. - made possible by essentially converting every letter into matrix and then wiring each matrix to it's github graph representation.
 - code is available on stackblitz, also see this tweet
 
Account Recall
- Account Recall is a Chrome Extension which provides a simple way to remember which account you used to sign up for websites.
 - Tech Stack : React, TailwindCSS, Vite
 - launch tweet
 
Github Contribution Graph
- Developed this library for creating customizable, GitHub-like contribution graphs from user data.
 - Made it open source as a NPM package.
 - github
 
Date word
- A tiny (1.2kb minified) JS date conversion library with zero-dependencies
 - It converts dates from one language to another.
 - github
 
2022
Twitter Wrap v2
- Discover your top Twitter moments, like never before
 - Tech Stack : Nextjs, Tailwind, Node, Typescript, PostgreSQL (DB), Prisma (ORM).
 - Stats : 10k + users, 50k + reach
 - launch tweet
 
Tbio - Twitter Bio Generator
- Elevate your twitter game. custom bios for every mood and mode using AI.
 - Tech Stack : Nextjs, TailwindCSS, Node, Typescript, PostgreSQL, Prisma, GPT
 - the v1 of the app used to work with twitter username, unfortunately had to remove it in the v2 because of changes in twitter api.
 - v1 launch tweet
 
2021
Twitter Wrap
- An app that wraps Twitter for you, very much inspired by Spotify wrapped.
 - Tech Stack : Nextjs, TailwindCSS, Serverless (Node)
 - Stats :
- reached 5k+ users organically in 1st week of launch
 - got me an internship at Dukaan, which later turned into a full-time opportunity
 
 - launch tweet
 
Pure CSS Eraser
Bharat 🇮🇳
Hashnode Postcard
- With "Hashnode postcard", you can display all of your blogs from hashnode on your website by using only one line of HTML.
 - The package is available to install via NPM and unpkg.
 - links to : github and launch tweet
 
ayushsaini.com
- My Personal site (yes, this one), my tiny corner on the web.
 - created using nextjs, mdx and sass.
 
Super Mario Bros Pure CSS
Rockstar Games Pure CSS Logo
Ben 10 API
- A REST api serving hand curated Ben 10 aliens data (probably the first api i made)
 - used nodejs, express and mongodb for backend and nextjs for frontend.
 - code is available on github : backend and frontend
 
Holi Theme
- A Clean Visual Studio Code dark theme inspired from the festival of colors, Holi
 - github and launch tweet
 
2020
60 Minute Javascript
- solved 30 set of problems using Javascript during my 
100 days of codechallenge. - code is available on github & this is the closed tweet i can find.
 
Arc Reactor
Omnitrix
cybertruck-art
first portfolio site
- created my first portfolio website as a part of the freecodecamp's curriculum.
 - used html and css, and hosted on githubpages.
 - code on github