<?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: Paul</title>
    <description>The latest articles on DEV Community by Paul (@bionicai).</description>
    <link>https://dev.to/bionicai</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%2F4122908%2Ff93bbc33-9ea0-4702-a2d9-ff1399b50449.jpeg</url>
      <title>DEV Community: Paul</title>
      <link>https://dev.to/bionicai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bionicai"/>
    <language>en</language>
    <item>
      <title>How I made a car quiz that admits there is no single right answer</title>
      <dc:creator>Paul</dc:creator>
      <pubDate>Mon, 14 Sep 2026 07:04:21 +0000</pubDate>
      <link>https://dev.to/bionicai/how-i-made-a-car-quiz-that-admits-there-is-no-single-right-answer-ffl</link>
      <guid>https://dev.to/bionicai/how-i-made-a-car-quiz-that-admits-there-is-no-single-right-answer-ffl</guid>
      <description>&lt;p&gt;Most car quizzes are really personality quizzes with a car-shaped result at the end.&lt;/p&gt;

&lt;p&gt;I wanted to build one that felt a little more honest. Not because an algorithm can know the perfect car for someone, but because the process of choosing a car usually has competing constraints: budget, passengers, daily driving, weekend plans, tolerance for inconvenience, and the kind of compromises a person is actually willing to make.&lt;/p&gt;

&lt;p&gt;That became RIDE OR DIE, a car-matching quiz with a roasting AI and buy links for the final recommendations.&lt;/p&gt;

&lt;h2&gt;
  
  
  The feature is the difficulty selector
&lt;/h2&gt;

&lt;p&gt;The first decision I made was to let people choose how much effort they want to spend.&lt;/p&gt;

&lt;p&gt;Easy is a short warm-up with 5–6 questions. Medium goes to 10–12 questions. Hard can use up to 30 questions for people who want the recommendation to dig deeper.&lt;/p&gt;

&lt;p&gt;This sounds like a small interface choice, but it changes the whole experience. A quiz that assumes everyone wants the maximum number of questions is asking for commitment before it has earned attention. A quiz that is too short can feel random. Giving people control lets them decide whether they want a quick nudge or a more considered match.&lt;/p&gt;

&lt;p&gt;The important part is that the question bank is larger than any one quiz. There are 100+ questions available in total, but a user does not see all of them. The selected difficulty controls how much evidence the matching flow collects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why the roast exists
&lt;/h2&gt;

&lt;p&gt;A serious recommendation can become very dry, very quickly. Make, model, drivetrain, price range — useful, but forgettable.&lt;/p&gt;

&lt;p&gt;The roast is there to give the result a personality. It should feel like a friend pointing out the contradiction between “I need something practical” and the sports car tab that has been open for three weeks. The joke is not the recommendation; it is the wrapper that makes the recommendation easier to remember.&lt;/p&gt;

&lt;p&gt;That distinction matters. The product still needs to respect the answers and the budget. The AI can be playful without pretending that every choice is equally sensible.&lt;/p&gt;

&lt;h2&gt;
  
  
  The result has to be actionable
&lt;/h2&gt;

&lt;p&gt;A quiz result that says “you are a hatchback person” is not enough. RIDE OR DIE pairs the match with links where someone can continue researching or look for a real purchase.&lt;/p&gt;

&lt;p&gt;That turns the result from a personality label into a next step. The quiz helps narrow the search, the explanation makes the match feel understandable, and the links give the user somewhere to go afterward.&lt;/p&gt;

&lt;p&gt;I am still tuning the balance between useful detail and a fast first experience. That is the part I like about shipping small products: a feature can be technically finished while the experience is still teaching you what it wants to become.&lt;/p&gt;

