Skip to content

Instantly share code, notes, and snippets.

View rvanbaalen's full-sized avatar
👨‍💻
Coding in progress…

Robin van Baalen rvanbaalen

👨‍💻
Coding in progress…
View GitHub Profile
@rvanbaalen
rvanbaalen / readme.md
Last active January 17, 2026 13:46
SaaS Dashboard UI Design System - Comprehensive documentation for a clean, professional dashboard UI style

SaaS Dashboard UI Design System

A comprehensive design system documentation for building clean, professional SaaS dashboard interfaces. This guide captures the design language, patterns, and components for a modern developer-focused dashboard UI.


1. DESIGN PHILOSOPHY

This design system follows a clean, professional, data-dense SaaS dashboard aesthetic with:

  • Minimal decoration, maximum information density
@rvanbaalen
rvanbaalen / 0-README.md
Last active May 16, 2025 12:35
Automatic Actions framework for Claude AI. Copy/paste into the Developer Tools of Claude desktop app.

Claude Auto-Actions Framework

A lightweight, extensible framework for automating interactions within the Claude AI interface.

Overview

This framework allows you to automate repetitive actions in Claude's UI by defining custom "actions" that execute when specific conditions are met. It uses a mutation observer to monitor DOM changes and triggers your defined actions automatically.

Features