{"id":30176487,"url":"https://github.com/carmelyne/tindlekit","last_synced_at":"2026-04-14T14:33:07.015Z","repository":{"id":309242408,"uuid":"1035114497","full_name":"carmelyne/tindlekit","owner":"carmelyne","description":"Tindlekit — An Andrej Effect project built by Carmelyne Thompson with ChatGPT 5, Claude Code Sonnet 4, and HITL workflow. PRD-driven dev, full test suite, CI/CD ready.","archived":false,"fork":false,"pushed_at":"2025-08-29T18:59:48.000Z","size":3035,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T20:54:32.978Z","etag":null,"topics":["andrej-effect","ci-cd","claude-code","crowdfunding","gpt5","hitl","php","phpunit","playwright","prd-driven-development","tokens"],"latest_commit_sha":null,"homepage":"https://tindlekit.com","language":"PHP","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/carmelyne.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}},"created_at":"2025-08-09T17:28:01.000Z","updated_at":"2025-08-29T18:59:51.000Z","dependencies_parsed_at":"2025-08-10T20:21:48.594Z","dependency_job_id":"01a3018b-d637-4cc8-9a83-86cc1b7a1bb9","html_url":"https://github.com/carmelyne/tindlekit","commit_stats":null,"previous_names":["carmelyne/tindlekit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/carmelyne/tindlekit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelyne%2Ftindlekit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelyne%2Ftindlekit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelyne%2Ftindlekit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelyne%2Ftindlekit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carmelyne","download_url":"https://codeload.github.com/carmelyne/tindlekit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carmelyne%2Ftindlekit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"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":["andrej-effect","ci-cd","claude-code","crowdfunding","gpt5","hitl","php","phpunit","playwright","prd-driven-development","tokens"],"created_at":"2025-08-12T03:01:02.656Z","updated_at":"2026-04-14T14:33:06.996Z","avatar_url":"https://github.com/carmelyne.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tindlekit — MVP\n\nThis is the proof-of-concept / MVP repository for **Tindlekit**, an open platform to surface and support bold ideas of all kinds — from open-source projects and community initiatives to films, educational resources, and creative works.\n\n## Collaboration \u0026 Development\n\nCarmelyne Thompson × ChatGPT 5 × Claude Code Sonnet 4 — HITL Collaboration\n\nThis project was built through a Human-In-The-Loop workflow, pairing Carmelyne Thompson with two AI coding partners — ChatGPT 5 and Claude Code Sonnet 4 — to design, implement, and test features end-to-end.\n\nWe worked against a defined Product Requirements Document (PRD), guided by task lists and structured prompts (see /docs, PRD.md, TASKS.md, and prompt-for-tests-agent.md). Development included:\n\n- Schema and migration updates\n- Frontend \u0026 backend integration\n- Security hardening (Cloudflare Turnstile)\n- Unit \u0026 E2E testing suites\n- CI/CD workflow in GitHub Actions\n\nHITL Process Highlights\n\n- PRD reviewed and refined with human oversight\n- Implementation steps validated against acceptance criteria\n- Automated tests authored and run in-loop until green\n- Migration scripts aligned with API contracts\n- Documentation updated alongside commits\n\n## Documentation\n\nFull documentation can be found in the [`docs/`](./docs) directory:\n\n- `ARCHITECTURE.md` — High-level system design\n- `CONTRIBUTORS.md` — Project contributors\n- `DEPLOYMENT_GUIDE.md` — How to deploy the project\n- `HOW_TO_VIBECODE.md` — Guide for Level 2 vibe coding\n- `LLM_PROMPTS.md` — Prompt engineering and LLM usage reference\n- `PHILOSOPHY.md` — The guiding philosophy of the project\n\n📋 Planning \u0026 Development Docs\n\n- PRD-v2.md — Latest product requirements document for the MVP, including feature scope, acceptance criteria, and design updates.\n- PRD.md — Original product requirements document for the earliest concept and design planning.\n- TASKS.md — Development task tracker with feature breakdowns, priorities, and progress notes.\n- TEST.md — Manual and automated testing guidelines, including instructions for running unit and end-to-end tests.\n\n## Prompts \u0026 Agent Workflow\n\nThis project used a multi-agent, human-in-the-loop approach.\nTwo dedicated prompt files guided each AI agent’s responsibilities:\n\n- `prompt-for-tests-agent.md` — Defines the scope, style, and coverage for automated tests.\n- `prompt-for-ui-agent.md` — Outlines UI/UX goals, component specs, and accessibility requirements.\n\nBoth prompts are part of the reproducible build process. They define the agent-specific responsibilities that were followed during development, ensuring consistent outputs even when re-run by different AI systems. By keeping them versioned in the repo, other contributors can adapt or extend the same workflows without losing the original intent.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarmelyne%2Ftindlekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarmelyne%2Ftindlekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarmelyne%2Ftindlekit/lists"}