<?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: Emir Totic</title>
    <description>The latest articles on DEV Community by Emir Totic (@emirtotic).</description>
    <link>https://dev.to/emirtotic</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%2F2043992%2F0fea21fc-a833-44be-af1c-0d4f916a3799.jpeg</url>
      <title>DEV Community: Emir Totic</title>
      <link>https://dev.to/emirtotic</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/emirtotic"/>
    <language>en</language>
    <item>
      <title>I built a Rust-based SaaS from scratch: StatusPulse MVP is live</title>
      <dc:creator>Emir Totic</dc:creator>
      <pubDate>Wed, 21 May 2025 17:30:33 +0000</pubDate>
      <link>https://dev.to/emirtotic/i-built-a-rust-based-saas-from-scratch-statuspulse-mvp-is-live-21al</link>
      <guid>https://dev.to/emirtotic/i-built-a-rust-based-saas-from-scratch-statuspulse-mvp-is-live-21al</guid>
      <description>&lt;p&gt;I built a Rust-based SaaS from scratch: StatusPulse MVP is live&lt;/p&gt;

&lt;p&gt;After several weeks of learning, building, and iterating — I’ve finally launched the MVP of my first Rust-based SaaS: &lt;a href="https://statuspulse.up.railway.app" rel="noopener noreferrer"&gt;StatusPulse&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's a monitoring tool that checks your APIs and sends real-time outage alerts via email. Clean dashboard, free plan, and fully built in Rust.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Rust&lt;/strong&gt; (main language)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Axum&lt;/strong&gt; – web framework (routing, handlers, middleware)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SQLx&lt;/strong&gt; – async SQL client (MySQL)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tokio&lt;/strong&gt; – async runtime and background job scheduling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tera&lt;/strong&gt; – template engine (for rendering frontend pages)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TailwindCSS&lt;/strong&gt; – styling, fully responsive design&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JWT + Argon2&lt;/strong&gt; – authentication and secure password storage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SendGrid&lt;/strong&gt; – email alerts and password reset flow&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Stripe&lt;/strong&gt; – payment integration (still in approval phase)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Railway.app&lt;/strong&gt; – deployment (monolithic Rust app with SQL)&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;User registration &amp;amp; login&lt;/li&gt;
&lt;li&gt;Email notifications when your APIs go down&lt;/li&gt;
&lt;li&gt;Password reset flow with email + JWT tokens&lt;/li&gt;
&lt;li&gt;Create/edit/delete monitors (with interval)&lt;/li&gt;
&lt;li&gt;Status dashboard (UP/DOWN indicators)&lt;/li&gt;
&lt;li&gt;Free/Pro/Enterprise plans (logic integrated)&lt;/li&gt;
&lt;li&gt;Clean mobile-friendly UI with Tera + Tailwind&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Why Rust?
&lt;/h2&gt;

&lt;p&gt;I’ve been a long-time Java developer, but decided to switch to Rust for both the challenge and the long-term benefits of performance and safety.&lt;br&gt;&lt;br&gt;
Rust was a learning curve (especially lifetimes and async), but Axum + SQLx made it surprisingly smooth.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It Free
&lt;/h2&gt;

&lt;p&gt;You can try it right now — free plan is open:&lt;br&gt;&lt;br&gt;
&lt;a href="https://statuspulse.up.railway.app" rel="noopener noreferrer"&gt;https://statuspulse.up.railway.app&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  I'd Love Feedback
&lt;/h2&gt;

&lt;p&gt;This is just the MVP — I’ll be improving it over the coming weeks.&lt;br&gt;&lt;br&gt;
If you’ve ever built something in Rust, or if you monitor your own APIs, I’d love to hear your thoughts.&lt;/p&gt;

&lt;p&gt;Let’s connect:&lt;br&gt;&lt;br&gt;
&lt;a href="mailto:emirtotic@gmail.com"&gt;emirtotic@gmail.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://emirtotic.github.io/portfolio-site" rel="noopener noreferrer"&gt;Portfolio site&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for reading and good luck with your own builds!&lt;/p&gt;




</description>
      <category>programming</category>
      <category>rust</category>
      <category>saas</category>
      <category>backend</category>
    </item>
  </channel>
</rss>
