<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Stadium Jobs UK</title>
    <description>The latest articles on DEV Community by Stadium Jobs UK (@stadium_jobs_4923d0f61eb8).</description>
    <link>https://dev.to/stadium_jobs_4923d0f61eb8</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3920508%2F2f3c5354-988a-4279-8eae-580ddd4d5101.png</url>
      <title>DEV Community: Stadium Jobs UK</title>
      <link>https://dev.to/stadium_jobs_4923d0f61eb8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stadium_jobs_4923d0f61eb8"/>
    <language>en</language>
    <item>
      <title>Building a Niche Job Board for Football Stadium Jobs with a Lean AI-Powered Stack</title>
      <dc:creator>Stadium Jobs UK</dc:creator>
      <pubDate>Fri, 08 May 2026 17:27:41 +0000</pubDate>
      <link>https://dev.to/stadium_jobs_4923d0f61eb8/building-a-niche-job-board-for-football-stadium-jobs-with-a-lean-ai-powered-stack-5ae4</link>
      <guid>https://dev.to/stadium_jobs_4923d0f61eb8/building-a-niche-job-board-for-football-stadium-jobs-with-a-lean-ai-powered-stack-5ae4</guid>
      <description>&lt;p&gt;A few weeks ago, I launched a small niche job board focused entirely on jobs in football stadiums across the UK: &lt;a href="https://stadiumjobs.co.uk?utm_source=dev.to"&gt;stadiumjobs.co.uk&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The interesting part is not the idea itself — niche job boards exist everywhere — but how absurdly cheap and fast it has become to build something polished using modern AI tooling and static site infrastructure.&lt;/p&gt;

&lt;p&gt;This project became an experiment in how far you can get with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a cheap domain,&lt;/li&gt;
&lt;li&gt;a static site generator,&lt;/li&gt;
&lt;li&gt;GitHub hosting,&lt;/li&gt;
&lt;li&gt;and AI-assisted development.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why UK Instead of England or Scotland?
&lt;/h2&gt;

&lt;p&gt;At first, I considered targeting England specifically.&lt;/p&gt;

&lt;p&gt;But from an SEO and branding perspective, “UK” turned out to be the cleaner choice.&lt;/p&gt;

&lt;p&gt;There are several reasons:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Many football clubs operate across England, Scotland, Wales, and Northern Ireland.&lt;/li&gt;
&lt;li&gt;“UK football jobs” has broader search intent than country-specific variations.&lt;/li&gt;
&lt;li&gt;A &lt;code&gt;.co.uk&lt;/code&gt; domain immediately signals local relevance.&lt;/li&gt;
&lt;li&gt;It avoids fragmenting the audience too early.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;For a tiny niche project, simplicity matters more than perfect geographic precision.&lt;/p&gt;

&lt;p&gt;Instead of creating separate brands for England and Scotland, I wanted one umbrella identity that could scale naturally.&lt;/p&gt;

&lt;h2&gt;
  
  
  Buying a Cheap .co.uk Domain
&lt;/h2&gt;

&lt;p&gt;One underrated advantage of UK-focused projects is how inexpensive &lt;code&gt;.co.uk&lt;/code&gt; domains still are.&lt;/p&gt;

&lt;p&gt;You can often buy them for the price of a coffee.&lt;/p&gt;

&lt;p&gt;That matters because niche projects are experiments. I don’t want infrastructure decisions that create pressure to “make the project succeed” immediately.&lt;/p&gt;

&lt;p&gt;The lower the cost, the easier it becomes to test weird ideas.&lt;/p&gt;

&lt;h2&gt;
  
  
  A Vibe-Coded Jekyll Site Hosted on GitHub
&lt;/h2&gt;

&lt;p&gt;The entire site is basically a vibe-coded Jekyll setup hosted on GitHub Pages.&lt;/p&gt;

