{"id":13810439,"url":"https://github.com/engageintellect/spatz","last_synced_at":"2025-05-06T16:04:53.055Z","repository":{"id":234626272,"uuid":"789269500","full_name":"engageintellect/spatz","owner":"engageintellect","description":"An opinionated template for building full-stack Svelte applications ridiculously fast. Includes auth, database, admin panel, user dashboard, themes, icons, and more.","archived":false,"fork":false,"pushed_at":"2024-08-07T03:13:57.000Z","size":12487,"stargazers_count":185,"open_issues_count":5,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-31T01:31:43.016Z","etag":null,"topics":["ai","auth","chatgpt","custom-themes","daisyui","fullstack","openai","pocketbase","svelte","sveltekit","tailwindcss","template","typescript","vercel-ai-sdk","web","zod"],"latest_commit_sha":null,"homepage":"https://spatz.engage-dev.com","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engageintellect.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}},"created_at":"2024-04-20T04:51:03.000Z","updated_at":"2025-03-30T23:16:23.000Z","dependencies_parsed_at":"2024-04-20T05:33:49.031Z","dependency_job_id":"5c192fcb-511d-4d55-9720-5b599144b5b0","html_url":"https://github.com/engageintellect/spatz","commit_stats":null,"previous_names":["engageintellect/spatz"],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fspatz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fspatz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fspatz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engageintellect%2Fspatz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engageintellect","download_url":"https://codeload.github.com/engageintellect/spatz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252719993,"owners_count":21793736,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ai","auth","chatgpt","custom-themes","daisyui","fullstack","openai","pocketbase","svelte","sveltekit","tailwindcss","template","typescript","vercel-ai-sdk","web","zod"],"created_at":"2024-08-04T02:00:53.752Z","updated_at":"2025-05-06T16:04:53.027Z","avatar_url":"https://github.com/engageintellect.png","language":"Svelte","readme":"# spatz\n\n## Description\n\nA complete, fullstack template for Svelte.\n\n[Demo App](https://spatz.engage-dev.com)\n\n![Image Description](/src/lib/assets/images/marketing/spatz-home.png)\n\n![Image Description](/src/lib/assets/images/marketing/lighthouse.png)\n\n## Features\n\n- [Sveltekit](https://kit.svelte.dev/): Futuristic web framework for building blazing fast web apps.\n- [Pocketbase](https://pocketbase.io): Self-contained User Auth, Database, Admin UI, and API documentation.\n- [OpenAI](https://openai.com): chatGPT 3.5-turbo \u0026 4.0-turbo for contextually aware chatbots.\n- [Vercel AI SDK](https://vercel.com/ai): AI/ML models for image, text, and audio processing.\n- [TailwindCSS](https://tailwindcss.com): A utility-first CSS framework for rapid UI development.\n- [DaisyUI](https://daisyui.com): A tailwind-based component library.\n- [Zod](https://zod.dev): TypeScript-first schema declaration and validation.\n\n## Screenshots\n\n### Home \u0026 Features\n\n![Image Description](/src/lib/assets/images/marketing/spatz-menu.png)\n\n### User Profile \u0026 Settings UI\n\n![Image Description](/src/lib/assets/images/marketing/spatz-profile.png)\n\n### Client/Pocketbase UI\n\n![Image Description](/src/lib/assets/images/marketing/spatz-guestbook.png)\n![Image Description](/src/lib/assets/images/marketing/spatz-admin.png)\n\n## Getting Started\n\n### Pocketbase Setup\n\n1. Create a directory for your Pocketbase instance and navigate to it.\n\n```bash\nmkdir pb-spatz\ncd pb-spatz\n```\n\n2. Download the latest release of Pocketbase, unzip it, and start the server.\n\n```bash\nwget https://github.com/pocketbase/pocketbase/releases/download/v0.22.9/pocketbase_0.22.9_linux_amd64.zip\nunzip pocketbase_0.22.9_linux_amd64.zip\n./pocketbase serve --http=\"0.0.0.0:8090\"\n```\n\n3. Log in to the Pocketbase admin console at `http://localhost:8090/_/` and create a new database.\n\n4. Go to settings \u003e Import collections, then paste in the contens of `./pocketbase/pb_schema.json` (from this repo) and click import.\n\n### Client Setup\n\n1. Clone the repo and navigate to the project directory.\n\n```bash\ngit clone https://github.com/engageintellect/spatz\ncd spatz\n```\n\n2. Copy .env.example and replace the values with your own.\n\n```bash\ncp .env.example .env.local (or .env)\n```\n\n3. Install the dependencies and start the development server.\n\n```bash\npnpm i \u0026\u0026 pnpm run dev --host\n```\n\n4. Open your browser to `http://localhost:5173` to see the app.\n\n## Development\n\n### Project Structure\n\n```\n/src\n├── /lib\n│   └── app.d.ts (global types)\n├── /assets\n│   └── /images\n├── /components\n├── /stores (global state)\n├── /routes\n│   ├── /guestbook\n│   ├── /ai (nested routes)\n│   │   ├── /a\n│   │   ├── /b\n│   │   └── /c\n│   ├── /api\n│   │   ├── /repoData (fetch github repository stars)\n│   │   ├── /chat (OpenAI streaming API)\n│   │__ /auth (Pocketbase auth)\n│   │   ├── /login\n│   │   ├── /register\n│   │   ├── /logout\n│   │   └── /reset-password\n│   └── /my (user-specific routes)\n│       ├── /account\n│       ├── /profile\n│       └── /settings\n/pocketbase\n├── pb_schema.json\n/static\n└── /docs (general documentation)\n\n```\n\n### Icons\n\nIcons are provided by [iconify/svelte](https://www.npmjs.com/package/@iconify/svelte).\nYou can search for icons on [Icones](https://icones.js.org/collection/all).\n\n### Theming and Styling\n\nThe app comes pre-loaded with all of the standard themes from DaisyUI. You can also create your own [here](https://daisyui.com/docs/themes/#-4)\n\n### Animations\n\nAnimations are provided by GSAP and are easy to implement. You can find the documentation [here](https://greensock.com/docs/v3/GSAP).\n\n## Contributing to spatz\n\nContributions are welcomed, and appreciated. If you have a feature request, please add it as an issue or make a pull request.\n","funding_links":[],"categories":["Svelte"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Fspatz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengageintellect%2Fspatz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengageintellect%2Fspatz/lists"}