Pick your stack
The output is identical. The integration guide includes working patterns for React, Angular, Vue, and WordPress.
JS
JavaScript
The simplest option for a form that already runs in the browser. The same file also works in Node.
Good fit: static sites, interactive build pages, and JavaScript applications.
- Runs in
- Browser or Node
- Packages
- None
- Generator
GBP1.encodeBuild()
Py
Python
Use the encoder in a backend or script. The demo runs that same Python file in the browser with Pyodide.
Good fit: Python services, build databases, automation, and offline tools.
- Runs in
- Browser or Python 3
- Live demo
- Pyodide via CDN
- Generator
encode_build()
PHP
PHP
A plain server-rendered example with no framework and no Composer packages to install.
Good fit: shared hosting, existing PHP sites, and regular form posts.
- Runs in
- PHP 7.3+
- Packages
- None
- Generator
gbpEncodeBuild()