A modern Java reverse engineering tool for the web.
Slicer is a modern Java reverse engineering tool designed to simplify the process of analyzing Java class files through a user-friendly web interface. Developed as an experiment to run a Java decompiler in the browser, Slicer provides a seamless experience for developers looking to view and manipulate class files without needing to set up complex local environments. It offers a unique blend of functionality and accessibility, making it an intriguing option for anyone who wishes to explore Java code with ease.
The tool's development derives from the desire to merge backend capabilities with a simplistic frontend experience, encapsulated in a playful design. While it may not carry some of the more robust features found in dedicated reverse engineering tools, Slicer excels at offering a quick and manageable way to inspect class files directly from your browser or as a Progressive Web App (PWA).
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.
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.
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.