SonicScan - A Music Fingerprinting and Identification App

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. sonicscan

    A Music Fingerprinting and Identification App

    Want to try this app download it from here

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. jiosaavn-api

    ๐ŸŽต An Unofficial API for downloading high-quality songs from JioSaavn

    For the Jiosaavn api I used the Jiosaavn Api by Sumit Kolhe and it is under MIT license so it is free for personal use.

  4. rust

    Empowering everyone to build reliable and efficient software.

    Rust

  5. image

    Encoding and decoding images in Rust (by image-rs)

    I started by exploring the audio processing part and then I discovered Symphonia which is a rust crate for audio processing. First I build a function to extract mono audio from a file using it and kept a frequency limited to 41.1 KHz as it is the maximum frequency that the human ear can hear. I also implemented functions to downsample the audio and normalise it. Then I visualized the spectrogram of the audio using image.

  6. tauri

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

    Then I learned Tauri and used my favourite frontend framework SolidJS with TailwindCSS and DaisyUI to build the UI with MotionOne to add animations and Tauri to build the desktop/web/android/ios app.

  7. Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    Then I learned Tauri and used my favourite frontend framework SolidJS with TailwindCSS and DaisyUI to build the UI with MotionOne to add animations and Tauri to build the desktop/web/android/ios app.

  8. daisyui

    ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ ๐ŸŒผ โ€ƒThe most popular, free and open-source Tailwind CSS component library

    Then I learned Tauri and used my favourite frontend framework SolidJS with TailwindCSS and DaisyUI to build the UI with MotionOne to add animations and Tauri to build the desktop/web/android/ios app.

  9. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager โ€“ all in one

    Bun

  10. python-fake-data-producer-for-apache-kafka

    The Python fake data producer for Apache Kafkaยฎ is a complete demo app allowing you to quickly produce JSON fake streaming datasets and push it to an Apache Kafka topic.

    For the database I used Valkey on Aiven for free.

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

  • Polymo, which makes it easy to create Next.js web apps, is now available.

    5 projects | dev.to | 9 Jul 2022
  • Build an Admin Dashboard with Tailwind CSS - A Practical Tutorial

    1 project | dev.to | 26 May 2026
  • Tailwind CSS VS Nakshora - a user suggested alternative

    2 projects | 18 Apr 2026
  • ๐ŸŒŒ The Equity Pulse: Turning Chaotic Code into an Interactive Constellation of Equality

    3 projects | dev.to | 28 Mar 2026
  • Why BEM Nesting Breaks in Tailwind v4

    1 project | dev.to | 18 Mar 2026

Did you know that Rust is
the 3rd most popular programming language
based on number of references?