Skip to main content

Embed a computed result

Every card below is an <iframe> pointing at this site, rendered by the same function that renders the instrument, answers /api/v1/*, backs the MCP tools and generatedmakerportal/reference-vectors. There is no second implementation of any number here, which is the only reason it is safe to put one on a page we do not control.

What is and is not frameable

The rest of this site sends X-Frame-Options: DENY, and this page does too — it cannot itself be put in a frame. Only /embed/* carriesContent-Security-Policy: frame-ancestors *, and those pages hold no JavaScript, no form, no input, no cookie and no action: there is nothing on them for a framing site to trigger or steal. That is what makes the open policy defensible rather than convenient, and scripts/audit/embed-surface-audit.mjs checks every clause of it against the served response.

Cards follow the reader's light or dark setting. Append &theme=dark or&theme=light to pin one. Every parameter is the one the API documents, so the OpenAPI document is the reference for what you can change.

Design one RBJ-cookbook biquad and report its numerical behaviour.

/embed/biquadDesign

<iframe src="https://makerportal.ai/embed/biquadDesign?type=lowpass&freq=1000"
        width="100%" height="230" style="border:0" loading="lazy"
        title="Design one RBJ-cookbook biquad and report its numerical behaviour."></iframe>

Solve the eigenmodes of a rectangular room.

/embed/roomModes

<iframe src="https://makerportal.ai/embed/roomModes?width=12&length=16&height=8"
        width="100%" height="230" style="border:0" loading="lazy"
        title="Solve the eigenmodes of a rectangular room."></iframe>

Decide whether one LLM fits one accelerator, at every quantization.

/embed/llmVramFit

<iframe src="https://makerportal.ai/embed/llmVramFit?model=llama-3-1-8b-instruct&gpu=rtx-4090"
        width="100%" height="230" style="border:0" loading="lazy"
        title="Decide whether one LLM fits one accelerator, at every quantization."></iframe>

Solve the on-axis magnetic field of an air-core solenoid.

/embed/solenoidField

<iframe src="https://makerportal.ai/embed/solenoidField?diameter=25&length=100"
        width="100%" height="230" style="border:0" loading="lazy"
        title="Solve the on-axis magnetic field of an air-core solenoid."></iframe>

Solve the best rectangular room proportions for a given volume.

/embed/roomShapeBand

<iframe src="https://makerportal.ai/embed/roomShapeBand?volume=2400"
        width="100%" height="230" style="border:0" loading="lazy"
        title="Solve the best rectangular room proportions for a given volume."></iframe>