An open-source, open-to-contribution project that categorizes websites, not by general design or topic but by specific elements.
You can either contribute by improving the code or adding sites to the database. Before that, make sure to read the Codes of Conduct.
If there's a feature you'd like to see, open an issue or send a pull request.
We add sites and categories mainly to database.js.
There are up to 5 properties you can specify for each site:
{
name: "Site/Project/Design Name",
url: "https://example.com",
code: "link to code implementation of the design (if existing, preferrably on Codepen)",
image: "/images/{category}-{number}.webp",
gif: "/images/{category}-{image-number}.webp",
},
name
, url
, and image
are mandatory. code
and gif
are optional. public/images
. Thank you for checking the project out!