<?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: Stilyan Stoyanov</title>
    <description>The latest articles on DEV Community by Stilyan Stoyanov (@stilyanx).</description>
    <link>https://dev.to/stilyanx</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%2F3922541%2F87522065-0e22-4214-9f61-254bbb0ec6eb.jpeg</url>
      <title>DEV Community: Stilyan Stoyanov</title>
      <link>https://dev.to/stilyanx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/stilyanx"/>
    <language>en</language>
    <item>
      <title>Every learning app is designed to addict you. I built the one that isn't.</title>
      <dc:creator>Stilyan Stoyanov</dc:creator>
      <pubDate>Sat, 09 May 2026 22:40:04 +0000</pubDate>
      <link>https://dev.to/stilyanx/every-learning-app-is-designed-to-addict-you-i-built-the-one-that-isnt-5dl0</link>
      <guid>https://dev.to/stilyanx/every-learning-app-is-designed-to-addict-you-i-built-the-one-that-isnt-5dl0</guid>
      <description>&lt;p&gt;Every learning platform I have ever used was built to need me back.&lt;/p&gt;

&lt;p&gt;Duolingo needs me to maintain a streak. Coursera needs me to stay enrolled. Khan Academy needs me to keep clicking. The product only works if I keep returning. That is not education. That is retention engineering acting as education.&lt;/p&gt;

&lt;p&gt;Aether is built on the opposite premise. Open it. Study. Close it. Come back when you want to, not when an algorithm decides you should.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;Aether is a free, open-source learning platform. Fully static React/Vite. No backend. No accounts. No streaks. No notifications. Progress lives in IndexedDB -- on your machine, not a server. Drop the dist/ behind any web server and it runs. A Raspberry Pi, a $5 VPS, Cloudflare Pages. No database to configure. No auth to set up. No container stack unless you want one.&lt;/p&gt;

&lt;p&gt;It currently has:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Classical Mechanics in full -- Newtonian through Hamiltonian, LaTeX throughout, problem sets, FSRS-scheduled review&lt;/li&gt;
&lt;li&gt;Arithmetic with interactive manipulatives&lt;/li&gt;
&lt;li&gt;German A1&lt;/li&gt;
&lt;li&gt;FSRS spaced repetition running entirely in the browser&lt;/li&gt;
&lt;li&gt;KaTeX for math rendering&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why the architecture matters
&lt;/h2&gt;

&lt;p&gt;The backend is where dark patterns live. Streaks require a server to track them. Push notifications require a server to schedule them. Engagement metrics require a server to collect them. Remove the server and you remove the mechanism for all of it -- not as a policy, but structurally.&lt;/p&gt;

&lt;p&gt;This cannot be walked back by a future contributor adding "just one feature." There is no server to add it to.&lt;/p&gt;




&lt;h2&gt;
  
  
  What is missing - and why that is the point
&lt;/h2&gt;

&lt;p&gt;Three subjects exist. The architecture handles any subject in any language.&lt;/p&gt;

&lt;p&gt;The subject you know best is not in it yet. The feature you would want is not in it yet. Both belong here, and neither requires a product manager to approve them.&lt;/p&gt;

&lt;p&gt;Content is Markdown with LaTeX. If you can write about a subject, you can add it. No React required. No build tooling knowledge required. Open a file, write, submit a PR.&lt;/p&gt;

&lt;p&gt;If you are a developer: the codebase is solo-built. Someone better at React than me will see things I missed. The architecture is intentional but not infallible. Issues and PRs are open.&lt;/p&gt;

&lt;p&gt;If you care about what does NOT get added -- streaks, accounts, notifications, social features -- that line is written into the contribution guide. If you want to be one of the people who holds it, you can be.&lt;/p&gt;




&lt;h2&gt;
  
  
  The only ask
&lt;/h2&gt;

&lt;p&gt;Use it. If something feels wrong, name it. If a subject is missing, add it. If the code has a problem, open an issue.&lt;/p&gt;

&lt;p&gt;The version of this platform that is actually useful to most people does not exist yet. It gets built by the people who know what is missing.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/StilyanX/aether" rel="noopener noreferrer"&gt;Link of the repo&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>productivity</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
