@extends('layouts.nova.content-layout') @push('head') {{-- Global RSS alternate links discoverable by feed readers --}} @foreach ($feeds as $key => $feed) @endforeach @endpush @section('page-content')
Subscribe to Skinbase RSS feeds in your feed reader, Discord bot, or automation tool. Every feed returns valid RSS 2.0 XML with preview images and artwork links.
{{-- Grouped feed list --}} @if (!empty($feed_groups)) @foreach ($feed_groups as $groupKey => $group){{ $feed['title'] }}
@if (!empty($feed['description'])){{ $feed['description'] }}
@endif{{ url($feed['url']) }}
{{ $feed['title'] }}
{{ url($feed['url']) }}
Subscribe to any tag or creator using the dynamic URL patterns below:
Examples: /rss/tag/digital-art • /rss/creator/gregor
RSS is a widely supported web feed format. By subscribing to a Skinbase RSS feed you can follow updates in any feed reader, wire up Discord bots, or power autoposting workflows — without visiting the site.
Copy a feed URL above and paste it into your feed reader (e.g. Feedly, Inoreader, NetNewsWire) or any tool that supports RSS 2.0.
All feeds return RSS 2.0 XML with application/rss+xml content-type,
UTF-8 encoding, preview thumbnails via <enclosure> and
<media:content>, and a hard limit of 20 items per feed.