<?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: Dilshod Gaipov</title>
    <description>The latest articles on DEV Community by Dilshod Gaipov (@orivo).</description>
    <link>https://dev.to/orivo</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%2F3910557%2F4f51e518-e9fc-4559-955e-f8401d224096.jpg</url>
      <title>DEV Community: Dilshod Gaipov</title>
      <link>https://dev.to/orivo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/orivo"/>
    <language>en</language>
    <item>
      <title>Why I built Orivo — a browser workspace for frontend prototypes</title>
      <dc:creator>Dilshod Gaipov</dc:creator>
      <pubDate>Sun, 03 May 2026 16:22:50 +0000</pubDate>
      <link>https://dev.to/orivo/why-i-built-orivo-a-browser-workspace-for-frontend-prototypes-4aol</link>
      <guid>https://dev.to/orivo/why-i-built-orivo-a-browser-workspace-for-frontend-prototypes-4aol</guid>
      <description>&lt;p&gt;I'm a freelance frontend developer. For years my "client prototype" workflow looked the same:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;npx create-...&lt;/code&gt; something&lt;/li&gt;
&lt;li&gt;Wait for &lt;code&gt;node_modules&lt;/code&gt; to install&lt;/li&gt;
&lt;li&gt;Configure tailwind / vite / whatever&lt;/li&gt;
&lt;li&gt;Write 30 lines of HTML&lt;/li&gt;
&lt;li&gt;Realize the client just wanted to see a button move&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Most of the value lived in step 4. Steps 1–3 were tax I paid every time.&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;&lt;a href="https://orivo.dev" rel="noopener noreferrer"&gt;Orivo&lt;/a&gt;&lt;/strong&gt; — a browser workspace for frontend prototypes.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it actually does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;HTML, CSS and JavaScript editor with &lt;strong&gt;instant preview&lt;/strong&gt; (no build step, no waiting)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Share links&lt;/strong&gt; so the client can review without me sending a zip&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Export&lt;/strong&gt; to HTML / JSON / ZIP when work needs to leave the tool&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Snapshots&lt;/strong&gt; so I can roll back when a client says "actually, the previous version"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Project structure&lt;/strong&gt; that doesn't pretend a quick prototype is a full app&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;p&gt;Not for full production apps — VS Code is fine for that.&lt;br&gt;
Not for one-off snippets — CodePen is fine for that.&lt;/p&gt;

&lt;p&gt;It's for the &lt;strong&gt;commercial middle&lt;/strong&gt;: paid client prototype work that needs to move fast, stay organized, and look credible in front of a client.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I learned shipping it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;The hard part wasn't the editor.&lt;/strong&gt; It was deciding what to &lt;em&gt;not&lt;/em&gt; include. Every "what about X" feature I cut made the rest sharper.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Free tiers attract the wrong users.&lt;/strong&gt; I made Free intentionally narrow — enough to test the tool, not enough to live there forever. Surprisingly that &lt;em&gt;increased&lt;/em&gt; trust, not lowered it.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Sharing is the killer feature.&lt;/strong&gt; Once a freelancer realizes they can send a review link instead of a screenshot, the workflow shift is immediate.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  I'd love your honest reaction
&lt;/h2&gt;

&lt;p&gt;If you've got 60 seconds, here's what would actually help me:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open &lt;strong&gt;&lt;a href="https://orivo.dev" rel="noopener noreferrer"&gt;orivo.dev&lt;/a&gt;&lt;/strong&gt; (no signup needed for the playground).&lt;/li&gt;
&lt;li&gt;Try to recreate any tiny UI you've built recently — a card, a form, a hero section.&lt;/li&gt;
&lt;li&gt;Tell me &lt;strong&gt;the first thing that annoyed you&lt;/strong&gt; in the comments below.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I'm not asking for compliments. I'm asking for the friction. The thing that made you go "ugh, why doesn't it just…" — that's the gold I'm looking for.&lt;/p&gt;

&lt;p&gt;Bonus question for freelancers / studio devs reading this:&lt;br&gt;
&lt;strong&gt;How do you currently send a frontend prototype to a client for review?&lt;/strong&gt; Loom video? CodePen? Vercel preview? A zip on Google Drive? I'm collecting answers and the patterns are fascinating.&lt;/p&gt;




&lt;p&gt;Thanks for reading. If the post resonated, a ❤️ or 🦄 reaction helps it reach other devs working in the same messy middle.&lt;/p&gt;

&lt;p&gt;— Dilshod (&lt;a href="https://github.com/DilshodGaipov" rel="noopener noreferrer"&gt;@DilshodGaipov&lt;/a&gt;)&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>frontend</category>
      <category>css</category>
    </item>
  </channel>
</rss>