&lt;p&gt;No backend.&lt;br&gt;
No database.&lt;br&gt;
No Kubernetes.&lt;br&gt;
No cloud complexity.&lt;/p&gt;

&lt;p&gt;Just:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Jekyll,&lt;/li&gt;
&lt;li&gt;Markdown,&lt;/li&gt;
&lt;li&gt;GitHub,&lt;/li&gt;
&lt;li&gt;and static hosting.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This setup has huge advantages:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;near-zero hosting cost,&lt;/li&gt;
&lt;li&gt;extremely fast performance,&lt;/li&gt;
&lt;li&gt;minimal maintenance,&lt;/li&gt;
&lt;li&gt;simple deployment pipeline,&lt;/li&gt;
&lt;li&gt;and almost no operational risk.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I can push updates directly via Git commits and have the site redeployed automatically.&lt;/p&gt;

&lt;p&gt;For small SEO-driven projects, static generation still feels massively underrated in 2026.&lt;/p&gt;

&lt;h2&gt;
  
  
  Claude Opus 4.7 Dramatically Improved the Design
&lt;/h2&gt;

&lt;p&gt;The biggest surprise was how much Claude Opus 4.7 improved the visual quality of the project.&lt;/p&gt;

&lt;p&gt;Earlier AI-generated landing pages often had:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;awkward spacing,&lt;/li&gt;
&lt;li&gt;generic layouts,&lt;/li&gt;
&lt;li&gt;poor typography,&lt;/li&gt;
&lt;li&gt;and “AI-looking” structure.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But with Opus 4.7, the output became significantly more refined.&lt;/p&gt;

&lt;p&gt;I used it to iterate on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;page hierarchy,&lt;/li&gt;
&lt;li&gt;typography,&lt;/li&gt;
&lt;li&gt;responsive layouts,&lt;/li&gt;
&lt;li&gt;CTA positioning,&lt;/li&gt;
&lt;li&gt;card styling,&lt;/li&gt;
&lt;li&gt;and overall visual consistency.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of generating one giant blob of HTML, the best workflow was conversational iteration:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;adjust spacing,&lt;/li&gt;
&lt;li&gt;simplify sections,&lt;/li&gt;
&lt;li&gt;reduce clutter,&lt;/li&gt;
&lt;li&gt;improve hierarchy,&lt;/li&gt;
&lt;li&gt;repeat.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result feels much closer to a professionally designed indie startup page than previous generations of AI-assisted frontend work.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Economics Are Kind of Incredible
&lt;/h2&gt;

&lt;p&gt;This is probably the most fascinating part.&lt;/p&gt;

&lt;p&gt;The total stack cost is almost nothing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cheap domain,&lt;/li&gt;
&lt;li&gt;free GitHub hosting,&lt;/li&gt;
&lt;li&gt;static site generation,&lt;/li&gt;
&lt;li&gt;no backend infrastructure,&lt;/li&gt;
&lt;li&gt;AI tools replacing large chunks of design and frontend iteration.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ten years ago, building even a decent-looking niche job board required:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;a designer,&lt;/li&gt;
&lt;li&gt;a frontend developer,&lt;/li&gt;
&lt;li&gt;hosting setup,&lt;/li&gt;
&lt;li&gt;CMS configuration,&lt;/li&gt;
&lt;li&gt;and ongoing maintenance.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now one person can prototype and launch something usable in a weekend.&lt;/p&gt;

&lt;p&gt;The barrier between “idea” and “public product” has collapsed dramatically.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I don’t think the future belongs only to giant platforms.&lt;/p&gt;

&lt;p&gt;AI tooling is making ultra-focused niche products viable again because the operational overhead is approaching zero.&lt;/p&gt;

&lt;p&gt;That changes the economics completely.&lt;/p&gt;

&lt;p&gt;You no longer need massive scale to justify building something useful for a small audience.&lt;/p&gt;

&lt;p&gt;Sometimes a cheap domain, a static site, and a good AI model are enough to launch.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
