<?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: Hicham Zaidi</title>
    <description>The latest articles on DEV Community by Hicham Zaidi (@hichamstf1).</description>
    <link>https://dev.to/hichamstf1</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%2F834199%2F68620ad7-ad49-4468-a32e-b48e785611ce.png</url>
      <title>DEV Community: Hicham Zaidi</title>
      <link>https://dev.to/hichamstf1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hichamstf1"/>
    <language>en</language>
    <item>
      <title>I Built an AI Study App with React Native + Supabase — Here's What Actually Worked</title>
      <dc:creator>Hicham Zaidi</dc:creator>
      <pubDate>Mon, 10 Aug 2026 21:59:33 +0000</pubDate>
      <link>https://dev.to/hichamstf1/i-built-an-ai-study-app-with-react-native-supabase-heres-what-actually-worked-2li5</link>
      <guid>https://dev.to/hichamstf1/i-built-an-ai-study-app-with-react-native-supabase-heres-what-actually-worked-2li5</guid>
      <description>&lt;p&gt;A few months ago I set out to build a study app for students who don't want to read a 40-page PDF to understand one concept. The idea: type or paste your notes, and get them broken down the way a good tutor would explain them — simple, step by step, no jargon.&lt;/p&gt;

&lt;p&gt;That became TikoNote.&lt;/p&gt;

&lt;p&gt;Here's the stack and a few lessons from actually shipping it.&lt;/p&gt;

&lt;p&gt;The stack&lt;br&gt;
React Native for the mobile app (iOS + Android)&lt;br&gt;
Supabase for auth, database, and storage&lt;br&gt;
Express.js for the backend API layer&lt;br&gt;
RevenueCat for subscriptions across App Store + Play Store&lt;br&gt;
Stripe for web billing&lt;/p&gt;

&lt;p&gt;Nothing exotic. The goal was speed to a real MVP, not a perfect architecture on day one.&lt;/p&gt;

&lt;p&gt;What I got wrong early&lt;/p&gt;

&lt;p&gt;I assumed the hard part would be the AI explanations. It wasn't. The hard part was:&lt;/p&gt;

&lt;p&gt;Subscription state syncing. Getting RevenueCat, App Store Connect, and Google Play Console to agree on entitlement state took longer than the entire AI pipeline.&lt;br&gt;
Onboarding friction. Every extra screen before the "aha" moment cost real users. Cutting onboarding down mattered more than any feature.&lt;br&gt;
Distribution, not code. Building the app was maybe 30% of the work. Getting it in front of the right students (Gen Z, mostly on TikTok and Lemon8, not Twitter) was the other 70%.&lt;br&gt;
A feature that actually landed&lt;/p&gt;

&lt;p&gt;The one feature that consistently gets mentioned by users is Feynman mode — you explain a concept back in your own words, and the app tells you where your explanation breaks down. It's a small feature but it maps directly to a study technique people already trust, instead of inventing a new one nobody asked for.&lt;/p&gt;

&lt;p&gt;That's been the pattern that works: map the AI feature to a study method people already believe in (active recall, spaced repetition, blurting), don't just bolt AI onto flashcards and call it done.&lt;/p&gt;

&lt;p&gt;Where it's at now&lt;/p&gt;

&lt;p&gt;Still early — a few thousand downloads, small but real MRR across mobile and web. Mostly sharing this in case it's useful to anyone else building a student-facing app or fighting the same App Store Connect / RevenueCat sync issues.&lt;/p&gt;

&lt;p&gt;If you want to see the end result: &lt;a href="//tikonote.app"&gt;TikoNote&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the stack, the ASO process, or anything else in the comments.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>mobile</category>
      <category>reactnative</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
