{"id":32477196,"url":"https://github.com/statico/state-of-ai-coding-tools","last_synced_at":"2026-07-03T18:03:15.001Z","repository":{"id":313405032,"uuid":"1050824065","full_name":"statico/state-of-ai-coding-tools","owner":"statico","description":"Vibe-coded tool to survey a private slack channel over time","archived":false,"fork":false,"pushed_at":"2025-10-20T06:31:10.000Z","size":597,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-20T08:57:19.334Z","etag":null,"topics":["vibe-coding"],"latest_commit_sha":null,"homepage":"","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/statico.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":"2025-09-05T02:10:23.000Z","updated_at":"2025-10-20T06:31:14.000Z","dependencies_parsed_at":"2025-09-05T21:33:37.099Z","dependency_job_id":null,"html_url":"https://github.com/statico/state-of-ai-coding-tools","commit_stats":null,"previous_names":["statico/state-of-ai-coding-tools"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/statico/state-of-ai-coding-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fstate-of-ai-coding-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fstate-of-ai-coding-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fstate-of-ai-coding-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fstate-of-ai-coding-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statico","download_url":"https://codeload.github.com/statico/state-of-ai-coding-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statico%2Fstate-of-ai-coding-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281185455,"owners_count":26457747,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"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":["vibe-coding"],"created_at":"2025-10-26T22:59:51.749Z","updated_at":"2025-10-26T22:59:56.320Z","avatar_url":"https://github.com/statico.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AI Coding Tools Weekly Survey\n\nA weekly survey for a private community on use, adoption, and experiences with AI coding tools. Heavily influenced by the [State of JS surveys](https://stateofjs.com/).\n\n\u003cimg height=\"300\" alt=\"screenshot of intro page and welcome\" src=\"https://github.com/user-attachments/assets/79816fab-686f-41f8-987b-00e0a2c2caba\" /\u003e\n\n## Setup\n\n### Prerequisites\n\n- Node.js 24+\n- pnpm package manager\n- PostgreSQL database (Postgres.app or Docker)\n\n### Installation\n\n1. **Create environment file:**\n\n   ```bash\n   cp .env.example .env\n   ```\n\n2. **Install dependencies:**\n\n   ```bash\n   pnpm install\n   ```\n\n3. **Run database migrations:**\n\n   ```bash\n   pnpm db:latest\n   ```\n\n4. **Sync survey configuration:**\n\n   ```bash\n   pnpm db:sync\n   ```\n\n5. **Seed database with sample data:**\n\n   ```bash\n   pnpm db:seed\n   ```\n\n6. **Start development server:**\n\n   ```bash\n   pnpm dev\n   ```\n\n...and access the survey at http://localhost:3000/\n\n## Development\n\n### Config Changes\n\nWhen modifying `config.yml`, simply update the config and run `pnpm db:sync` to apply changes. The sync process is designed to migrate questions as the survey evolves over time without creating duplicate data.\n\n### Database Changes\n\nWhen making database schema changes:\n\n1. Create a new Kysely migration in `src/server/db/migrations/`\n2. Apply migrations: `pnpm db:latest`\n3. Generate TypeScript types: `pnpm db:codegen`\n4. Export schema documentation: `pnpm db:schema`\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatico%2Fstate-of-ai-coding-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatico%2Fstate-of-ai-coding-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatico%2Fstate-of-ai-coding-tools/lists"}