WP Manifestindependent plugin directory
manifest / forms / wp-franer

Franer

Franer is a secure environment to publish AI-generated forms

by Área de Tecnología Educativa · github.com/ateeducacion/wp-franer · website

0stars
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/ateeducacion/wp-franer/releases/download/v1.0.1/franer-1.0.1.zip

Readme

Franer

Franer logo

Franer is a secure environment to publish AI-generated forms. The name is a backronym for Framework for Running AI-geNerated Embedded foRms.

Franer lets an administrator paste self-contained, AI-generated HTML activities, renders them inside a sandboxed iframe, and collects users' JSON submissions safely on the server. There is no dependency on Formidable Forms or any third-party form engine.

Demo

Try Franer instantly in your browser with WordPress Playground. The demo includes sample data so you can explore the features. All changes are discarded when you close the tab, because everything runs locally in your browser.

Preview in WordPress Playground

Purpose

AI assistants are great at producing rich, interactive single-file HTML activities (quizzes, self-assessments, calculators, surveys). The hard part is publishing them safely and collecting the data they generate. Franer solves both problems:

  • It treats the AI-generated HTML as untrusted and never executes it in the context of your site. The markup only ever runs inside a locked-down iframe.
  • It collects each user's structured JSON answer through a nonced, authenticated REST call made by the parent page, never by the iframe itself.
  • It stores submissions server-side, keeping only hashes of the IP address and user agent.

How it works

  1. Author: an admin pastes an AI-generated, self-contained HTML activity into a Franer site (the franer_site custom post type).
  2. Render: the activity is rendered inside an `

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
v1.0.1 Jun 5, 2026 franer-1.0.1.zip 0
v1.0.0 Jun 3, 2026 franer-1.0.0.zip 0