{"id":48076950,"url":"https://github.com/f/appetit","last_synced_at":"2026-04-04T14:50:54.406Z","repository":{"id":343972248,"uuid":"1179884041","full_name":"f/appetit","owner":"f","description":"Appétit — An App Store-inspired catalog of free, tiny apps built with agentic engineering and vibecoding. Bon appétit for apps.","archived":false,"fork":false,"pushed_at":"2026-03-30T04:01:43.000Z","size":4276,"stargazers_count":34,"open_issues_count":2,"forks_count":8,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-30T06:39:59.799Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://apps.fka.dev","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/f.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-12T13:33:50.000Z","updated_at":"2026-03-30T04:01:47.000Z","dependencies_parsed_at":"2026-03-30T06:02:30.324Z","dependency_job_id":null,"html_url":"https://github.com/f/appetit","commit_stats":null,"previous_names":["f/appetit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f/appetit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fappetit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fappetit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fappetit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fappetit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f","download_url":"https://codeload.github.com/f/appetit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f%2Fappetit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31403731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-04T14:50:52.455Z","updated_at":"2026-04-04T14:50:54.395Z","avatar_url":"https://github.com/f.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"logo.svg\" width=\"128\" height=\"128\" alt=\"Appétit\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eAppétit\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cem\u003eBon appétit for apps.\u003c/em\u003e\u003cbr\u003e\n  An App Store-inspired catalog for your projects — powered by a single JSON file.\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://apps.fka.dev\"\u003eLive Demo\u003c/a\u003e ·\n  \u003ca href=\"#quick-start\"\u003eQuick Start\u003c/a\u003e ·\n  \u003ca href=\"#make-it-yours\"\u003eMake It Yours\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\nAppétit is a beautiful, browsable app catalog that looks and feels like the Apple App Store. It's built entirely with vanilla HTML, CSS, and JS — no frameworks, no build step, no dependencies. Just edit `apps.json` and deploy.\n\n## Features\n\n- **App Store UI** — Sidebar navigation, featured carousel, app cards, detail pages with screenshots\n- **Dark \u0026 Light themes** — System preference detection with manual toggle, persisted in localStorage\n- **JSON-driven** — All apps, categories, and featured items defined in a single `apps.json`\n- **Install modals** — `brew install` and `npx` commands with one-click copy to clipboard\n- **Categories** — macOS, Web, CLI, Developer Tools, Productivity (or define your own)\n- **Search** — Instant client-side filtering across names, descriptions, and features\n- **GitHub stats** — Live star and fork counts, updatable with the included `update-stats.sh` script\n- **Responsive** — Desktop sidebar collapses on mobile\n- **Zero dependencies** — Pure HTML/CSS/JS, deploys anywhere as static files\n\n## Quick Start\n\n```bash\ngit clone https://github.com/f/appetit.git\ncd appetit\npython3 -m http.server 8080\n```\n\nOpen [localhost:8080](http://localhost:8080) and you're running.\n\n## Make It Yours\n\n### 1. Add your apps\n\nEdit `apps.json`. Each app entry supports:\n\n```jsonc\n{\n  \"id\": \"my-app\",\n  \"name\": \"My App\",\n  \"subtitle\": \"A short tagline\",\n  \"description\": \"One-liner for list views.\",\n  \"longDescription\": \"Full description for the detail page.\",\n  \"icon\": \"https://example.com/icon.png\",   // or use iconEmoji: \"🚀\"\n  \"iconStyle\": { \"scale\": 1.3, \"objectFit\": \"cover\", \"borderRadius\": \"22%\" },\n  \"category\": [\"macos\", \"cli\"],\n  \"platform\": \"macOS\",\n  \"price\": \"Free\",\n  \"github\": \"https://github.com/you/my-app\",\n  \"homepage\": \"https://my-app.dev\",\n  \"language\": \"Swift\",\n  \"stars\": 42,\n  \"forks\": 3,\n  \"brew\": \"brew install you/tap/my-app\",    // shows install modal\n  \"installCommand\": \"npx my-app\",           // alternative install modal\n  \"downloadUrl\": \"https://github.com/you/my-app/releases/latest\",\n  \"requirements\": \"macOS 15+\",\n  \"features\": [\"Feature one\", \"Feature two\"],\n  \"screenshots\": [\"https://example.com/screenshot.png\"]\n}\n```\n\n### 2. Configure categories\n\n```json\n\"categories\": [\n  { \"id\": \"macos\", \"name\": \"macOS Apps\" },\n  { \"id\": \"cli\", \"name\": \"CLI Tools\" },\n  { \"id\": \"web\", \"name\": \"Web Apps\" }\n]\n```\n\n### 3. Set featured apps\n\n```json\n\"featured\": [\n  {\n    \"id\": \"my-app\",\n    \"headline\": \"NEW\",\n    \"title\": \"A catchy headline.\",\n    \"subtitle\": \"A longer description for the featured banner.\"\n  }\n]\n```\n\n### 4. Deploy\n\nPush to GitHub and enable Pages — or drop the files on any static host (Netlify, Vercel, Cloudflare Pages, S3, etc).\n\n## Update GitHub Stats\n\nFetch live star and fork counts from the GitHub API:\n\n```bash\n./update-stats.sh\n```\n\nFor higher rate limits:\n\n```bash\nGITHUB_TOKEN=ghp_xxx ./update-stats.sh\n```\n\n## File Structure\n\n```\n├── index.html          Main HTML shell\n├── style.css           All styles (dark + light themes)\n├── app.js              Routing, rendering, carousel, modals\n├── apps.json           All app data — edit this file\n├── logo.svg            App icon / favicon\n├── update-stats.sh     Fetches GitHub stars/forks into apps.json\n├── CNAME               Custom domain for GitHub Pages\n└── .nojekyll           Prevents Jekyll processing\n```\n\n## Deploy to GitHub Pages\n\n1. Push to a GitHub repo\n2. Settings → Pages → Source: branch `master`, folder `/`\n3. *(Optional)* Add a `CNAME` file with your custom domain\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff%2Fappetit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff%2Fappetit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff%2Fappetit/lists"}