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.scratch
`bloggrs.scratch` is a visual builder for web apps. It uses a Scratch-like stage model: pick a starter, drag blocks into route columns, tune the details in an inspector, and export a generic contract for your API or runtime.
## Run
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
```
## Main files
- `src/App.tsx`: stage, drag/drop flow, inspector, preview, and export actions
- `src/data/catalog.ts`: starter kits, block catalog, factories, and export helpers
- `src/App.css`: workspace visual system
- `src/index.css`: global background and typography
# bloggrs.scratch