iPolloWork Docs

Template development

Create a reusable iPolloWork template that opens as a safe, editable copy in a new session.

An iPolloWork template is a versioned local .ipwt package. It gives a person or team a known-good starting point without reusing an old session directly. Installing a package adds it to a personal library. Choosing Use creates a fresh session-owned copy, so uninstalling or updating the template cannot remove existing work.

System flowTemplate lifecycle

Package source stays reusable. Applied work becomes a new session artifact with its own editable state.

  1. 01Author

    Create HTML or a HyperFrames composition with local assets.

  2. 02Describe

    Declare manifest metadata, entry point, and editable variables.

  3. 03Import

    Install the .ipwt archive into the personal Template Market library.

  4. 04Use

    Create a session-owned copy that can be changed safely.

Choose a surface

OutcomecategorysurfaceRequired entry
Site, app prototype, slides, poster, card, report, or articlesite, app, slides, poster, cards, report, or articledesignStatic HTML, usually entry.html
HyperFrames compositionvideovideoindex.html at package root

The supported categories are site, video, app, slides, poster, cards, report, and article. A video template must use both category: "video" and surface: "video".

Build a template from a working artifact

  1. Start with a proven Design or Video artifact, not a static screenshot.
  2. Move required files into a self-contained folder using only relative paths.
  3. Define manifest.json and the editor-facing variable contract.
  4. Add a 16:9 cover image and a concise apply checklist.
  5. Create the .ipwt archive with manifest.json at the archive root.
  6. Import it through Template Market → Import .ipwt.
  7. Use the installed package to create a new session and validate the result there.

There is currently no public hosted-market publishing API. The current supported format is the local .ipwt package.

Continue with the package format, then choose either a Design template or a Video template guide.