Desktop

screenshot of Desktop
svelte
vite
tailwind
bits-ui
flowbite
shadcn-ui
drizzle-orm

The cleanest desktop manga reader. Track, download and read your favorites easily. Made with Tauri & SvelteKit

Overview

MangaYouKnow is an open-source manga reader designed for fans of this unique art form, providing an accessible way to read manga on various platforms. Developed under the MIT license, this application is built using modern web technologies, including Tauri and SvelteKit, making it a promising option for manga enthusiasts looking for a robust reading experience.

While MangaYouKnow aims to support all major operating systems, its performance and user experience can vary. Windows users are likely to have the best experience, while support for macOS, Linux, Android, and iOS is still in development, offering partial or limited functionality.

Features

  • Cross-Platform Compatibility: Available on multiple operating systems including Windows, macOS, Linux, Android, and iOS, although performance may vary by platform.
  • Open-Source: Being open-source under the MIT license allows for community contributions and transparency in development.
  • Modern Web Technologies: Utilizes the latest technologies like Tauri and SvelteKit, promising a contemporary and efficient user interface.
  • Ease of Installation: Designed with simplicity in mind, requiring minimal setup to get started, ensuring that users can dive into their favorite manga quickly.
  • Development Friendly: Encourages contributions and modifications, which can empower developers interested in enhancing the application or adapting it to their needs.
  • Active Community Engagement: Users can participate in the project’s ongoing development, suggesting features or fixing bugs, fostering a collaborative environment.
  • User-Centric Design: Focus on creating a smooth reader experience, especially for Windows users, ensuring that manga lovers can enjoy their favorite titles without hassle.
svelte
Svelte

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
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

bits-ui
Bits UI

Bits UI is a headless component library for Svelte that provides unstyled, accessible UI primitives. It powers shadcn-svelte and offers a foundation for building custom component libraries with full accessibility support in the Svelte ecosystem.

flowbite
Flowbite

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.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

typescript
Typescript

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.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.