&lt;p&gt;Try RIDE OR DIE here: &lt;a href="https://appbioniclabs.s.gy/agfYHN" rel="noopener noreferrer"&gt;https://appbioniclabs.s.gy/agfYHN&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I also build VibeCard and AnafTracker. You can find the rest of my apps at &lt;a href="https://appbioniclabs.xyz" rel="noopener noreferrer"&gt;https://appbioniclabs.xyz&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>productivity</category>
      <category>indiehackers</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built a digital business card that tells you who actually looked at it</title>
      <dc:creator>Paul</dc:creator>
      <pubDate>Sun, 13 Sep 2026 07:59:00 +0000</pubDate>
      <link>https://dev.to/bionicai/i-built-a-digital-business-card-that-tells-you-who-actually-looked-at-it-5a92</link>
      <guid>https://dev.to/bionicai/i-built-a-digital-business-card-that-tells-you-who-actually-looked-at-it-5a92</guid>
      <description>&lt;p&gt;Paper business cards die quietly. You hand one over at a meetup, it survives the evening in a pocket, and then it's gone — laundry, drawer, trash. Even when it survives, you never know if the other person actually did anything with it.&lt;/p&gt;

&lt;p&gt;The digital tools that replaced them have the opposite problem. Link-in-bio pages are pretty, but they're blind: you share a link, someone glances at it, and you have no idea who they were, when they looked, or whether they cared.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://vibecard.digital" rel="noopener noreferrer"&gt;VibeCard&lt;/a&gt; — a digital business card with lead tracking built in.&lt;/p&gt;

&lt;h2&gt;
  
  
  The idea in one sentence
&lt;/h2&gt;

&lt;p&gt;Every time someone opens your card, that shouldn't just be a "view". It should be a lead.&lt;/p&gt;

&lt;p&gt;Here's the flow:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Card shared&lt;/strong&gt; — your card goes live via QR code, link, or NFC tap (works on any phone, no app needed)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lead captured&lt;/strong&gt; — each scan auto-creates a tagged lead in your dashboard&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Follow up&lt;/strong&gt; — you get a reminder before the prospect goes cold&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;That's it. The card is the bait; the dashboard is the point.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's in it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;25+ platform integrations&lt;/strong&gt; — social, messaging, payments, booking, all in one card&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;12 templates&lt;/strong&gt; with profile photo&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Follow-up reminders&lt;/strong&gt; so no lead rots&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Team plan&lt;/strong&gt; — assign leads and follow-ups to teammates&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Analytics &amp;amp; CSV export&lt;/strong&gt; — see which channels actually convert&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GDPR-compliant&lt;/strong&gt;, built in Romania 🇷🇴&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I deliberately kept the solo plan &lt;strong&gt;free forever&lt;/strong&gt; — one account, no credit card, no design fees. If you're a freelancer or consultant, you can go full workflow on $0. The Business plan (team features, advanced analytics) is $15 during the early launch and locks in forever — it goes to $39 after.&lt;/p&gt;

&lt;h2&gt;
  
  
  The honest build story
&lt;/h2&gt;

&lt;p&gt;I vibe-code my apps on Base44 and ship them fast, then let real usage tell me what to fix. VibeCard started as exactly what everyone builds first: a pretty card with links. Then I looked at the data and saw the thing nobody was building: the card was getting opened, but the maker never found out &lt;em&gt;who&lt;/em&gt;. That gap between "shared" and "followed up" is where deals die — so V2.0 is basically a mini-CRM wearing a business card costume.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I'd love from you
&lt;/h2&gt;

&lt;p&gt;I'm building this in public, so feedback beats applause:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Try the free card: &lt;a href="https://vibecard.digital" rel="noopener noreferrer"&gt;vibecard.digital&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Roast the landing page&lt;/li&gt;
&lt;li&gt;Tell me what a lead-capture flow is missing for YOUR workflow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also make &lt;a href="https://appbioniclabs.s.gy/agfYHN" rel="noopener noreferrer"&gt;RIDE OR DIE&lt;/a&gt; (a car-matching quiz) and &lt;a href="https://appbioniclabs.s.gy/2hLpgo" rel="noopener noreferrer"&gt;AnafTracker&lt;/a&gt; (Romanian tax deadline tracking) — you can see everything at &lt;a href="https://appbioniclabs.xyz" rel="noopener noreferrer"&gt;appbioniclabs.xyz&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;If you want to see how it works, scan any QR on the site with your phone — you'll get the exact experience your prospects get.&lt;/p&gt;

</description>
      <category>sideprojects</category>
      <category>productivity</category>
      <category>indiehackers</category>
      <category>marketing</category>
    </item>
  </channel>
</rss>
