I'm building a macOS app in a week with Tauri and Supabase.

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • otentik-authenticator-desktop

    Discontinued Open Source two factor authenticator. Built during #SupaLaunchWeek 5!

  • You wanna try it? Check out at otentik.app. Also, this project is Open Sourced at Github.

  • rust

    Empowering everyone to build reliable and efficient software.

  • The desktop app of Otentik was built using Tauri. Tauri uses Rust and can be combined with various frontend libraries like React, Vue, Svelte, etc. In this case, I'm using React.js. For styling the UI Tailwind CSS, TailwindUI, and HeadlessUI are used. Otentik uses AES256 to encrypt sensitive data and uses the user's password for the encryption salt. So, I can't decrypt or see the user's data.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • tauri

    Build smaller, faster, and more secure desktop applications with a web frontend.

  • The desktop app of Otentik was built using Tauri. Tauri uses Rust and can be combined with various frontend libraries like React, Vue, Svelte, etc. In this case, I'm using React.js. For styling the UI Tailwind CSS, TailwindUI, and HeadlessUI are used. Otentik uses AES256 to encrypt sensitive data and uses the user's password for the encryption salt. So, I can't decrypt or see the user's data.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • The desktop app of Otentik was built using Tauri. Tauri uses Rust and can be combined with various frontend libraries like React, Vue, Svelte, etc. In this case, I'm using React.js. For styling the UI Tailwind CSS, TailwindUI, and HeadlessUI are used. Otentik uses AES256 to encrypt sensitive data and uses the user's password for the encryption salt. So, I can't decrypt or see the user's data.

  • React

    The library for web and native user interfaces.

  • The desktop app of Otentik was built using Tauri. Tauri uses Rust and can be combined with various frontend libraries like React, Vue, Svelte, etc. In this case, I'm using React.js. For styling the UI Tailwind CSS, TailwindUI, and HeadlessUI are used. Otentik uses AES256 to encrypt sensitive data and uses the user's password for the encryption salt. So, I can't decrypt or see the user's data.

  • crates.io

    The Rust package registry

  • To maximize Rust, instead of using NPM packages for the encryption library I'm using Rust libraries from the Crates.io and creating some abstraction from that packages. This method can reduce the bundle size because "you know node_modules, huh"? 😄 Also, this can increase the security of the app, reversing engineering compiled binary much harder.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Learning Rust: A clean start

    5 projects | dev.to | 26 Feb 2024
  • [self-promo] Svelte + Rust for a desktop photo explorer

    2 projects | /r/sveltejs | 14 Nov 2023
  • The Best UI Libraries for Cross-Platform Apps with Tauri

    10 projects | dev.to | 4 Aug 2023
  • Hi r/Tucson! So, uh, I bought tucson.social and tucson.chat with hopes that we can build our own gathering places. What would you like?

    2 projects | /r/Tucson | 7 Jun 2023
  • Ask not what the compiler can do for you

    5 projects | news.ycombinator.com | 5 May 2023