index.html.
Pick your paste.
Choose the original copy-pasta embedded in the attached index.html, or the revised copy-pasta supplied in copy-pasta.md. Both are embedded locally and copied verbatim.
copy-pasta.md.
Loading selected copy-pasta…
BlueBookOS
boots in your chat.
BlueBookOS is a small set of rules and source code you paste into another AI chat. It helps that chat build apps carefully: first the RAu contract, then the working file. RAu is the little instruction language inside it. You can start without knowing either one.
1. Abstract
This document specifies a practical artifact packaging pattern for BlueBookOS: Thee GPT Microkernel™, Powered by RAu.
RAu is used here as a source-first artifact contract. The HTML5 files are host ports that render the behavior described by the RAu source. This app is intentionally plain to operate: open it, open the demo, inspect the final RAu, inspect the final HTML, and run the rendered page in place.
The main product claim is simple: a good AI artifact should not only be impressive to view; it should be reusable, reviewable, copyable, and portable into the next project.
2. Status of This Memo
This is a readable product-facing draft, written in an RFC style without burying the point in ceremony.
The key words MUST, SHOULD, and MAY are used in their everyday standards-document sense: MUST means required for this showcase pattern, SHOULD means recommended for most projects, and MAY means optional but supported.
This file is self-contained. It does not require a server, package manager, build pipeline, remote stylesheet, CDN, or network call.
3. Terminology
These terms keep the spec readable while preserving the source-first model.
The programming language and runtime used as the semantic source contract for an artifact.
A complete app, game, editor, reader, visualizer, or workflow unit intended to be shipped or remixed.
The executable target implementation. In this package, every host port is standalone HTML5.
The live browser view generated by loading the final HTML port into an embedded frame.
The RAu contract is treated as the durable product definition before host-language changes are made.
A fast builder workflow where a human steers a frontier model with complete artifacts, clear goals, and acceptance criteria.
4. Artifact Packaging Specification
The showcase exposes just the pieces a builder needs: final examples, final RAu, final HTML, and live rendered output.
No runtime fetch is required to inspect source or render the included pages.
The RAu view is the artifact contract a model or human can reason about before changing the host implementation.
The HTML view is the copyable, shippable browser port derived from the source-first artifact.
The rendered page view makes the spec demonstrable without leaving the document.
A builder should be able to paste this entire file into a frontier model and ask for a new artifact, a refactor, a port, or a new catalog entry.
Additional RAu/HTML pairs can follow the same pattern: source contract, host port, metadata, rendered preview.
5. Reference Architecture
RAu remains the durable product contract; HTML5 is the executable browser delivery format.
The reference flow is intentionally lightweight. It works for games, editors, readers, canvas tools, dashboards, simulations, and other UI-heavy artifacts.
Name the artifact, user controls, data model, render targets, and success conditions.
Use RAu as the product contract for behavior, guards, events, and rendering.
Generate a standalone browser port with complete input and render behavior.
Run the page, copy the source, modify the contract, and reuse the pattern.
6. Example Catalog
Select an artifact to inspect its final RAu, final HTML, and final rendered page.
Loading…
Preparing embedded artifacts.
7. Vibe Coders Guide
Use the large prompt at the top of this page to request a new source-first RAu artifact.
Recommended workflow: copy the large prompt at the top, replace the bracketed goal with the app you want, and ask the model to return the RAu contract before the standalone HTML5 file. Use the examples below as references for how the source-first pattern should look.
Do not rely on screenshots. The useful pattern is the source-first contract followed by a working standalone host port.
Examples: “make a calendar app,” “derive a puzzle game,” “port this into a todo tool,” or “add a fifth example.”
Preserve the source-first rule: update or derive the RAu contract before changing the host port.
Require a single HTML5 file with no build step, no CDN, and no runtime network dependency unless explicitly intended.
Ask the model to list controls, expected behaviors, edge cases, and what changed from the original examples.
Rapid prototypes, client demos, internal tools, interactive specs, game mechanics, UI experiments, and product pitches.
The full HTML file plus a clear instruction: extract the RAu/HTML pattern and generate the next artifact.
A revised RAu contract and a complete standalone HTML5 app, ready to save as a local file and run.
8. Copy-Paste Prompts
Use these prompts with the copied HTML app to guide a frontier model toward useful, shippable output.
9. Conformance Checklist
A new BlueBookOS / RAu showcase entry conforms to this spec when it satisfies these checks.
The artifact is clearly branded as BlueBookOS: Thee GPT Microkernel™ and Powered by RAu.
The final RAu source can be inspected and copied without a build step.
The final standalone host port can be inspected, copied, downloaded, and opened.
The preview runs with local embedded source and does not depend on remote assets.
The package includes enough context for a human or model to derive another artifact from the pattern.