<?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: Eugyne Odhiambo</title>
    <description>The latest articles on DEV Community by Eugyne Odhiambo (@eugyne_odhiambo_6c55313e9).</description>
    <link>https://dev.to/eugyne_odhiambo_6c55313e9</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1875173%2F62b765bc-274e-4269-8d32-2ea0a075591d.jpg</url>
      <title>DEV Community: Eugyne Odhiambo</title>
      <link>https://dev.to/eugyne_odhiambo_6c55313e9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/eugyne_odhiambo_6c55313e9"/>
    <language>en</language>
    <item>
      <title>AI-Powered Transport &amp; Fleet Safety Portal in Next.js &amp; Sanity Studio</title>
      <dc:creator>Eugyne Odhiambo</dc:creator>
      <pubDate>Sat, 19 Sep 2026 07:52:16 +0000</pubDate>
      <link>https://dev.to/eugyne_odhiambo_6c55313e9/ai-powered-transport-fleet-safety-portal-in-nextjs-sanity-studio-3idi</link>
      <guid>https://dev.to/eugyne_odhiambo_6c55313e9/ai-powered-transport-fleet-safety-portal-in-nextjs-sanity-studio-3idi</guid>
      <description>&lt;p&gt;*This is a submission for the &lt;a href="https://dev.to/challenges/sanity-2026-09-16"&gt;Sanity Challenge, Path Two: Vibe-Code Something Strange&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a full-stack, AI-driven &lt;strong&gt;Transport &amp;amp; Fleet Safety Operations Manual&lt;/strong&gt; portal powered by Sanity Studio (&lt;code&gt;dyxta77n&lt;/code&gt;) and a Next.js App Router frontend[cite: 1, 9]. The app fetches structured safety compliance documents—such as heavy vehicle pre-inspection protocols, driver licensing qualification standards, and cargo securement rules—directly from the Sanity production dataset.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo &amp;amp; Architecture
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Repository Link: &lt;a href="https://github.com/skywalker-beep/transport-compliance-kb" rel="noopener noreferrer"&gt;View Code on GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Stack: Next.js (App Router, Tailwind CSS, TypeScript) + Sanity Studio (&lt;code&gt;dyxta77n&lt;/code&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;Using an AI-native workflow, compliance records are managed inside Sanity Studio and dynamically queried through the Next.js client (&lt;code&gt;next-sanity&lt;/code&gt;), rendering clean, card-based operation protocols optimized for safety managers and fleet supervisors.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>sanitychallenge</category>
      <category>sanity</category>
      <category>ai</category>
    </item>
    <item>
      <title>Transport &amp; Fleet Safety Operations Manual: An AI-Powered Compliance Knowledge Base</title>
      <dc:creator>Eugyne Odhiambo</dc:creator>
      <pubDate>Sat, 19 Sep 2026 07:24:09 +0000</pubDate>
      <link>https://dev.to/eugyne_odhiambo_6c55313e9/transport-fleet-safety-operations-manual-an-ai-powered-compliance-knowledge-base-1e01</link>
      <guid>https://dev.to/eugyne_odhiambo_6c55313e9/transport-fleet-safety-operations-manual-an-ai-powered-compliance-knowledge-base-1e01</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/sanity-2026-09-16"&gt;Sanity Challenge, Path One: Ship an Agent That Queries Real Content&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built an automated, AI-driven Transport &amp;amp; Fleet Safety Operations Manual backed by Sanity Studio and queried in real-time through an editor assistant.&lt;/p&gt;

&lt;h2&gt;
  
  
  Sanity Project Details
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Project ID / Dataset: dyxta77n&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How I Used Sanity
&lt;/h2&gt;

&lt;p&gt;My agent reads and queries structured compliance data stored in Sanity Studio. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;The Setup: I configured a custom schema to model multi-category safety records.&lt;/li&gt;
&lt;li&gt;The Knowledge Base: I populated the dataset with six core operational documents covering Pre-Trip Inspections, Emergency Spill/Hazmat Protocols, Severe Weather Guidelines, Post-Accident Procedures, Hours of Service (HOS) &amp;amp; Fatigue Management, and Cargo Securement Standards.&lt;/li&gt;
&lt;li&gt;The Agent Workflow: Using a local Model Context Protocol (MCP) bridge, my VS Code AI assistant directly connects to Sanity datasets, allowing it to perform complex, multi-document synthesis and cross-reference penalties, operational timelines, and safety criteria on the fly.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Code &amp;amp; Architecture
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Stack: Sanity Studio (&lt;code&gt;complianceDocument.ts&lt;/code&gt;), local MCP server, and VS Code AI assistant&lt;/li&gt;
&lt;li&gt;Dataset: Project &lt;code&gt;dyxta77n&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;GitHub Repository: &lt;a href="https://github.com/skywalker-beep/transport-compliance-kb" rel="noopener noreferrer"&gt;View Source Code on GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>sanitychallenge</category>
      <category>sanity</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
