@frametrail/frametrail
v1.2.0
Published
Open Hypervideo Environment
Maintainers
Readme
FrameTrail v1.2.0 — Open Hypervideo Environment
FrameTrail works in three modes:
- Server mode (Apache/PHP) — Multi-user, file uploads, collaborative editing
- Local folder mode (Chrome/Edge) — Single-user, edits saved to a local
_datafolder via the File System Access API - In-memory mode (all browsers) — View and edit in-browser; export changes as JSON via Save As
Quick Start
Server mode:
- Extract this archive into your web server directory
- Run
php -S localhost:8080(requires PHP 7.4+) and openhttp://localhost:8080 - Follow the setup wizard (creates
_data/— directory needs write permissions)
Local folder mode (no server):
- Open
index.htmlin Chrome or Edge - Select or create a
_datafolder when prompted — full editing, no server needed
In-memory mode:
Open index.html in any browser. View and edit contents; use Save As to export your data.
Documentation & Source
https://github.com/OpenHypervideo/FrameTrail
License
FrameTrail is dual licensed under MIT and GPL v3. See LICENSE.md for details.
