Package a working prototype so dev can take over completely.
Import the actual prototype source, document intended behaviour and prototype shortcuts, then generate a self-contained developer handoff with the original code included.
The rule
Behaviour is authoritative. Implementation is not.
The production team can reuse, extrapolate, translate or replace the prototype code. The package exists to make intent and source code completely visible at handoff.
1. Import prototype
Drop the exact build you tested. HTML files, folders and ZIPs are supported.
Drop prototype files here
Single HTML, ZIP, or a project folder.
2. Define the intended product
Capture what the production build must preserve, independently of how the prototype happens to implement it.
Business / behaviour requirements
These are the requirements dev should preserve even if the code changes completely.
3. Inspect code & prototype shortcuts
The handoff keeps the complete source, but highlights where useful logic lives and what probably should not be carried into production unchanged.
Production considerations / shortcuts
4. Acceptance criteria
Describe observable outcomes. Dev decides the implementation.
5. Developer handoff
Review exactly what the development team receives.