{"id":25612172,"url":"https://github.com/chaiyokung/pixflow","last_synced_at":"2026-04-17T13:31:52.926Z","repository":{"id":278774216,"uuid":"936730184","full_name":"ChaiyoKung/pixflow","owner":"ChaiyoKung","description":"An AI-powered application that automatically generates images on a schedule.","archived":false,"fork":false,"pushed_at":"2025-02-21T15:53:14.000Z","size":53,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T16:37:59.022Z","etag":null,"topics":["ai","azure-openai","dall-e-3","gpt-4o-mini","t3-stack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ChaiyoKung.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}},"created_at":"2025-02-21T15:32:27.000Z","updated_at":"2025-02-21T15:50:33.000Z","dependencies_parsed_at":"2025-02-21T16:38:45.439Z","dependency_job_id":"98f0e979-9d20-4aba-84aa-82a81ecce8c0","html_url":"https://github.com/ChaiyoKung/pixflow","commit_stats":null,"previous_names":["chaiyokung/pixflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaiyoKung%2Fpixflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaiyoKung%2Fpixflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaiyoKung%2Fpixflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChaiyoKung%2Fpixflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChaiyoKung","download_url":"https://codeload.github.com/ChaiyoKung/pixflow/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240105465,"owners_count":19748465,"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","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","azure-openai","dall-e-3","gpt-4o-mini","t3-stack"],"created_at":"2025-02-22T00:17:46.512Z","updated_at":"2025-11-12T13:04:58.855Z","avatar_url":"https://github.com/ChaiyoKung.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PixFlow\n\nAn AI-powered application that automatically generates images on a schedule.\n\n## Preparation\n\nEnsure you have MongoDB set up with a replica set. You can use [MongoDB Atlas](https://www.mongodb.com/atlas) to easily configure this.\n\nCreate Azure Service Principal and assign roles to it.\n\n```bash\naz ad sp create-for-rbac --name \"example\"\n# {\n#   \"appId\": \"\u003capp_id\u003e\",\n#   \"displayName\": \"example\",\n#   \"password\": \"\u003cpassword\u003e\",\n#   \"tenant\": \"\u003ctenant_id\u003e\"\n# }\n\naz role assignment create --assignee \"\u003capp_id\u003e\" --role \"Cognitive Services OpenAI User\" --scope \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-example\"\naz role assignment create --assignee \"\u003capp_id\u003e\" --role \"Storage Blob Data Contributor\" --scope \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg-example\"\n```\n\n## Getting Started\n\nCreate `.env` by copying `.env.example`\n\n```bash\ncp .env.example .env\n```\n\nInstall dependencies\n\n```bash\nbun install\n```\n\nRun the server\n\n```bash\nbun dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaiyokung%2Fpixflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchaiyokung%2Fpixflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchaiyokung%2Fpixflow/lists"}