{"id":15294838,"url":"https://github.com/kafkas/typesync","last_synced_at":"2026-05-09T16:08:56.630Z","repository":{"id":233306072,"uuid":"766264704","full_name":"kafkas/typesync","owner":"kafkas","description":"Single source of truth for Firestore","archived":false,"fork":false,"pushed_at":"2026-04-26T16:15:00.000Z","size":1378,"stargazers_count":55,"open_issues_count":14,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-26T16:25:30.746Z","etag":null,"topics":["cli","cloud-firestore","firestore","nodejs","python","schema-management","security-rules","swift","typescript","validation"],"latest_commit_sha":null,"homepage":"https://docs.typesync.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kafkas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":null,"dco":null,"cla":null}},"created_at":"2024-03-02T19:31:20.000Z","updated_at":"2026-04-26T15:46:24.000Z","dependencies_parsed_at":"2025-06-14T18:31:31.386Z","dependency_job_id":"0ed45771-53e0-4b12-8c2d-f7839b92ac6d","html_url":"https://github.com/kafkas/typesync","commit_stats":null,"previous_names":["kafkas/typesync"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/kafkas/typesync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kafkas%2Ftypesync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kafkas%2Ftypesync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kafkas%2Ftypesync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kafkas%2Ftypesync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kafkas","download_url":"https://codeload.github.com/kafkas/typesync/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kafkas%2Ftypesync/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","cloud-firestore","firestore","nodejs","python","schema-management","security-rules","swift","typescript","validation"],"created_at":"2024-09-30T17:07:29.474Z","updated_at":"2026-05-03T22:01:41.313Z","avatar_url":"https://github.com/kafkas.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"docs/images/icon.png\" width=\"240px\" alt=\"header\" /\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003e\n  typesync\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n    Schema-first Firestore tooling for types, validation, and visualization\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://npmjs.com/package/typesync-cli\" alt=\"Latest version\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/v/typesync-cli?label=latest\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/kafkas/typesync/actions/workflows/ci.yml\" alt=\"Build status\"\u003e\n        \u003cimg src=\"https://github.com/kafkas/typesync/actions/workflows/ci.yml/badge.svg\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/kafkas/typesync\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"PRs welcome!\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://www.npmjs.com/package/typesync-cli\" alt=\"NPM unpacked size\"\u003e\n        \u003cimg src=\"https://img.shields.io/npm/unpacked-size/typesync-cli\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/kafkas/typesync/blob/main/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" alt=\"Typesync CLI is released under the MIT license.\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nTypesync is an open-source schema management tool for [Firestore](https://cloud.google.com/firestore) databases. You maintain a single source of truth for your Firestore architecture in a _schema_, then use the CLI to generate code and validate data from that schema.\n\nTypesync helps keep your database, generated application code, and validation checks aligned as your schema changes.\n\n# How Typesync Helps You\n\n- Generate Firestore models for TypeScript, Swift, and Python from one schema.\n- Validate live Firestore documents with `typesync validate-data`.\n- Generate Security Rules validators from the same model definitions.\n- Visualize your Firestore architecture with Mermaid graphs.\n- Carry schema documentation into generated model output.\n\n[**View the full documentation (docs) ▸**](https://docs.typesync.org)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"docs/images/architecture-v3.png\" width=\"600px\" alt=\"header\" /\u003e\n\u003c/div\u003e\n\n# Documentation\n\nExplore our comprehensive [documentation](https://docs.typesync.org) for detailed guides, usage examples, and additional resources. It covers everything from the basics to more advanced topics:\n\n- [Introduction](https://docs.typesync.org/introduction): Learn what Typesync is and its core features.\n- [Installation](https://docs.typesync.org/installation): Instructions on how to install the Typesync CLI.\n- [Quickstart](https://docs.typesync.org/quickstart): Get up and running with Typesync quickly.\n- [Upgrading](https://docs.typesync.org/upgrading): Guidelines on upgrading to the latest version of the CLI.\n- [Types](https://docs.typesync.org/schema/types): Details on the types supported by Typesync’s type system.\n- [validate-data](https://docs.typesync.org/cli/validate-data): Validate Firestore documents against your schema.\n\n# License\n\nThis project is made available under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkafkas%2Ftypesync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkafkas%2Ftypesync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkafkas%2Ftypesync/lists"}