🌐 US-Proxy
class="flex h-full bg-zinc-50 dark:bg-black" x-data="{ theme: localStorage.getItem('theme') || 'system', setTheme(theme) { this.theme = theme; localStorage.setItem('theme', theme); document.documentElement.classList.remove('light', 'dark'); if (theme === 'system') { const prefersDark = window.matchMedia('(prefers-color-scheme: dark)').matches; document.documentElement.classList.add(prefersDark ? 'dark' : 'light'); } else { document.documentElement.classList.add(theme); } }, init() { this.setTheme(this.theme); window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', e => { if (this.theme === 'system') { this.setTheme('system'); } }); } }" x-init="init()">

A curated list of some of projects of mine that are public.

This is more of a curated list of my projects that are in the public domain.

  • DevDb

    B.Y.O.Database to VS Code

    marketplace.visualstudio.com

  • Laravel Multipay

    Batteries-included payment package

    github.com

  • DevWorkspace Pro

    A desktop app that brings your Power Tools & AI together

    devworkspacepro.com