You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# bloggrs.platform.blog
Production-oriented Bloggrs runtime app built with Vite + React.
Modes:
- standalone starter base for auth/app scaffolding
- published-product rendering from the Bloggrs public API
- embedded preview runtime for `bloggrs.playground` and `bloggrs.scratch`
## What It Does
`bloggrs.platform.blog` is the production-facing runtime shell for Bloggrs-hosted apps.
- mounts public product data from the builder API
- accepts live preview payloads from Playground and Scratch over the Bloggrs bridge
- starts from an app-base starter with `/`, `/login`, `/register`, and `/app`
- demonstrates SQL-style identity models plus API-driven collection rendering
## Development
- local dev port: `5175`
- builder apps point to it with `VITE_PLATFORM_BLOG_URL=http://localhost:5175`
- standalone mode can load a published slug from the public API
## Foundation
This app is intended to be the shared runtime for production Bloggrs apps, not just a one-off preview surface. The SDK mount flow and bridge contract are designed so the same runtime can:
- render published products in production
- render builder drafts in preview
- stay shell-customizable per hosted app
- keep content models structured while route collections remain flexible
# bloggrs.platform.blog