Profile avatar
cyberalien.dev
Full stack open source dev from Estonia, author of Iconify. https://github.com/cyberalien/ https://github.com/iconify/
79 posts 330 followers 58 following
Prolific Poster
Conversation Starter

💖 This April, we have forwarded our Open Collective fund to support maintainers: @goede.dev @zernonia.bsky.social Recurring to projects: @esm.sh @pnpm.io @cyberalien.dev Join us to show appreciation for our dependencies and help them be sustainable! opencollective.com/antfu/update...

New major versions of all Iconify Icon components have been published. Changes: - Rewritten Svelte component with runes syntax - Rewritten Vue component with Vue's Composition API - Removed previously deprecated functions Migration guide: iconify.design/docs/article...

Iconify Icon component for Svelte has been re-written with Svelte 5 runes: iconify.design/docs/icon-co... It is available as "@iconify/svelte@next" (beta version). While Svelte still supports old syntax, to make component future proof it is better to rewrite it, so I did.

New major version of Iconify icon component for Vue has been published. It is currently available on NPM with "next" tag: @iconify/vue@next Changes: - Rewritten with Vue's Composition API (main change) - Removed old deprecated functions See iconify.design/news/2025.ht...

I'll be adding new features to Iconify website, which require authentication. Instead of login/password, I'll be adding options to sign in with the following providers: - GitHub - GitLab - Google - Microsoft Is that enough? Any other providers that people actually use?

💖 These two months, January and February, we have forwarded our Open Collective fund to support maintainers: @sxzz.dev @johnsoncodehk.bsky.social @brc-dd.dev; Recurring to projects: @esm.sh @pnpm.io @cyberalien.dev Join us to show appreciation to our dependencies and help them be sustainable!

Iconify (icon-sets.iconify.design) makes my life much more straightforward. When I want some fancy icons for Notion, it is super easy to copy PNG as URL and paste it into the #notion Thanks, @cyberalien.dev !

Huge thanks to you @cyberalien.dev, for maintaining iconify for everyone in the community!

New option in Iconify plugin for Figma: lock aspect ratio. After today's update to Figma plugin API, it is now possible to lock aspect ratio of frames. I've immediately implemented it in Iconify plugin. Plugin page: www.figma.com/community/pl...

Huge thanks to StackBlitz for their generous support in the latest wave of sponsors! I'm truly grateful for their commitment to the Vite ecosystem and open-source sustainability. And a big shoutout for the recent Expo x Bolt integration! 🚀💙

New version of Iconify API is available. This update includes a critical bug fix, if you are running API instance, please do update as soon as possible. All public API servers have been updated. API is available on GitHub, NPM and as a Docker image: github.com/iconify/api/

@cyberalien.dev Hello, just wanted to share that I had the need to use Iconify on demand components in a Laravel project and keep the API locally. So I wrote a package that does that similar to the Node JS API. github.com/abetwothree/...

Iconify plugin for Tailwind CSS 4 is available. It supports Tailwind CSS 4 "@plugin" directive. Docs: iconify.design/docs/usage/c... Due to how Tailwind 4 works, configuration is very limited. Plugin currently does not work with custom icons. However, older plugin for Tailwind 3 works perfectly.

I don't remember who shared this link on Bsky, I use this icon collection very often icon-sets.iconify.design

📕 Vitest 3.0 is out 👉🏻 The new major version includes only a few breaking changes. 👉🏻 It includes new features like reporter updates, inline workspaces, multi-browser configuration and more. https://vitest.dev/blog/vitest-3

Iconify icon sets website is now GDPR compliant. Added a cookies notice, trying to do it as clean as possible. It appears only after changing a setting. If user declines, website works fine, but next time you visit website it will not remember your settings. Website: icon-sets.iconify.design

Layout of Iconify icon sets website has been improved. Now, when you click an icon, customisation options and code samples appear below list of icons instead of overlay, making it easy to quickly navigate icons and it follows dark/light theme.

Vitest 3.0 is here!

Netflix Tech Stack This is based on research from many Netflix engineering blogs and open-source projects. If you come across any inaccuracies, please feel free to inform us.

Iconify is one of the greatest resources I know for icons in your app or website. 1️⃣ Go to iconify.design 2️⃣ Find the perfect icon and copy it's name, 3️⃣ Ask Bolt to "use the [icon name] from iconify" 4️⃣ Spread the word so everyone can have this superpower

in @unjs.io pathe 2.0: - Improvements for consistency with node:path behavior - reverseResolveAlias(path, aliases) - matchesGlob(path, pattern)

I'm doing a bit of a slow rollout of a new free course that I've made, HTML & CSS for Absolute Beginners - name sort of says it all. I realize most people following me here might not be after that, but if you know anyone who could use feel free to share :) learn.kevinpowell.co

Published new minor version of all Iconify icon components. Update removes caching of icons loaded from API in localStorage. This makes components GDPR compliant. This extra layer of caching is no longer needed anyway because Iconify API is stable. Details: iconify.design/news/2025.ht...

Iconify plugin for Tailwind 4 has been released, it supports "plugin" directive. For now only one version of plugin is available, more will be published later. Installation and usage instructions:

🟥 Smart Layout Patterns with Modern CSS with KEVIN POWELL — SmashingConf New York 2024 @smashingconf.com Feat.: @kevinpowell.co #css #webdev #SmartLayoutPattern youtu.be/Xx68hP3DGa8?...

There's literally no tech I'm more bullish on than Vitest. Even TypeScript. If you're using some other test runner, you're making your job harder for no reason.

Iconify plugin for Penpot is now listed in plugins section of Penpot website: penpot.app/penpothub/pl... I don't have statistics and do not track usage, so no idea if people already use it. If you do use it, please share feedback. I'm always looking to improve plugin.

More ways to filter icon sets in Iconify! Now some icon sets have tags to filter icon sets that: - Contain animations - Have padding built in - Have pixel perfect shapes - Use stroke (which you can customise) icon-sets.iconify.design

Added Iconify hosting expenses for October and November to Iconify's Open Collective: opencollective.com/iconify Huge thanks to all contributors!

Iconify currently has 174 open source icon sets. It might be hard to find icon set you are looking for, so to make it easier, now there is an option to sort icon sets. It is implemented on Iconify website (powered by Nuxt), Figma and Penpot plugins: icon-sets.iconify.design

Downloading code for icons is now much faster with 2 clicks: - Toggle more options - Download or copy code You can change code options in footer, when you select any icon: change language, size, color, etc.... Those changes will apply to all code samples. Demo:

You can now create custom icon sets lists from filtered icon sets on Iconify website: icon-sets.iconify.design What is it for? To filter icon sets before searching, limiting search results to only selected icon sets. Example: searching only GPL licensed icon sets:

New minor versions of all Iconify components have been published. Main changes: - No more strict naming convention, you can use any non-empty string for icon name. - Custom loaders for icon sets (already used by new Nuxt Icon). See iconify.design/news/2024.ht...