{"id":21169022,"url":"https://github.com/cosmicjs/cosmic-podcast-network","last_synced_at":"2025-07-09T18:31:42.664Z","repository":{"id":250759273,"uuid":"833866971","full_name":"cosmicjs/cosmic-podcast-network","owner":"cosmicjs","description":"A podcast network website powered by the Cosmic CMS and Next.js.","archived":false,"fork":false,"pushed_at":"2025-04-26T16:25:57.000Z","size":551,"stargazers_count":28,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-26T17:29:37.262Z","etag":null,"topics":["cosmicjs","headless-cms","nextjs"],"latest_commit_sha":null,"homepage":"https://cosmic-podcast-network.vercel.app","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/cosmicjs.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":"2024-07-25T23:45:52.000Z","updated_at":"2025-04-26T16:26:01.000Z","dependencies_parsed_at":"2024-11-13T19:25:44.815Z","dependency_job_id":"f898518f-8546-4b55-9e6b-d70d2f06e465","html_url":"https://github.com/cosmicjs/cosmic-podcast-network","commit_stats":null,"previous_names":["cosmicjs/cosmic-podcast-network"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cosmicjs/cosmic-podcast-network","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fcosmic-podcast-network","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fcosmic-podcast-network/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fcosmic-podcast-network/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fcosmic-podcast-network/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cosmicjs","download_url":"https://codeload.github.com/cosmicjs/cosmic-podcast-network/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cosmicjs%2Fcosmic-podcast-network/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502387,"owners_count":23618587,"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":["cosmicjs","headless-cms","nextjs"],"created_at":"2024-11-20T15:21:32.675Z","updated_at":"2025-07-09T18:31:41.319Z","avatar_url":"https://github.com/cosmicjs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cosmic Podcast Network\n\n\u003ca href=\"https://cosmic-podcast-network.vercel.app/\"\u003e\n  \u003cimg src=\"https://imgix.cosmicjs.com/daec0820-4dd1-11ef-b1ea-f56c65dfade9-podcast-network-screenshot-3.png?w=2000\u0026auto=forat,compression\" /\u003e\n\u003c/a\u003e\n\n[[View the demo](https://cosmic-podcast-network.vercel.app)]\n\n[[Install the template](https://www.cosmicjs.com/templates/podcast-network)]\n\nA podcast network website powered by the [Cosmic CMS](https://www.cosmicjs.com/) and Next.js. NOTE: uses a canary version of the [Cosmic JavaScript SDK](https://www.npmjs.com/package/@cosmicjs/sdk) that includes experimental features including [media data fetching](https://github.com/cosmicjs/cosmic-sdk-js/pull/38) and [props graph syntax](https://github.com/cosmicjs/cosmic-sdk-js/pull/37).\n\n## Features\n\n✨ NEW: Now includes account creation and login using the [User Management Block](https://blocks.cosmicjs.com/blocks/user-management)\n\n🔥 Performance optimized\n\n🪄 Partial prerendering\n\n📱 Mobile ready\n\n🌓 Dark mode\n\n\u003cimg width=\"1161\" alt=\"performance\" src=\"https://github.com/user-attachments/assets/ec815177-7443-4a44-b8b7-7453028d374a\"\u003e\n\n## Getting Started\n\nFirst, clone this repo.\n\n```bash\ngit clone https://github.com/cosmicjs/cosmic-podcast-network\ncd cosmic-podcast-network\n```\n\nThen install packages.\n\n```bash\nnpm i\n# or\nyarn\n# or\npnpm\n# or\nbun i\n```\n\n## Install the template and connect to Cosmic\n\n1. Log in to the [Cosmic dashboard](https://app.cosmicjs.com/) and create a new Project and select the [Podcast Network template](https://www.cosmicjs.com/templates/podcast-network).\n\n2. Then copy the `.env.copy` to a new `.env.local` file. And add your API keys found in the Cosmic dashboard at _Project / API keys_.\n\n```\n# .env.local\nCOSMIC_BUCKET_SLUG=your_bucket_slug\nCOSMIC_READ_KEY=your_bucket_read_key\nCOSMIC_WRITE_KEY=your_bucket_write_key\n\nRESEND_API_KEY=change_to_your_resend_api_key\nNEXT_PUBLIC_APP_URL=change_to_your_app_url\nNEXT_PUBLIC_APP_NAME=\"Change to your app name\"\nSUPPORT_EMAIL=change_to_your_support_email\nCONTACT_EMAIL=change_to_your_contact_email\n```\n\n## Run the app\n\nThen run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see your message app. Add / delete your messages. See your messages in the Cosmic dashboard as well.\n\n## Contributing\n\nContributions welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Fcosmic-podcast-network","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcosmicjs%2Fcosmic-podcast-network","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcosmicjs%2Fcosmic-podcast-network/lists"}