
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
bride-of-frankensystem
Advanced tools
A framework that allows for the development of custom online experiments and surveys.
Bride of Frankensystem (BOF or BOFS) is intended to be used by developers to deploy custom-developed experiments online. It provides a variety of solutions to common problems associated with online experiments while being easily extended in a way that minimizes code duplication and encourages code reuse. Its design focuses on flexibility rather than providing concrete solutions to every scenario, and so is targeted primarily towards software developers while still being accessible for non-developers for many simple use-cases.
BOF is built using Flask and is intended to be used as a Python library. Because it is built with Flask, all Flask extensions and features are supported, and it is relatively straightforward to extend the project with your own custom web pages and tasks.
If you use this for your research, please cite it!
BOF includes a number of features relating to deploying online experiments
BOF requires Python 3.9+, along with the following Python packages.
flask
- The web framework that BOF is based off of.sqlalchemy
- An object-relational manager that is used for database table definitions and query access.flask-sqlalchemy
- A bridge between Flask and SQLAlchemy.flask-compressed
- To support the compressed files that Unity WebGL builds use.eventlet
- This is used as the production (live) web server, as an alternative to Flask's built in web server or the Apache web server.toml
- The configuration files use the toml format.crawlerdetect
- To detect web crawlers so that they don't get counted as actual participants.pandas
- Used to process data for the export and for the results preview.Please refer to the installation instructions in the documentation.
FAQs
A framework that allows for the development of custom online experiments and surveys.
We found that bride-of-frankensystem demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.