Skip to content
HN On Hacker News ↗

Embed sandbox.bio

▲ 13 points 12 comments by raboukhalil 2w ago HN discussion ↗

Pangram verdict · v3.3

We believe that this entire text is human-written.

2 %

AI likelihood · overall

Human
100% human-written 0% AI-generated
SEGMENTS · HUMAN 1 of 1
SEGMENTS · AI 0 of 1
WORD COUNT 163
PEAK AI % 2% · §1
Analyzed
Aug 14
backend: pangram/v3.3
Segments scanned
1 windows
avg 163 words each
Distribution
100 / 0%
human / AI fraction
Verdict
Human
Pangram v3.3

Article text · 163 words · 1 segments analyzed

Human AI-generated
§1 Human · 2%

Embed sandbox.bio Add a live terminal to your website or blog post You can embed a sandbox.bio terminal directly on your website or blog post. Simply add this script tag to your page: <script src="https://sandbox.bio/embed.js" data-cwd="embed"></script> If you use GitHub Pages, any Markdown code blocks you mark as ```bash will have a "Run" button that executes directly in the embedded terminal. For HTML websites, any <div> with the class "language-bash" will get a "Run" button. You can also customize the embedded terminal by adding attributes to the script tag: data-cwd="folder-name": the starting working directory in the terminal data-config="https://yourwebsite.com/config.json": an optional remote config URL, using the same format as the sandboxbio.config.json file used by the GitHub integration. This file can be hosted on GitHub Pages too. If you need to preload files in the terminal, you can use the array files inside your config, and specify the URLs to where each file lives: { tools: [ { "url": "https://<username>.github.io/<repo>/data/example.bam", "path": "example.bam" } ] }