{"id":48852938,"url":"https://github.com/pablopunk/doce.dev","last_synced_at":"2026-04-15T10:09:55.361Z","repository":{"id":339212113,"uuid":"1089732148","full_name":"pablopunk/doce.dev","owner":"pablopunk","description":"Delicious Open Code Environments.","archived":false,"fork":false,"pushed_at":"2026-04-13T20:25:10.000Z","size":44862,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T22:27:02.347Z","etag":null,"topics":["ai","builder","homelab","hosting","selfhosted","vibe-coding","website"],"latest_commit_sha":null,"homepage":"https://doce.dev","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/pablopunk.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-11-04T18:28:55.000Z","updated_at":"2026-04-13T20:25:13.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/pablopunk/doce.dev","commit_stats":null,"previous_names":["pablopunk/doce.dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pablopunk/doce.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fdoce.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fdoce.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fdoce.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fdoce.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pablopunk","download_url":"https://codeload.github.com/pablopunk/doce.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pablopunk%2Fdoce.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31835857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T07:17:56.427Z","status":"ssl_error","status_checked_at":"2026-04-15T07:17:30.007Z","response_time":63,"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":["ai","builder","homelab","hosting","selfhosted","vibe-coding","website"],"created_at":"2026-04-15T10:09:55.218Z","updated_at":"2026-04-15T10:09:55.319Z","avatar_url":"https://github.com/pablopunk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# doce.dev - Self-Hosted AI Website Builder\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/pablopunk/doce.dev/blob/main/public/icon-128.png?raw=true\" alt=\"doce.dev logo\" width=\"64\" /\u003e\n\u003cbr /\u003e\n  \u003cimg src=\"https://github.com/pablopunk/doce.dev/blob/main/www/remotion/out/doce-showcase.gif?raw=true#gh-dark-mode-only\" alt=\"doce.dev showcase. not a real workflow, made in Remotion\" width=\"95%\" /\u003e\n  \u003cimg src=\"https://github.com/pablopunk/doce.dev/blob/main/www/remotion/out/doce-showcase-light.gif?raw=true#gh-light-mode-only\" alt=\"doce.dev showcase. not a real workflow, made in Remotion\" width=\"95%\" /\u003e\n\u003c/p\u003e\n\nDoce stands for:\n\n- **D**elicious **O**pen **C**ode **E**nvironments\n- **D**eploy **O**n **C**ontainers **E**asily\n- **D**eploy **O**rchestrated **C**ontainers\n- **D**eploy **O**nce **C**rash **E**verywhere\n- **D**on't **O**ver **C**omplicate **E**nvironments\n- ...\n\n\u003cp align=\"center\"\u003e\n\u003c/p\u003e\n\n## docker-compose.yml\n\nDeploy doce.dev on your own infrastructure using Docker Compose:\n\n```yaml\n# docker-compose.yml\nservices:\n  doce:\n    image: ghcr.io/pablopunk/doce.dev:latest\n    container_name: doce\n    restart: unless-stopped\n    ports:\n      - \"4321:4321\"\n    volumes:\n      - ./data:/app/data # DB and project files\n      - /var/run/docker.sock:/var/run/docker.sock # Required since we use containers to run project previews\n```\n\nThat's still the whole deployment story. Internally, `doce` now runs:\n\n- the Astro app\n- one central `opencode` server\n- the queue worker\n\nProject previews still run in isolated Docker Compose stacks, but OpenCode itself is now global and shared.\n\n## How it works\n\n- Provider auth lives in the central OpenCode runtime, not per project\n- Project files live under `data/projects/\u003cproject-id\u003e/preview`\n- Preview containers bind-mount those project folders directly\n- The UI proxies project-scoped requests to the single OpenCode server\n- API-key and subscription-style auth methods are surfaced from upstream OpenCode\n\n## Notes\n\n- `./data` contains the SQLite database, OpenCode state, and all project files\n- If you delete `./data`, doce.dev starts from scratch with a clean database and no projects/providers\n- The bundled OpenCode runtime currently uses a permissive permission config intended for trusted self-hosted usage\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/pablopunk/doce.dev/blob/main/public/screenshot-dark.png?raw=true#gh-dark-mode-only\" alt=\"doce.dev screenshot\" width=\"80%\" /\u003e\n  \u003cimg src=\"https://github.com/pablopunk/doce.dev/blob/main/public/screenshot-light.png?raw=true#gh-light-mode-only\" alt=\"doce.dev screenshot\" width=\"80%\" /\u003e\n\u003c/p\u003e\n\n## License\n\nCopyright (C) 2025 Pablo P Varela\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n\nSee [LICENSE](./LICENSE) for the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fdoce.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpablopunk%2Fdoce.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpablopunk%2Fdoce.dev/lists"}