{"id":50373760,"url":"https://github.com/sebastianwessel/isostate","last_synced_at":"2026-05-30T08:30:38.657Z","repository":{"id":359450988,"uuid":"1245945654","full_name":"sebastianwessel/isostate","owner":"sebastianwessel","description":"Scroll-driven animated isometric scenes for product storytelling, documentation, and technical explainers. Isostate turns YAML scene definitions into lightweight SVG runtime bundles with smooth transitions, static-site friendly output, and zero browser runtime dependencies.","archived":false,"fork":false,"pushed_at":"2026-05-22T00:35:50.000Z","size":2872,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T08:24:48.786Z","etag":null,"topics":["3d-graphics","animation","animation-css","animations","html-css-javascript","isometric","isometric-graphics","svg"],"latest_commit_sha":null,"homepage":"https://sebastianwessel.github.io/isostate/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sebastianwessel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-21T18:05:14.000Z","updated_at":"2026-05-22T07:18:37.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sebastianwessel/isostate","commit_stats":null,"previous_names":["sebastianwessel/isostate"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/sebastianwessel/isostate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianwessel%2Fisostate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianwessel%2Fisostate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianwessel%2Fisostate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianwessel%2Fisostate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sebastianwessel","download_url":"https://codeload.github.com/sebastianwessel/isostate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sebastianwessel%2Fisostate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33686018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d-graphics","animation","animation-css","animations","html-css-javascript","isometric","isometric-graphics","svg"],"created_at":"2026-05-30T08:30:38.090Z","updated_at":"2026-05-30T08:30:38.648Z","avatar_url":"https://github.com/sebastianwessel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# isostate\n\nisostate is a small toolkit for creating isometric visual storytelling:\narchitecture explanations, product walkthroughs, infrastructure diagrams,\nprocess flows, and presentation-style scene progressions that can be embedded\nin websites.\n\nScenes are authored as `.isostate.yaml`, compiled into browser-ready SVG\nruntime data, and then controlled from application code. The same scene can be\ndriven by scroll position for scrollytelling, by a timeline or slider for\npresentations, or by custom UI in a documentation page. YAML parsing,\nvalidation, compilation, and static packaging happen at build time; the browser\nonly loads the runtime, compiled scene data, and referenced SVG assets.\n\n## Docs\n\n- [Documentation](./docs/README.md)\n  - Start\n    - [How isostate Works](./docs/concepts/how-isostate-works.md)\n  - [Getting Started](./docs/getting-started.md)\n  - Create\n    - [Plan A Scene](./docs/guides/plan-a-scene.md)\n    - [Author Scene Deltas](./docs/guides/author-scene-deltas.md)\n    - [Assets Workflow](./docs/guides/assets-workflow.md)\n    - [Animation And Connections](./docs/guides/animation-and-connections.md)\n  - Ship\n    - [Use The CLI](./docs/guides/use-the-cli.md)\n    - [Deploy Static Bundle](./docs/guides/deploy-static-bundle.md)\n  - Examples\n    - [Runtime Basic](./docs/examples/runtime-basic.md)\n    - [Compile YAML](./docs/examples/compile-yaml.md)\n    - [Custom Assets](./docs/examples/custom-assets.md)\n    - [Inspect Bundle](./docs/examples/inspect-bundle.md)\n  - Reference\n    - [Public API](./docs/reference/public-api.md)\n    - [Runtime Bundle](./docs/reference/runtime-bundle.md)\n    - [Types](./docs/reference/types.md)\n    - [Errors](./docs/reference/errors.md)\n- [Basic Browser Demo](./examples/basic/README.md)\n\n## Quickstart\n\nFrom a source checkout of this repository:\n\n```bash\nbun install\nbun run build\npython3 -m http.server 4173\n```\n\nOpen:\n\n```text\nhttp://localhost:4173/examples/basic/\n```\n\nThe demo loads `examples/basic/scene.isostate.js`, which is generated from\n`examples/basic/source.isostate.yaml`. The browser does not parse YAML.\n\nTo generate a deployable static bundle for the demo:\n\n```bash\nbun run examples:basic:bundle\n```\n\nThat writes:\n\n```text\nexamples/basic/static-bundle/\n  isostate.runtime.js\n  scene.isostate.js\n  manifest.json\n  assets/\n```\n\nUse the published CLI directly for your own scene:\n\n```bash\nnpx --package @sebastianwessel/isostate-cli isostate bundle scene.isostate.yaml --out public/isostate/scene\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianwessel%2Fisostate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebastianwessel%2Fisostate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebastianwessel%2Fisostate/lists"}