Skip to main content

7 posts tagged with "macOS"

macOS related posts

View all tags

GSAP + Claude Code โ€” Add Smooth Animations to Your Website

ยท 4 min read

I recently came across an interesting GitHub project โ€” gsap-skills, an official GSAP AI Skills package designed to "teach" Claude Code how to use the GSAP animation library correctly.

Quick note: I initially thought GSAP was for video editing, like HeyGen โ€” turns out it's completely different. GSAP is for web animations โ€” the kind you see in a browser: elements flying in, scroll parallax, number counters rolling up, all rendered live on the page, not as video files. Once I got that straight, I decided to install it in Claude Code and give it a shot.

Open-Source Alternative to Claude Design โ€” My Hands-On with Open CoDesign

ยท 3 min read

Claude Design has been getting a lot of attention lately โ€” you give it a prompt and it generates a page prototype instantly, which looks impressive. The problem is it requires a separate subscription, costs money, only works with Claude, and your data lives in the cloud. I started wondering if there's an open-source alternative. There is: Open CoDesign โ€” MIT licensed, runs locally, supports your own API keys. Here's my experience with it.

Introduction to Homebrew

ยท 3 min read

"The most popular command-line package manager for macOS."

Still hunting down installers one by one on official websites? With Homebrew, one command handles everything โ€” install, update, uninstall โ€” all managed in one place. Say goodbye to manual downloads.

Homebrew is a package manager for macOS and Linux. Its core value in one sentence: manage all your software from the command line, unified.

Marker Tutorial

ยท 5 min read

Marker is an open-source tool that converts PDF, Word, PPT, and other file formats into Markdown. It's fast, and accuracy is pretty solid. This post documents how to get it running.