A simple text editor written in Rust using Tauri and svelte for frontend, inspired by Obsidian.
Rhyolite is an innovative markdown editor built with the Tauri framework that stands out due to its simplicity and user-centric design. Inspired by volcanic rocks and akin to the popular Obsidian editor, Rhyolite serves as both a powerful tool for markdown enthusiasts and a platform for developers seeking to enhance their skills while contributing to the open-source community. Recently rewritten using SvelteKit, Rhyolite represents a fresh start after being forked from fextify, aiming to provide a more streamlined and efficient user experience.
Currently undergoing significant updates, Rhyolite is transitioning to a Rust-based UI known as Freya, which promises enhanced performance and stability. This application not only invites collaboration among its users but also emphasizes the importance of community engagement via its dedicated Discord server.
Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Build websites even faster with components on top of Tailwind CSS. Start developing with an open-source library of over 600+ UI components, sections, and pages built with the utility classes from Tailwind CSS and designed in Figma.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.