If you've been riding the AI-assisted development wave with Claude Code, v0, Lovable, or Cursor, you know the drill: beautiful HTML artifacts get generated, downloaded to ~/Downloads or some project folder, bookmarked in a tab you'll definitely remember, and then vanish into the void of your filesystem. That's the exact problem Artifold solves—a local-first library that indexes every AI-generated HTML file you've created and makes them searchable in seconds.
The Origin Story Is Relatable
Creator @shubhamgoel27 built Artifold after losing a 30-day workout tracker they had generated for their partner. "Lost it in a maze of folders, regenerated a worse version, and decided to just build the index myself." That's hacker culture at its finest—when the tooling doesn't exist for your specific pain point, you ship the fix. The library auto-indexes every *.html file in watched directories, groups versions like -v2 or (1) into unified cards with a dropdown selector, skips templates and .git repos, and generates real screenshot thumbnails using Playwright's headless Chromium (~170MB on first run).
Browse, Search, Share—All Local
The dashboard serves up your entire artifact library with sidebar filters for tool source (Claude, ChatGPT Canvas, v0, Lovable, Bolt, Gemini), status (shared/local), category, and date. A ⌘K command palette lets you jump to anything by name, prompt text, or intent—and yes, there's an optional AI layer that adds one-line intent summaries using Claude Haiku at $0.003 per artifact, cached forever so re-scans cost nothing. Sharing is where Artifold gets clever: click any card, hit the share icon, and in ~30 seconds you get a permanent public URL like https://you.github.io/artifold-share/abc12345.html pushed to your GitHub Pages quota. No sign-up, no per-share fees, no expiry dates—the recipient just needs a browser.
The /craft Skill Is Where It Gets Interesting
The killer feature for Claude Code users is the /craft skill, which analyzes your existing artifact library and deliberately generates new outputs that don't look like "AI slop." You can inherit styles from specific artifacts ("/craft a poker probability explainer, in the style of dobble"), or let the system pick a different creative direction automatically to avoid the purple-gradient-hero, identical-bento-cards, glassmorphism-everywhere monotony. The skill applies 12 opinionated design principles distilled from Refactoring UI, Linear's Method, and Vercel/Geist—each one cited in the repo. Running prompts through Claude Sonnet 4 with and without /craft produces visibly different results; the gallery shows four side-by-side comparisons so you can see what you're getting before installing.
Local-First Means Your Data Stays Yours
Artifold's core runs entirely offline—no LLM calls, no network requests, no API key required for the base functionality. Files live wherever you point them (multi-root by design: ~/Downloads + ~/Documents + ~/work/reports all work), with an optional [intent] extra if you want richer metadata via Anthropic. Cache lives under ~/Library/Caches/artifold/ and is explicitly marked as "replaceable"—your source files are sacred, the cache is not. The CLI includes a doctor command that tells you exactly what to fix when things break, because of course it does.
Status and Availability
Currently at v0.5.2 (alpha), tested on macOS Sequoia with Linux support expected and Windows untested. Single-developer project shipped in evenings—issues and PRs welcome but the creator is shipping what they personally use rather than broad polish. The PyPI package name is artifold because artifold was already taken, following the open-interpreter/interpreter naming pattern.
Key Takeaways
- Artifold auto-indexes AI-generated HTML artifacts from multiple watched directories and groups versioned files into unified cards
- Optional Claude Haiku integration ($0.003/artifact) adds intent summaries, cached permanently after first scan
- GitHub Pages sharing generates permanent URLs with no sign-up or expiry in ~30 seconds per artifact
- The /craft skill applies 12 design principles to help outputs avoid 'AI slop' aesthetics
The Bottom Line
If you're generating HTML artifacts with any AI tooling, Artifold fills a gap that's been quietly driving developers crazy since Claude Artifacts launched. It's not trying to be everything—it's laser-focused on "where did I put that thing" and solves it cleanly without locking your data into someone else's cloud. Worth starring the repo if you see yourself in the origin story.