{"id":50673260,"url":"https://github.com/magooney-loon/svelte-gui","last_synced_at":"2026-06-08T13:32:34.175Z","repository":{"id":325418390,"uuid":"1096663783","full_name":"magooney-loon/svelte-gui","owner":"magooney-loon","description":"Web app shell \u0026 template","archived":false,"fork":false,"pushed_at":"2026-02-25T14:32:31.000Z","size":301,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-25T18:05:45.351Z","etag":null,"topics":["component-library","gui","pocketbase","svelte","sveltekit","sveltekit-tailwindcss","sveltekit-template","typescript"],"latest_commit_sha":null,"homepage":"https://svelte-gui.vercel.app","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magooney-loon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-14T19:00:29.000Z","updated_at":"2026-02-25T14:30:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/magooney-loon/svelte-gui","commit_stats":null,"previous_names":["magooney-loon/svelte-gui"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/magooney-loon/svelte-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magooney-loon%2Fsvelte-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magooney-loon%2Fsvelte-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magooney-loon%2Fsvelte-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magooney-loon%2Fsvelte-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magooney-loon","download_url":"https://codeload.github.com/magooney-loon/svelte-gui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magooney-loon%2Fsvelte-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["component-library","gui","pocketbase","svelte","sveltekit","sveltekit-tailwindcss","sveltekit-template","typescript"],"created_at":"2026-06-08T13:32:33.428Z","updated_at":"2026-06-08T13:32:34.149Z","avatar_url":"https://github.com/magooney-loon.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Svelte GUI Overview\n\nA complete app shell, component library and utility toolkit for building modern SvelteKit applications with optional Pocketbase backend.\n\n## 🎨 Showcase\n\nSee Svelte GUI in action with these live examples:\n\n| Demo | Description | Link |\n|------|-------------|------|\n| **Demo Website** | Full-featured demo showcasing all components and features | [https://svelte-gui.vercel.app/](https://svelte-gui.vercel.app/) |\n| **IMG2GIF Tool** | Real-world application using Svelte GUI for image conversion | [https://bubi-gif.vercel.app/](https://bubi-gif.vercel.app/) |\n| **PB Deployer** | PocketBase deployment tool (uses an older alpha version) | [https://github.com/magooney-loon/pb-deployer](https://github.com/magooney-loon/pb-deployer) |\n| **Algo Trading Bot** | Algorithmic trading interface powered by Svelte GUI | [[yeti-claw](https://yeti-claw.com/)] |\n\n## What is Svelte GUI?\n\nSvelte GUI provides everything you need to build modern web applications:\n\n- **UI Components** - Ready-to-use, fully typed components\n- **Design System** - Consistent styling with Tailwind CSS\n- **Utilities** - Toast notifications, form validation, theme management\n- **TypeScript Support** - Full type safety throughout\n- **PocketBase Integration** - Optional full-stack backend support\n\n## Library Structure\n\n```\nsrc/lib/\n├── components/\n│   ├── partials/       # Form, layout, data, feedback components\n│   ├── main/           # Core app components\n│   └── icons/          # Icon library (100+ icons)\n├── api/                # API Client integration\n└── utils/              # Utilities and helpers\n```\n\n## Core Features\n\n- **Component Composition** - Small, focused components that work together\n- **Mobile Responsive** - Mobile-first design and touch support\n- **Accessibility** - WCAG compliant with keyboard navigation\n- **Performance** - Optimized bundle size and runtime performance\n- **Dark Mode** - Built-in theme switching with persistence\n\n## Technology Stack\n\n- **Svelte 5** - Components with runes\n- **SvelteKit** - Routing framework\n- **Pocketbase** - Optional backend\n- **TypeScript** - Type safety \u0026 IDE support\n- **Tailwind CSS 4** - Utility-first styling\n- **Vite** - Build tool and dev server\n\n## Perfect For\n\n- SaaS dashboards and admin panels\n- E-commerce applications\n- Internal tools and data dashboards\n- Progressive web applications\n- Content management systems\n\n# Installation Guide\n\n## Option 1: Standalone Svelte GUI\n\nClone and run the Svelte GUI application directly.\n\n### 1. Clone the Repository\n\n```bash\ngit clone https://github.com/magooney-loon/svelte-gui.git\ncd svelte-gui\n```\n\n### 2. Install Dependencies\n\n```bash\nnpm install\n```\n\n### 3. Start Development\n\n```bash\nnpm run dev\n```\n\nYour app is now running at `http://localhost:5173` with all components, themes, and utilities ready to use.\n\n---\n\n## Option 2: Full-Stack with PocketBase Extension\n\nUse the PocketBase extension and add Svelte GUI as the frontend.\n\n### 1. Clone PocketBase Extension\n\n```bash\ngit clone https://github.com/magooney-loon/pb-ext.git\ncd pb-ext\n```\n\n### 2. Add Svelte GUI to Frontend\n\n```bash\ngit clone https://github.com/magooney-loon/svelte-gui.git frontend\n```\n\n### 3. Follow pb-ext Documentation\n\nRefer to the [pb-ext repository](https://github.com/magooney-loon/pb-ext) for setup and running instructions specific to that project.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagooney-loon%2Fsvelte-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagooney-loon%2Fsvelte-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagooney-loon%2Fsvelte-gui/lists"}