Development Stack
All of the apps, tools, and services I use to build my projects.Apps
Neovim - Neovim is a highly extensible text editor that's highly customizable. It's also the editor I use for all of my projects.
Brave - Brave is a privacy-focused web browser. I mainly use it for it's performance and vertical tabs.
Raycast - So much more than a spotlight replacement. Raycast integrates with a ton of tools and lets you take control of your entire mac from your keyboard. Things like changing output devices and clipboard history are super convenient.
Languages/Frameworks
Vite - I use Vite to create the front end for my reactive web apps, since it is very performant, and is not bloated with serverless tooling.
Astro - I use Astro for all of my static sites, as it ensures excellent performance and a great developer experience.
TailwindCSS - A utility-first CSS framework. It's easy to pick up and makes building UIs super fast.
shadcn/ui - When I need a UI component I don't want to build myself I go here first. Lots of great ones that are easy to integrate with.