ScratchFrame

ScratchFrame Logo

ScratchFrame is a modern, responsive embedding solution for Scratch. Display profiles, studios, and explore projects directly on your website with full interactivity, including top projects, stats, and project actions (TurboWarp or Scratch).


Quickstart

Profile Embed

<iframe
  src="https://more.cattymod.app/ScratchFrame/profile/?username=Noahscratch493"
  style="width:100%; height:600px; border:none; border-radius:10px"
  allowfullscreen
></iframe>

Studio Embed

<iframe
  src="https://more.cattymod.app/ScratchFrame/studio/?studio=123456"
  style="width:100%; height:600px; border:none; border-radius:10px"
  allowfullscreen
></iframe>

Explore Embed

<iframe
  src="https://more.cattymod.app/ScratchFrame/explore/"
  style="width:100%; height:600px; border:none; border-radius:10px"
  allowfullscreen
></iframe>

Features


Development

Clone the repository locally and open the files in your preferred editor.

git clone https://github.com/Noahscratch493/ScratchFrame.git
cd ScratchFrame

Open the HTML files in a browser to preview embeds.


License

MIT License © 2025 Noahscratch493