Developers

Build with penguinAI

penguinAI lets users create characters, save them locally or with Puter storage, and share public character data through hosted character files.

This developer area documents small pieces of penguinAI that can be reused or integrated into other projects.

Loadbot

Loadbot is the lightweight loading bar used by penguinAI. Unlike the main penguinAI app, loadbot.js is open source under the MIT License.

Use Loadbot on your site

Add the script in your page head before other blocking scripts:

<script src="https://penguinai.pages.dev/loadbot.js"></script>

Loadbot automatically shows a thin loading bar while the page loads and fades it out after the window load event.