Irene

screenshot of Irene
ember
scss

I AM SHER LOCKED. Dashboard for Appknox Users.

Overview

Irene is a dynamic front-end dashboard designed specifically for Sherlock, a vulnerability scanner, and Mycroft, an API server, both built by Appknox. Its user-friendly interface and seamless integration capabilities make it essential for developers focused on security and efficient application management. The tool not only enhances the visibility of vulnerabilities but also simplifies the deployment and testing processes, making it an invaluable asset in maintaining robust API security.

Whether you're a seasoned developer or just starting out, Irene streamlines your workflow with its powerful features. The open-source nature of the code fosters transparency and allows for constant improvement, inviting contributions from the developer community.

Features

  • Easy Installation: With simple commands like git clone and npm install, getting started with Irene is quick and hassle-free.

  • Development and Production Modes: Easily switch between development (npm run start) and production builds, ensuring that you can test thoroughly before deployment.

  • Code Generators: Utilize built-in code generators to streamline development processes, making it easier to create consistent code structures.

  • Automatic Testing: Run tests effortlessly with ember test, ensuring your application remains in top shape with every change.

  • Deployment Options: Support for AWS CLI allows for straightforward deployments to staging and production environments, with commands to activate any revisions.

  • Rollback Feature: Quickly revert back to previous deployments in case of issues, maintaining a smooth workflow and minimizing downtime.

  • Comprehensive Documentation: Offers detailed help for commands and features through the ember help command, guiding users through the development process.

  • Open Source Transparency: The codebase is open under the AGPL v3 license, allowing for contributions while keeping essential elements proprietary to Appknox.

ember
Ember

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

Storybook

Storybook is a tool for developing and testing UI components in isolation. It provides a sandbox environment where you can experiment with different props and states to see how your component responds.

Stylelint

Stylelint is a modern linter for CSS that helps you avoid errors and enforce consistent styling conventions. It provides rules for detecting errors and warnings, and can be configured to match your specific project's requirements.

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.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.