GORBOY LABS — Meme.Build.Repeat.

GORBOY LABS

MEME.BUILD.REPEAT.

A zero-budget toolkit for meme founders on Gorbagana.

00 · what is gorboy labs

Gorboy Labs is the experimental wing of the Gorboy ecosystem — tools, generators, mini-widgets and add-ons for meme founders.

Pure HTML / CSS / JS. Zero VC. Zero budget. Built for people who want to ship fast on Gorbagana.

01 · widget stack

live

Gorboy Flipper

flagship widget · ggt snap

Live risk snapshot widget for any Gorbagana token. Reads your mint via ?mint= and streams Neon Field snaps from GORBOY GUARD TERMINAL (GGT).

How to embed

  1. Copy the iframe below.
  2. Paste it into your meme website.
  3. Replace YOUR_MINT_HERE with your token mint.

<!-- Gorboy Flipper iframe widget (Gorbagana only) -->

<iframe

  src="https://www.ggt.wtf/flipper.html?mint=YOUR_MINT_HERE"

  style="

    width: 480px;

    max-width: 100%;

    height: 220px;

    border: 0;

    border-radius: 22px;

    overflow: hidden;

    display:block;

    margin:0 auto;

  "

  loading="lazy"

></iframe>

            
Open Gorboy Flipper demo
live

Meme Frame Generator

labs frames

Create memes inside Gorboy Labs' branded frames.
Export clean images ready for X/Telegram.

How to embed

  1. Copy the compact iframe below.
  2. Paste into your website / Webflow / Notion / any HTML block.

<!-- Gorboy Meme Generator iframe widget (compact mobile version) -->

<iframe

  src="https://gorboylabs.wtf/meme.html"

  style="

    width: 100%;

    max-width: 480px;

    height: 520px;

    border: 0;

    border-radius: 18px;

    overflow: hidden;

    display:block;

    margin:0 auto;

  "

  loading="lazy"

></iframe>

            
Open Meme Generator
live

Gorbagana RPC Monitor

rpc widget · L + mini

Status widget for Gorbagana RPC. Shows latency, slot height, health and last update timestamp. Two versions: L (full panel) and MINI (compact badge).

Version L · full panel

  1. Use this for dashboards, landing pages and docs.

<!-- Gorbagana RPC Monitor widget · L version -->

<iframe

  src="https://gorboylabs.wtf/rpc-monitor.html"

  style="

    width: 100%;

    max-width: 780px;

    height: 220px;

    border: 0;

    border-radius: 22px;

    overflow: hidden;

    display:block;

    margin:0 auto;

  "

  loading="lazy"

></iframe>

            

Version MINI · compact badge

  1. Use this for headers, footers or sidebars.

<!-- Gorbagana RPC Monitor widget · MINI version -->

<iframe

  src="https://gorboylabs.wtf/rpc-monitor-mini.html"

  style="

    width: 260px;

    max-width: 100%;

    height: 90px;

    border: 0;

    border-radius: 16px;

    overflow: hidden;

    display:block;

    margin:0 auto;

  "

  loading="lazy"

></iframe>

            
Open RPC Monitor demo
slot a

Reserved Module

coming soon

Next tool for meme founders.

slot b

Reserved Module

coming soon

Reserved spot for future widget.

02 · integration guide

All Gorboy Labs widgets are designed to be copy-paste only. No backend. No SDK.

  1. Pick a widget above.
  2. Use the COPY button to grab its embed snippet.
  3. Paste into your website / landing / tools page.

If you can edit a webpage — you can embed Gorboy Labs.