{"id":14155540,"url":"https://github.com/specui/specui","last_synced_at":"2026-02-13T19:01:04.371Z","repository":{"id":29485280,"uuid":"33022518","full_name":"specui/specui","owner":"specui","description":"Generate code with specs","archived":false,"fork":false,"pushed_at":"2025-12-12T05:50:21.000Z","size":14094,"stargazers_count":380,"open_issues_count":4,"forks_count":29,"subscribers_count":8,"default_branch":"main","last_synced_at":"2026-01-30T22:52:14.439Z","etag":null,"topics":["code-generation","javascript","specification","typescript"],"latest_commit_sha":null,"homepage":"https://specui.org","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/specui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"specui"}},"created_at":"2015-03-28T05:43:27.000Z","updated_at":"2026-01-29T05:33:54.000Z","dependencies_parsed_at":"2023-11-13T06:27:24.377Z","dependency_job_id":"851e4cff-37e6-44e0-83f8-c66d42b47b4f","html_url":"https://github.com/specui/specui","commit_stats":{"total_commits":767,"total_committers":5,"mean_commits":153.4,"dds":"0.35853976531942633","last_synced_commit":"1377ece35f6688193ee9e435d4f0dba1507d9015"},"previous_names":["crystal/autocode","specui/specui","zappjs/zappjs","crystal/autocode-js"],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/specui/specui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/specui%2Fspecui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/specui%2Fspecui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/specui%2Fspecui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/specui%2Fspecui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/specui","download_url":"https://codeload.github.com/specui/specui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/specui%2Fspecui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29414342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["code-generation","javascript","specification","typescript"],"created_at":"2024-08-17T08:03:48.700Z","updated_at":"2026-02-13T19:01:04.348Z","avatar_url":"https://github.com/specui.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://specui.org\"\u003e\n  \u003cimg height=\"120\" src=\"https://specui.org/logo.png\"\u003e\n\u003c/a\u003e\n\n# SpecUI\n\nBuild apps with YAML.\n\n[![License](https://img.shields.io/github/license/specui/specui.svg?style=flat-square)](https://github.com/specui/specui/blob/mistress/LICENSE)\n[![npm](https://img.shields.io/npm/v/@specui/core?style=flat-square)](https://npm.im/@specui/core)\n\n\u003csup\u003eSpec. Preview. Ship.\u003c/sup\u003e\n\n\u003c/div\u003e\n\n## Overview\n\nSpecUI is a powerful development tool designed to transform specs into fully functional user interfaces.\n\n✍️ \u003cb\u003eWrite specs\u003c/b\u003e in:\n\n- YAML\n- JSON\n- Or, JS/TS\n\n⚡️ \u003cb\u003eGenerate code\u003c/b\u003e for:\n\n- Any language: JavaScript, Go, Python, Ruby, Java\n- Any framework: Next.js, Astro, Vue, Angular, Gorm, Django\n- Any markup/format/other: HTML, JSON, YAML, CSS\n\n## Quickstart\n\n### CLI\n\nGet up and running with SpecUI in seconds:\n\n```bash\nnpx @specui/cli new\nnpx @specui/cli generate\npnpm install\npnpm dev\n```\n\n### VS Code Extension\n\nSupercharge your workflow with our [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=specui.specui).\n\n## Docs\n\nRead the docs: https://specui.org/docs\n\n## Features\n\n- **Continuous Code Generation**: Seamlessly update files when your specs or logic change.\n- **Spec-Driven**: Keep everything aligned with your vision using structured, spec-based guidance.\n- **Versatile**: Generate UI components, APIs, configuration files, and even entire mobile applications.\n- **Framework Agnostic**: Build for React, Vue, Angular, or just Vanilla JS.\n\n## How Does It Work?\n\nSpecUI processes your specs using a series of Generators, Templates, and Processors to output clean, production-ready code. It's a spec-first approach that empowers you to ship faster than ever.\n\n## License\n\nSpecUI is released under the [MIT License](https://github.com/specui/specui/blob/main/LICENSE).\n","funding_links":["https://github.com/sponsors/specui"],"categories":["typescript","\u003ca name=\"TypeScript\"\u003e\u003c/a\u003eTypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspecui%2Fspecui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspecui%2Fspecui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspecui%2Fspecui/lists"}