<?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>What is the most annoying part of sharing a small frontend prototype?</title>
      <dc:creator>Dilshod Gaipov</dc:creator>
      <pubDate>Thu, 14 May 2026 11:01:31 +0000</pubDate>
      <link>https://dev.to/orivo/what-is-the-most-annoying-part-of-sharing-a-small-frontend-prototype-1f5a</link>
      <guid>https://dev.to/orivo/what-is-the-most-annoying-part-of-sharing-a-small-frontend-prototype-1f5a</guid>
      <description></description>
      <category>webdev</category>
      <category>productivity</category>
      <category>javascript</category>
      <category>frontend</category>
    </item>
    <item>
      <title>I Built a Small Browser Workspace for HTML, CSS and JavaScript Prototypes</title>
      <dc:creator>Dilshod Gaipov</dc:creator>
      <pubDate>Thu, 14 May 2026 10:42:33 +0000</pubDate>
      <link>https://dev.to/orivo/do-we-still-need-another-codepen-alternative-in-2026-49c</link>
      <guid>https://dev.to/orivo/do-we-still-need-another-codepen-alternative-in-2026-49c</guid>
      <description>&lt;p&gt;I have been working on a small tool called Orivo.&lt;/p&gt;

&lt;p&gt;The idea came from a very simple problem I kept running into: sometimes I do not need a full project setup just to test a small frontend idea.&lt;/p&gt;

&lt;p&gt;Sometimes I only want to build a quick UI section, try a layout, make a small HTML/CSS/JS prototype, and send it to someone for feedback.&lt;/p&gt;

&lt;p&gt;For bigger projects, using a full local setup makes sense. VS Code, Vite, GitHub, Vercel and all the usual tools are great for that.&lt;/p&gt;

&lt;p&gt;But for small prototypes, the setup can sometimes feel bigger than the actual task.&lt;/p&gt;

&lt;p&gt;So I built Orivo as a simple browser workspace for frontend prototypes.&lt;/p&gt;

&lt;p&gt;It is not meant to replace VS Code, CodePen, StackBlitz or any other tool. Those tools are already good at what they do.&lt;/p&gt;

&lt;p&gt;I wanted Orivo to focus on a smaller use case:&lt;/p&gt;

&lt;p&gt;building and sharing small frontend prototypes quickly.&lt;/p&gt;

&lt;p&gt;What it does&lt;/p&gt;

&lt;p&gt;Right now Orivo includes:&lt;/p&gt;

&lt;p&gt;HTML, CSS and JavaScript editing&lt;br&gt;
live preview&lt;br&gt;
project-based workspace&lt;br&gt;
shareable links&lt;br&gt;
snapshots&lt;br&gt;
export to HTML, JSON and ZIP&lt;/p&gt;

&lt;p&gt;The goal is to keep the workflow simple:&lt;/p&gt;

&lt;p&gt;Create a project.&lt;br&gt;
Write some HTML, CSS and JS.&lt;br&gt;
Preview it.&lt;br&gt;
Share it.&lt;br&gt;
Export it if needed.&lt;/p&gt;

&lt;p&gt;That is basically the whole idea.&lt;/p&gt;

&lt;p&gt;Who I think it could help&lt;/p&gt;

&lt;p&gt;I think it could be useful for:&lt;/p&gt;

&lt;p&gt;frontend developers testing small ideas&lt;br&gt;
freelancers creating quick client previews&lt;br&gt;
students learning HTML, CSS and JavaScript&lt;br&gt;
designers experimenting with UI sections&lt;br&gt;
small teams that need to show a simple frontend concept&lt;/p&gt;

&lt;p&gt;It is not built for large production apps.&lt;/p&gt;

&lt;p&gt;If a project needs routing, backend logic, authentication, testing, deployment pipelines, or a full framework setup, then a proper development environment is still the right choice.&lt;/p&gt;

&lt;p&gt;Orivo is more for the smaller moments when you just want to build and show something quickly.&lt;/p&gt;

&lt;p&gt;One thing I learned&lt;/p&gt;

&lt;p&gt;While building it, I realized that adding features is easier than removing them.&lt;/p&gt;

&lt;p&gt;It is tempting to add everything: frameworks, npm packages, AI, database support, team features, deployment and more.&lt;/p&gt;

&lt;p&gt;Some of those ideas might be useful later, but I tried to keep the first version focused.&lt;/p&gt;

&lt;p&gt;The question I kept asking was:&lt;/p&gt;

&lt;p&gt;Does this make small frontend prototyping faster?&lt;/p&gt;

&lt;p&gt;If not, I tried not to add it yet.&lt;/p&gt;

&lt;p&gt;I would like feedback&lt;/p&gt;

&lt;p&gt;I am still improving the product, so honest feedback would help a lot.&lt;/p&gt;

&lt;p&gt;If you work with frontend prototypes, how do you usually share them?&lt;/p&gt;

&lt;p&gt;Do you use CodePen, StackBlitz, CodeSandbox, GitHub Pages, Vercel previews, screenshots, Loom videos, ZIP files, or something else?&lt;/p&gt;

&lt;p&gt;And what usually annoys you in that workflow?&lt;/p&gt;

&lt;p&gt;If you have a minute, you can try Orivo here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://orivo.dev" rel="noopener noreferrer"&gt;https://orivo.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would especially appreciate hearing what feels confusing, unnecessary, missing, or slow.&lt;/p&gt;

&lt;p&gt;That kind of feedback is more useful to me than just positive comments.&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

&lt;p&gt;— Dilshod&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>frontend</category>
      <category>productivity</category>
    </item>
    <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>
