{"id":18369955,"url":"https://github.com/statamic/starter-kit-podcaster","last_synced_at":"2025-04-06T18:32:46.475Z","repository":{"id":43005028,"uuid":"396856744","full_name":"statamic/starter-kit-podcaster","owner":"statamic","description":"Statamic Starter Kit: Podcaster","archived":false,"fork":false,"pushed_at":"2024-11-13T17:27:28.000Z","size":45705,"stargazers_count":10,"open_issues_count":1,"forks_count":3,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-03-22T04:41:25.930Z","etag":null,"topics":["podcast","starter-kit","statamic","statamic-3","statamic-starter-kit"],"latest_commit_sha":null,"homepage":"https://statamic.com/starter-kits/statamic/podcaster","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statamic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-08-16T15:33:41.000Z","updated_at":"2024-06-01T13:36:48.000Z","dependencies_parsed_at":"2024-06-03T12:07:44.231Z","dependency_job_id":null,"html_url":"https://github.com/statamic/starter-kit-podcaster","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fstarter-kit-podcaster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fstarter-kit-podcaster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fstarter-kit-podcaster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fstarter-kit-podcaster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statamic","download_url":"https://codeload.github.com/statamic/starter-kit-podcaster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247531404,"owners_count":20953950,"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":["podcast","starter-kit","statamic","statamic-3","statamic-starter-kit"],"created_at":"2024-11-05T23:34:34.472Z","updated_at":"2025-04-06T18:32:41.464Z","avatar_url":"https://github.com/statamic.png","language":"JavaScript","readme":"\u003c!-- statamic:hide --\u003e\n# Podcaster\n\u003e A Turn-Key Podcasting Starter Kit for Statamic\n\u003c!-- /statamic:hide --\u003e\n\n## Features\n\nThis kit is deceptively simple – it may look like a 3 page site but there's a whole treasure trove of business logic and UI detail just under the surface.\n### Livewire Powered\n\nPodcaster's frontend uses [Livewire](https://livewire.laravel.com) to eliminate full page reloads, allowing the podcast player to persist across page changes without having to build and maintain the site as a SPA (single page application).\n\n### The Player\n\nThe player is powered by [Plyr](https://plyr.io/) and [Alpine.js](https://alpinejs.dev).\n\nAn [Alpine Store](https://alpinejs.dev/magics/store) is used to configure the player, persist which episode is playing, and show details about it. This store is used by the main player and button components:\n\n- `resources/views/partials/player.antlers.html`\n- `resources/views/partials/play-buton.antlers.html`\n\n### Configurable Colors\n\nYour primary and secondary colors are used to generate a color pallet that files the vertical wave graphic that makes your site look awesome. We recommend using a bold color for the primary, and a darker, more desaturated one for secondary, but feel free to experiment. If it looks good, use it.\n\nThe primary color is also used as an accent color in the player.\n\n### The RSS Feed\n\nA podcast's RSS feed is the only way the world interacts with your podcast when off your site. Advanced features implemented in the feed include:\n\n- Funding Links\n- Locking\n- Completion\n- Mark as Explicit\n- Spoken Language\n- Google/iTunes Blocking\n\nYour feed URL is set to `example.com/feed.xml` and is configurable in `routes/web.php`.  You can access the feed URL with the following methods:\n\n```php\nroute('feed')\n```\n\n```antlers\n{{ route:feed }}\n```\n\n\n### PubSubHubbub\n\nPodcast feeds usually rely on podcast directories crawling their\nRSS feeds periodically looking for updates. Google's [PubHubHubbub](https://pubsubhubbub.appspot.com) helps your podcast update faster by broadcasting updates \u0026 new episodes.\n\nEnable PubSubHubbub in `config/podcaster.php` or with the following ENV variable.\n\n```env\nPODCASTER_PUBSUBHUBBUB_ENABLED=true\n```\n\n### Additional Frontend Build Details\n\n- Built with [TailwindCSS](https://tailwindcss.com)\n- Dynamic favicon based on your podcast artwork\n- Podcast platform links and badges\n- Configurable social media links and icons\n- Full [static site](https://github.com/statamic/ssg) support\n- [SEO Pro](https://statamic.com/addons/statamic/seo-pro) support with basic meta and Open Graph fallbacks.\n- Mobile/Responsive friendly\n\n### Custom Functionality\n\nJust a few extra things built on the PHP/Laravel site to make the experience better.\n\n- AddSlashes Modifier\n- PubSubHubbub Event Listener\n- Getting Started Dashboard Widget\n\n### Customize the Frontend\n\nIf you want to customize the frontend (it's a _starter_ kit after all), all you need to do while working on the site is run `npm run dev` for Vite to watch changes and recompile your Tailwind-driven CSS or JS.\n\nIn production, use `npm run build` in your deploy script instead for Production-ready compiled resources.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatamic%2Fstarter-kit-podcaster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatamic%2Fstarter-kit-podcaster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatamic%2Fstarter-kit-podcaster/lists"}