{"id":29436878,"url":"https://github.com/stone-foundation/stone-js-docs","last_synced_at":"2026-05-16T13:08:35.200Z","repository":{"id":297869109,"uuid":"998082362","full_name":"stone-foundation/stone-js-docs","owner":"stone-foundation","description":"Official documentation for Stone.js, a modular, cloud-native JavaScript framework powered by Continuum Architecture. This repo hosts API references, guides, and integration docs for all Stone.js packages.","archived":false,"fork":false,"pushed_at":"2025-06-30T03:18:52.000Z","size":41535,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T04:28:32.565Z","etag":null,"topics":["continuum-architecture","javascript","official-stonejs","stonejs","stonejs-docs","typescript"],"latest_commit_sha":null,"homepage":"https://stonejs.dev","language":"Vue","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/stone-foundation.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T20:33:34.000Z","updated_at":"2025-06-24T23:28:46.000Z","dependencies_parsed_at":"2025-06-08T02:31:20.485Z","dependency_job_id":"46c17ba8-b431-4133-96fc-5c07da4cae02","html_url":"https://github.com/stone-foundation/stone-js-docs","commit_stats":null,"previous_names":["stonemjs/docs","stone-foundation/stone-js-docs"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/stone-foundation/stone-js-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stone-foundation","download_url":"https://codeload.github.com/stone-foundation/stone-js-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stone-foundation%2Fstone-js-docs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265091734,"owners_count":23710033,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["continuum-architecture","javascript","official-stonejs","stonejs","stonejs-docs","typescript"],"created_at":"2025-07-13T05:06:55.861Z","updated_at":"2026-05-16T13:08:30.135Z","avatar_url":"https://github.com/stone-foundation.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stone.js - Documentation\n\n![Maintenance](https://img.shields.io/maintenance/yes/2025)\n[![Build Status](https://github.com/stone-foundation/stone-js-docs/actions/workflows/main.yml/badge.svg)](https://github.com/stone-foundation/stone-js-docs/actions/workflows/main.yml)\n[![Deploy Status](https://github.com/stone-foundation/stone-js-docs/actions/workflows/release.yml/badge.svg)](https://github.com/stone-foundation/stone-js-docs/actions/workflows/release.yml)\n[![Dependabot Status](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/stone-foundation/stone-js-docs/network/updates)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\nWelcome to the official documentation source for [Stone.js](https://stonejs.dev), the universal JavaScript/TypeScript framework built on the **Continuum Architecture**.\n\nThis repository powers the [documentation site](https://stonejs.dev), built with [VuePress](https://vuepress.vuejs.org/), and serves as the single source of truth for all developer guides, API references, core concepts, and advanced features of Stone.js.\n\n---\n\n## What Is Stone.js?\n\nStone.js is a **next-generation framework** that lets you build:\n\n- Backend apps (microservices, CLI, serverless)\n- Frontend apps (SPA, SSR, Vue/React)\n- Fullstack cloud-native applications\n\nAll using **one architecture**, **one mental model**, and **one toolchain**.\n\nAt the heart of Stone.js is the **Continuum Architecture**, where Context defines everything, and the same knowledge applies across dimensions, backend, frontend, serverless, browser, anywhere.\n\n## Project Structure\n\nThis documentation is organized using the [Stone.js Documentation Master Plan](https://github.com/stone-foundation/stone-js-docs), which defines a consistent structure for all pages.\n\n```txt\nsrc/\n├── .vuepress/             # VuePress config, theme, plugins\n├── api/                   # API reference pages\n├── packages/              # Package documentation\n├── docs/                  # Documentation source files\n  ├── getting-started/     # Getting started guides\n  ├── architecture/        # Core architecture concepts\n  ├── essentials/          # Essential features and concepts\n  ├── router/              # Router documentation\n  ├── react/               # React integration\n  ├── deeper/              # Advanced topics and patterns\n└── README.md              # Home page\n````\n\nYou’ll find every page follows a shared structure:\n\n* Introduction\n* Where it fits in the Continuum Architecture\n* Feature shape (class/function/factory)\n* Dimension-specific behavior\n* Declarative \u0026 imperative registration\n* Best practices\n* Summary\n\n## Getting Started\n\nTo preview the documentation locally:\n\n```bash\npnpm install\npnpm run docs:dev\n```\n\nTo build the static site:\n\n```bash\npnpm run docs:build\n```\n\nOutput will be in `src/.vuepress/dist`.\n\n## Contributing\n\nWe love documentation contributions.\n\nWhether it’s:\n\n* Fixing typos\n* Clarifying a tricky sentence\n* Adding new sections\n* Writing a full feature page\n\nPlease read our [Contributing Guide](./CONTRIBUTING.md) before submitting your changes.\n\nAll pull requests should follow the [Documentation Master Plan](https://github.com/stone-foundation/stone-js-docs) and use [Conventional Commit messages](https://www.conventionalcommits.org/).\n\n## Code of Conduct\n\nWe follow the [Contributor Covenant](./CODE_OF_CONDUCT.md).\nPlease be kind and respectful in all interactions.\n\n## Built With\n\n* [VuePress](https://vuepress.vuejs.org/)\n* [pnpm](https://pnpm.io/)\n* [Release Please](https://github.com/googleapis/release-please-action)\n\n## Custom Domain\n\nThe documentation is hosted on GitHub Pages at\n🔗 **[https://stonejs.dev](https://stonejs.dev)**\nwith automatic HTTPS via GitHub's free SSL.\n\n## About the Continuum Architecture\n\nStone.js is more than a framework, it’s a new way to build software systems.\n\nAt the core of Stone.js is a radical but practical idea:\n\n\u003e **“Context defines everything.”**\n\nYou can learn more in the [Core Concepts → Continuum Architecture](./src/docs/architecture/continuum.md) section.\n\n## Questions or Feedback?\n\nIf something is unclear, wrong, or could be better, [open an issue](https://github.com/stone-foundation/stone-js-docs/issues) or start a discussion.\n\nWe're all about continuous improvement, in code and in documentation.\n\n**Stone.js: Write once, deploy everywhere.**\nOne continuum. One architecture. One tool to rule them all.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone-foundation%2Fstone-js-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstone-foundation%2Fstone-js-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstone-foundation%2Fstone-js-docs/lists"}