{"id":46346056,"url":"https://github.com/ombulabs/rails-superhero-cards","last_synced_at":"2026-03-04T21:35:36.754Z","repository":{"id":329029140,"uuid":"1114266455","full_name":"ombulabs/rails-superhero-cards","owner":"ombulabs","description":"Generate Rails Superhero Cards from a Prompt and Image ","archived":false,"fork":false,"pushed_at":"2026-02-12T12:14:10.000Z","size":660,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-12T20:59:28.081Z","etag":null,"topics":["generative-ai","open-ai","python","rails","reactjs","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://hero.fastruby.io","language":"Python","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/ombulabs.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-11T06:08:11.000Z","updated_at":"2025-12-27T13:32:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ombulabs/rails-superhero-cards","commit_stats":null,"previous_names":["ombulabs/rails-superhero-cards"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ombulabs/rails-superhero-cards","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombulabs%2Frails-superhero-cards","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombulabs%2Frails-superhero-cards/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombulabs%2Frails-superhero-cards/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombulabs%2Frails-superhero-cards/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ombulabs","download_url":"https://codeload.github.com/ombulabs/rails-superhero-cards/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ombulabs%2Frails-superhero-cards/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30094054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T20:42:30.420Z","status":"ssl_error","status_checked_at":"2026-03-04T20:42:30.057Z","response_time":59,"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":["generative-ai","open-ai","python","rails","reactjs","ruby","ruby-on-rails"],"created_at":"2026-03-04T21:35:36.030Z","updated_at":"2026-03-04T21:35:36.732Z","avatar_url":"https://github.com/ombulabs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Superhero Cards\n\nGet an AI-generated Rails superhero card from a set of skills and a photo.\n\n```mermaid\nsequenceDiagram\n    User-\u003e\u003eFrontend: Click Generate\n    Frontend-\u003e\u003eBackend: POST /generate-hero-card\n    Backend-\u003e\u003eCelery: Queue task\n    Backend--\u003e\u003eFrontend: 202 + task_id\n    Frontend-\u003e\u003eFrontend: Start polling\n    loop Every 5 seconds\n        Frontend-\u003e\u003eBackend: GET /status/{task_id}\n        Backend-\u003e\u003eCelery: Check task status\n        Celery--\u003e\u003eBackend: Status + result\n        Backend--\u003e\u003eFrontend: Status response\n    end\n    Frontend--\u003e\u003eUser: Display card when complete\n```\n\n## Local Setup\n\nKey dependencies:\n\n- Python 3.12\n- FastAPI 0.124.2\n- Node 22\n- React 19\n- Postgres 16\n- Localstack\n\n### With Taskfile\n\nDownload the [task runner](https://taskfile.dev/):\n\n```shell\nbrew install go-task/tap/go-task\n```\n\nCopy `.env.example` and fill in your environment variables.\n\nRun `task up:build` to build the Docker images and start the application.\n\nRun `task migrate` to run migrations.\n\nNavigate to `http://localhost:3003` to access the application.\n\nTo run the linter do `task lint`. Or for specific linters:\n\n```shell\ntask lint:backend\ntask lint:frontend\n```\n\nRun `task` to see a list of all available tasks.\n\n###  With Docker Compose\n\nCopy `.env.example` and fill in your environment variables.\n\nRun `docker-compose up -d` to start the application.\n\nRun `docker-compose exec backend uv run alembic upgrade head` to run migrations.\n\nNavigate to `http://localhost:3003` to access the application.\n\n### Langfuse Setup\n\nThe app uses [Langfuse](https://langfuse.com) to trace LLM conversations. You can set up an account at https://cloud.langfuse.com.\n\nBy default, tracing is off. Set the `ENABLE_LANGFUSE` environment variable to `true` to enable it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fombulabs%2Frails-superhero-cards","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fombulabs%2Frails-superhero-cards","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fombulabs%2Frails-superhero-cards/lists"}