Appetit
Description
Appétit — An App Store-inspired catalog of free, tiny apps built with agentic engineering and vibecoding. Bon appétit for apps.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Appétit
Bon appétit for apps.
An App Store-inspired catalog for your projects — powered by a single JSON file.
Live Demo · Quick Start · Make It Yours
Appé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.
Features
- App Store UI — Sidebar navigation, featured carousel, app cards, detail pages with screenshots
- Dark & Light themes — System preference detection with manual toggle, persisted in localStorage
- JSON-driven — All apps, categories, and featured items defined in a single
apps.json - Install modals —
brew installandnpxcommands with one-click copy to clipboard - Categories — macOS, Web, CLI, Developer Tools, Productivity (or define your own)
- Search — Instant client-side filtering across names, descriptions, and features
- GitHub stats — Live star and fork counts, updatable with the included
update-stats.shscript - Responsive — Desktop sidebar collapses on mobile
- Zero dependencies — Pure HTML/CSS/JS, deploys anywhere as static files
Quick Start
git clone https://github.com/f/appetit.git
cd appetit
python3 -m http.server 8080
Open [localhost:8080](http://localhost:8080) and you're running.
Make It Yours
1. Add your apps
Edit `apps.json`. Each app entry supports:
{
"id": "my-app",
"name": "My App",
"subtitle": "A short tagline",
"description": "One-liner for list views.",
"longDescription": "Full description for the detail page.",
"icon": "https://example.com/icon.png", // or use iconEmoji: "🚀"
"iconStyle"
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11