Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
100+ Abstract shapes with cool grainy gradient for design and development projects.
coolshap.es (powered by turbo0)
coolshap.es (powered by turbo0)
Submit your own product to reach creators and founders looking for the next tool to try.

A lightweight Windows tool for batch and unattended uninstallation of software, supporting 15 app types.

WonderLaunch is like a launchpad plus a long-term product directory. A founder submits a product, the product enters moderation, and once approved it gets assigned a launch date.

A powerful AI image processing tool

Extract code, design tokens, fonts, colors, media, and UI components instantly from any website. No installs needed.

Smol Startup is a platform to discover and upvote the best tech products, helping users find top products launching daily.

Mesh turns guest videos into one cinematic event film. Every angle, every moment, stitched into a single story delivered by morning.
CoolShapes is an open-source collection of 100+ abstract shapes with grainy gradients, available in multiple formats (SVG, JSX, PNG) for use in design and development projects.
CoolShapes is an open-source library of 100+ abstract vector shapes featuring grainy gradients, created by @realvjy and the team at overlayz. It takes no input—users browse or download pre-made shapes—and outputs SVG, JSX, or PNG files. The project is hosted on GitHub and licensed under MIT, free for both personal and commercial use.
coolshapes-react) allows developers to import shapes as React components with props like type, index, noise, and size.coolshapes-react package, with props to control appearance (e.g., <Coolshape type="star" index="1" noise="true" />).Users can either browse the website, copy SVG directly, or download the Figma file for design work. Developers install the coolshapes-react package via yarn add coolshapes-react or npm i coolshapes-react, then import components like { Coolshape } or named exports like { Star, Circle }. The shapes are rendered inline with configurable noise and size. A live demo is available at demo.coolshap.es.
Yes, the entire collection is free and open-source under the MIT license, allowing both personal and commercial use without fees.
Absolutely. The MIT license permits any use, including in paid products and SaaS applications.
Shapes are available as SVG code, JSX components (for React), and downloadable PNG images. The Figma source file is also provided.
The coolshapes-react package is a standard React component library and should work with any React-based framework, including Next.js, as long as the environment supports JSX.