<?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>Forem: Adrian Miller</title>
    <description>The latest articles on Forem by Adrian Miller (@adrianjonmiller).</description>
    <link>https://forem.com/adrianjonmiller</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%2F225325%2F8efa6a57-3129-4048-8a9e-df1086cc4b81.png</url>
      <title>Forem: Adrian Miller</title>
      <link>https://forem.com/adrianjonmiller</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/adrianjonmiller"/>
    <language>en</language>
    <item>
      <title>Jucie - Stop Mocking, Start Making</title>
      <dc:creator>Adrian Miller</dc:creator>
      <pubDate>Sun, 04 Jan 2026 16:28:13 +0000</pubDate>
      <link>https://forem.com/adrianjonmiller/jucie-stop-mocking-start-making-3o4o</link>
      <guid>https://forem.com/adrianjonmiller/jucie-stop-mocking-start-making-3o4o</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/mux"&gt;DEV's Worldwide Show and Tell Challenge Presented by Mux&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;Jucie is a collaborative environment for building real web applications visually, without breaking the connection to code.&lt;/p&gt;

&lt;p&gt;It looks familiar at first glance. It resembles a design tool. But Jucie is not for mockups.&lt;/p&gt;

&lt;p&gt;Everything created in Jucie is a live, running application with real structure, real state, and real logic. There is no export step, no handoff, and no rewrite later. What you build is the product.&lt;/p&gt;

&lt;p&gt;Jucie supports React, Preact, and Vue, and is designed for serious developers and designers who want to move faster without sacrificing integrity, control, or ownership of their code.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Pitch Video
&lt;/h2&gt;

&lt;p&gt;

&lt;iframe src="https://player.mux.com/cbi4N5P4KiFzztAgOdvkCnI102hs7Q4019JREzI401SuNY" width="710" height="399"&gt;
&lt;/iframe&gt;



&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://demo.jucie.app/eJxFjDkOgDAMBP_iOiR9fsAzkG1BUA4rFwXi75iKcmY1ewPnCR6kFhrYQ8lgIBVidcQt7B9n5ZXA5xGjgVZRx6N3ad454lQWrU_Gbs-Bge0m4rSaga__5XkBeOcj2Q" rel="noopener noreferrer"&gt;https://demo.jucie.app/eJxFjDkOgDAMBP_iOiR9fsAzkG1BUA4rFwXi75iKcmY1ewPnCR6kFhrYQ8lgIBVidcQt7B9n5ZXA5xGjgVZRx6N3ad454lQWrU_Gbs-Bge0m4rSaga__5XkBeOcj2Q&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Login credentials:&lt;/strong&gt;&lt;br&gt;
Username: &lt;a href="mailto:demo@jucie.app"&gt;demo@jucie.app&lt;/a&gt;&lt;br&gt;
Password: I-am-a-demo-user-123!!&lt;/p&gt;

&lt;p&gt;No install required. Everything runs in the browser.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Story Behind It
&lt;/h2&gt;

&lt;p&gt;Modern product teams spend an enormous amount of time translating intent between tools.&lt;/p&gt;

&lt;p&gt;Design happens in one place. Code happens somewhere else. The gap between them is filled with exports, tickets, misunderstandings, rewrites, and throwaway work.&lt;/p&gt;

&lt;p&gt;I built Jucie to remove that gap entirely.&lt;/p&gt;

&lt;p&gt;The idea is simple: if you are designing something that already has structure, behavior, and constraints, you should be building it as software from the start. Not documenting it. Not simulating it. Building it.&lt;/p&gt;

&lt;p&gt;Jucie is a response to the growing frustration with tools that promise speed but create debt. It keeps the flexibility of code while offering the immediacy of direct manipulation.&lt;/p&gt;

&lt;p&gt;This is a solo project, built from the ground up, driven by years of working at the intersection of design and front-end engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Real Applications, Not Prototypes&lt;/strong&gt; Jucie renders live applications using React, Preact, or Vue. Components, state, events, and bindings are all real.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Visual + Code Workflow&lt;/strong&gt; You can manipulate UI visually or work directly in your editor. Both paths stay in sync.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;CLI-First Project Setup&lt;/strong&gt; Projects are created and run locally using a CLI, just like any modern development workflow.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Collaborative by Design&lt;/strong&gt; Multiple users can work on the same application in real time, shaping structure and logic together.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;No Lock-In&lt;/strong&gt; Jucie does not invent a new framework. It builds on the ecosystems developers already use. (React, Preact, Vue)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This approach makes Jucie fundamentally different from no-code tools. It does not abstract software away.&lt;/p&gt;

&lt;h2&gt;
  
  
  Use of Mux
&lt;/h2&gt;

&lt;p&gt;The submission video is a single-take, one-minute walkthrough designed to clearly show the product working in real time. Mux made it easy to focus on storytelling and clarity without worrying about video delivery or performance.&lt;/p&gt;

&lt;h3&gt;
  
  
  Future Use of Mux
&lt;/h3&gt;

&lt;p&gt;Beyond hosting the pitch video, I am actively exploring deeper integration with Mux as part of Jucie’s modular architecture.&lt;/p&gt;

&lt;p&gt;Video is a common element in modern web applications, but it is often treated as a placeholder during design and prototyping. A Mux-backed Jucie module would allow teams to upload, manage, and bind real video assets directly inside an application while it is being built.&lt;/p&gt;

&lt;p&gt;Mux’s APIs and platform model align well with Jucie’s approach to composable, production-ready modules. This would make video a first-class, real component in Jucie projects, not something wired up after the fact.&lt;/p&gt;

&lt;p&gt;While this integration is still exploratory, Mux is a strong candidate for enabling robust, scalable video workflows inside Jucie without reinventing infrastructure that already works.&lt;/p&gt;

&lt;h2&gt;
  
  
  Closing Thoughts
&lt;/h2&gt;

&lt;p&gt;Jucie is built on a simple belief: the fastest path to good software is fewer translations and less pretending.&lt;/p&gt;

&lt;p&gt;Design tools helped teams collaborate. Now they are slowing teams down.&lt;/p&gt;

&lt;p&gt;It is time to stop mocking software and start making it.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>muxchallenge</category>
      <category>showandtell</category>
      <category>video</category>
    </item>
  </channel>
</rss>
