<?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: V</title>
    <description>The latest articles on DEV Community by V (@v4l26).</description>
    <link>https://dev.to/v4l26</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%2F3921979%2Fd0880200-824a-4cde-9bde-64c985b2e375.png</url>
      <title>DEV Community: V</title>
      <link>https://dev.to/v4l26</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/v4l26"/>
    <language>en</language>
    <item>
      <title>I used AI to build and ship a Next.js component kit in one session — here's the result</title>
      <dc:creator>V</dc:creator>
      <pubDate>Sat, 09 May 2026 15:04:57 +0000</pubDate>
      <link>https://dev.to/v4l26/i-used-ai-to-build-and-ship-a-nextjs-component-kit-in-one-session-heres-the-result-3fh6</link>
      <guid>https://dev.to/v4l26/i-used-ai-to-build-and-ship-a-nextjs-component-kit-in-one-session-heres-the-result-3fh6</guid>
      <description>&lt;p&gt;I'm not a senior developer. I know my way around Next.js and I've built a few projects, but I wouldn't call myself experienced with Framer Motion, Tailwind v4 or the kind of polished component architecture you see in products like ShipFast or Supastarter.&lt;br&gt;
A few days ago I decided to try something: use AI as a coding partner to build and ship an actual product — not a tutorial project, not a clone, something I could sell.&lt;br&gt;
The idea was simple. AI startup landing pages all look the same, and most developers rebuild the same components from scratch every time. A kit of production-ready components seemed useful and achievable.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How the session went&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I started by describing what I wanted — a landing page kit for AI startups, dark mode, animated, Next.js. AI helped me think through the positioning first: what already exists, where the gap is, what price makes sense.&lt;br&gt;
Then AI built the kit component by component. I'd describe what I wanted, AI would generate the code, I'd drop it into my local dev server and tell it what was broken. There were real bugs — a scroll hijacking issue in the Hero section, a toggle cursor that animated in the wrong direction in the Pricing table, grid layout issues in the Bento component. Each one took a few back-and-forth messages to fix.&lt;br&gt;
So I wasn't just passively accepting output — I was testing, observing, and directing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What got built&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Eight components in total:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Navbar — sticky, blur backdrop, animated mobile menu&lt;/li&gt;
&lt;li&gt;Hero Split — left copy, right live AI chat demo with streaming animation&lt;/li&gt;
&lt;li&gt;Logo Cloud — infinite marquee with hover color reveal&lt;/li&gt;
&lt;li&gt;Bento Grid — asymmetric feature grid, scroll-triggered animations&lt;/li&gt;
&lt;li&gt;Testimonial Marquee — dual row, opposite directions&lt;/li&gt;
&lt;li&gt;Pricing Table — monthly/yearly toggle, 3 plans&lt;/li&gt;
&lt;li&gt;FAQ Accordion — two columns, JSON-LD schema for SEO&lt;/li&gt;
&lt;li&gt;CTA Section — layered glow background, email capture&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All TypeScript strict, Tailwind v4, Framer Motion. Mobile responsive.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Conclusion&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I didn't write the code and I wouldn't pretend otherwise. What I did was test every component, catch every bug, configure the tooling, write the Gumroad page, and ship it.&lt;/p&gt;

&lt;p&gt;Is it my code? No. Is it my product? Partly.&lt;/p&gt;

&lt;p&gt;But it works and it solves a real world problem.&lt;/p&gt;

&lt;p&gt;Do you think that's a legitimate way to build things in 2026?&lt;/p&gt;

&lt;p&gt;Let me know in the comments ;)&lt;/p&gt;




&lt;p&gt;Live demo: &lt;a href="https://ai-landing-kit-two.vercel.app/" rel="noopener noreferrer"&gt;https://ai-landing-kit-two.vercel.app/&lt;/a&gt;&lt;br&gt;
Gumroad: &lt;a href="https://valentino760.gumroad.com/l/ai-landing-kit" rel="noopener noreferrer"&gt;https://valentino760.gumroad.com/l/ai-landing-kit&lt;/a&gt;&lt;/p&gt;

</description>
      <category>nextjs</category>
      <category>webdev</category>
      <category>ai</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
