
The file browser for
the AI generation.
Your OS shows you filenames. OpenPeep gives every file its own app.
AI generates 30 files. You preview them one at a time.
Your JSON config is a wall of text. It could be an editor.
Quick Look can’t show you what matters. Context can.
Every project folder is just… a folder.
Every file type deserves its own app.
Peeps are mini-applications that live inside your file browser. They don't just preview files — they understand them.
poll-config.json
"type": "poll",
"question": "Which iPhone are you most excited about?",
"options": [
{"text": "iPhone 17 Air",
"image": "assets/ip17-air.png"},
// ... 3 more options
]
}
poll-config.json
Which iPhone are you most excited about?
episode/
episode/
Script
342 words
Assets
Exports
schedule.json
"date": "2026-03-10",
"title": "iPhone Fold Review",
"status": "filming"
}, {
// ... 12 more entries
]
schedule.json
Not plugins. Workflow apps.
A Peep can view, edit, generate, validate, and claim entire project folders. Here's what that looks like.
PeepHub: An app store for your files.
Every Peep on PeepHub is a new superpower. Install one, and your file browser learns a new trick.
Anyone can publish a Peep. If you can write HTML, you can ship a workflow.
The basics are covered.
OpenPeep ships with Peeps for the file types you use every day. The interesting ones come from PeepHub — or from you.
Image Viewer
.png, .jpg, .gif, .webp, .svg
Video Player
.mp4, .mov, .webm, .m4v
Markdown Editor
.md, .markdown, .mdx
Text Editor
.js, .ts, .py, .css, .sh
JSON Editor
.json
HTML Preview
.html

Build a Peep in an afternoon.
HTML, CSS, and a JSON manifest. Five capabilities. Infinite workflows.
Content matching. Bundle detection. Server-side tools. Structured validation. It's all in the manifest.
Read the Peep Dev Guide