{"id":20464277,"url":"https://github.com/endlessreform/image-search-demo","last_synced_at":"2026-04-20T07:03:07.750Z","repository":{"id":253487983,"uuid":"843178615","full_name":"EndlessReform/image-search-demo","owner":"EndlessReform","description":"A simple in-browser demo for PGLite + Transformers.js, entirely client-side","archived":false,"fork":false,"pushed_at":"2024-08-21T04:45:27.000Z","size":4929,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-16T01:14:39.633Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://endlessreform.github.io/image-search-demo/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EndlessReform.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-16T00:24:16.000Z","updated_at":"2024-08-21T04:45:28.000Z","dependencies_parsed_at":"2024-08-21T05:43:09.942Z","dependency_job_id":null,"html_url":"https://github.com/EndlessReform/image-search-demo","commit_stats":null,"previous_names":["endlessreform/image-search-demo"],"tags_count":0,"template":false,"template_full_name":"EndlessReform/claude-artifacts-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2Fimage-search-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2Fimage-search-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2Fimage-search-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EndlessReform%2Fimage-search-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EndlessReform","download_url":"https://codeload.github.com/EndlessReform/image-search-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242023835,"owners_count":20059420,"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":[],"created_at":"2024-11-15T13:14:31.756Z","updated_at":"2026-04-20T07:03:02.706Z","avatar_url":"https://github.com/EndlessReform.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Vite + TS + Tailwind + shadcn/ui Template\n\n## What's this?\n\nA no-nonsense template for when you need to slap a Claude-generated UI somewhere that isn't a chat window.\n\nUses the exact same UI stack as [Claude Artifacts](https://support.anthropic.com/en/articles/9487310-what-are-artifacts-and-how-do-i-use-them), for copy-pasting:\n\n- [Vite](https://vitejs.dev) for speed\n- TypeScript for sanity\n- [Tailwind](https://tailwindcss.com) for style\n- [shadcn/ui](https://ui.shadcn.com) for pretty buttons\n- File-based routing because ain't nobody got time for that\n- My personal Tailwind color scheme and font choices, because I have opinions\n\n## Why use it?\n\nBecause you're tired of setting up the same stack for the 100th time. This template is for the \"I just want it to work\" crowd.\n\n## Quick Start\n\n1. Use this template:\n\n   - Click the \"Use this template\" button on GitHub\n   - Choose \"Create a new repository\"\n   - Give it a snazzy name and hit \"Create repository from template\"\n\n2. Clone your new repo:\n\n   ```\n   git clone https://github.com/yourusername/your-snazzy-new-repo.git\n   cd your-snazzy-new-repo\n   ```\n\n3. Install dependencies (go grab a coffee, it'll take a minute):\n\n   ```\n   npm install\n   ```\n\n4. Run it:\n\n   ```\n   npm run dev\n   ```\n\n5. Add a page:\n\n   - Throw a new `.tsx` file in `src/pages`\n   - Magic! It's now a route. (Thanks, [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages))\n\n6. Build for production:\n\n   ```\n   npm run build\n   ```\n\n7. Deploy:\n   - Take the `dist` folder\n   - Throw it at a static host (Nginx, Netlify, whatever floats your boat)\n   - Profit!\n\n## \"But how do I...?\"\n\n- Customize theme? `tailwind.config.js` is your friend. (But my color choices are pretty rad, just saying.)\n- Add shadcn/ui components? `npx shadcn-ui add \u003ccomponent-name\u003e`. Done.\n- Need more? Check out the [Vite docs](https://vitejs.dev/), [Tailwind docs](https://tailwindcss.com/docs), or [shadcn/ui docs](https://ui.shadcn.com/).\n\n## Deployment\n\nThis template comes with an easy GitHub Pages deployment setup.\n\n1. Push your changes to GitHub.\n\n2. Run the deployment command:\n\n```\nnpm run deploy\n```\n\n3. Set up GitHub Pages:\n\n- Go to your repository settings\n- Navigate to Pages\n- Set the source to \"gh-pages\" branch\n- Save\n\nYour site will be live at `https://yourusername.github.io/your-repo-name/`\n\nNote: This setup uses HashRouter, which works out of the box with GitHub Pages. No additional configuration is needed for routing to work correctly.\n\n## Credits\n\n- UI components lovingly generated by Claude, Anthropic's AI assistant. (No, it can't do your laundry. We asked.)\n- Template crafted by [Your Name] with only minimal cursing.\n- Comes with a personal touch of color and typography. You're welcome.\n\nNow go build something cool. Or don't. I'm a README, not a cop.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendlessreform%2Fimage-search-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fendlessreform%2Fimage-search-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fendlessreform%2Fimage-search-demo/lists"}