{"id":50508775,"url":"https://github.com/twilic/website","last_synced_at":"2026-06-02T18:30:53.917Z","repository":{"id":361330864,"uuid":"1253023140","full_name":"twilic/website","owner":"twilic","description":"Official website and documentation for the Twilic binary serialization format.","archived":false,"fork":false,"pushed_at":"2026-05-30T07:00:17.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-30T07:13:54.446Z","etag":null,"topics":["documentation","twilic","vitepress"],"latest_commit_sha":null,"homepage":"https://twilic.dev","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/twilic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-05-29T04:56:18.000Z","updated_at":"2026-05-30T07:00:36.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/twilic/website","commit_stats":null,"previous_names":["twilic/website"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/twilic/website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilic%2Fwebsite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilic%2Fwebsite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilic%2Fwebsite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilic%2Fwebsite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twilic","download_url":"https://codeload.github.com/twilic/website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twilic%2Fwebsite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33833277,"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-06-02T02:00:07.132Z","response_time":109,"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":["documentation","twilic","vitepress"],"created_at":"2026-06-02T18:30:51.459Z","updated_at":"2026-06-02T18:30:53.908Z","avatar_url":"https://github.com/twilic.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Twilic Website\n\nSource for the [Twilic](https://github.com/twilic) documentation website, built with [VitePress](https://vitepress.dev).\n\n## Requirements\n\n- Node.js 24+\n- pnpm 10.33+\n\n## Setup\n\n```bash\npnpm install\n```\n\n## Development\n\n```bash\npnpm dev\n```\n\nOpens a local dev server at `http://localhost:5173` with hot reload.\n\n## Build\n\n```bash\npnpm build\n```\n\nOutputs to `docs/.vitepress/dist/`.\n\n## Preview\n\n```bash\npnpm preview\n```\n\nServes the production build locally for final review before deploy.\n\n## Formatting and lint\n\n```bash\npnpm format          # format all .md, .ts, .css, .json files\npnpm format:check    # check formatting without writing (used in CI)\npnpm lint            # markdownlint on docs/**/*.md\n```\n\n## Project layout\n\n```text\nwebsite/\n  docs/\n    .vitepress/\n      config.ts          # VitePress config (nav, sidebar, Mermaid)\n      theme/\n        index.ts          # theme entry (slots, global components)\n        custom.css        # brand colors, CSS variable overrides\n        HomeFeatures.vue  # home page feature cards (Lucide icons)\n        HeroCode.vue      # hero code preview card\n    guide/\n      introduction.md\n      why.md\n      quick-start.md\n      concepts.md\n      cookbook.md\n      comparison.md\n      faq.md\n    spec/\n      overview.md\n      profiles.md\n      wire-tags.md\n      format.md\n      encoding.md\n      transport.md\n      v2.md\n      v1.md\n    sdks/\n      index.md\n      rust.md\n      go.md\n      python.md\n      js.md\n      java.md\n      ruby.md\n      zig.md\n      php.md\n      kotlin.md\n      dart.md\n      elixir.md\n      cpp.md\n      csharp.md\n      swift.md\n    benchmark.md\n    public/\n      favicon.svg\n      wordmark.svg\n  .github/\n    ISSUE_TEMPLATE/      # bug report, feature request\n    workflows/           # CI, commitlint, PR checks, invisible-chars\n    pull_request_template.md\n    dependabot.yml\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/twilic/twilic/blob/main/CONTRIBUTING.md) for general contribution guidelines.\n\nFor website-specific changes:\n\n1. Run `pnpm dev` and verify the affected pages look correct.\n2. Run `pnpm format:check` and `pnpm lint` before opening a PR.\n3. Use the PR template — all required sections and checklist items must be filled.\n\n## License\n\nContent is released under [CC-BY-4.0](https://creativecommons.org/licenses/by/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilic%2Fwebsite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwilic%2Fwebsite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwilic%2Fwebsite/lists"}