UI

screenshot of UI
react
vite
scss
ant-design

Open source wireframing tool written in typescript, react and redux.

Overview

Mydraft.cc is an innovative open-source wireframing tool designed specifically for developers and designers who require a powerful yet free solution for creating wireframes. In a market dominated by expensive commercial tools, Mydraft.cc stands out by offering a straightforward and versatile platform for quickly visualizing design ideas, making it an ideal choice for both individual professionals and collaborative teams.

With a focus on usability and flexibility, Mydraft.cc is built using modern technologies like React and TypeScript, ensuring a robust performance and easy integration into various workflows. The free access to its features positions it as a compelling alternative for those frustrated by the cost and limitations of commercial wireframing software.

Features

  • Open Source: Completely free to use, allowing developers to customize and extend the tool according to their needs.
  • Modern Tech Stack: Built with React, Redux, and TypeScript, ensuring a fast and responsive user interface.
  • User-Friendly Interface: Offers a clean layout that simplifies the wireframing process, making it easy for users to get started.
  • Presentation Mode: Provides a feature that allows users to present their wireframes in a professional manner directly from the tool.
  • Linking Capabilities: Users can easily link UI elements to external sources or other project pages, enhancing the interactivity of wireframes.
  • Community Contributions: Encourages collaboration and input from the community, with clearly marked issues for those looking to contribute.
  • Frequent Updates: Regular milestones indicate ongoing development and improvement, showing commitment to enhancing the tool based on user feedback.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

vite
Vite

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

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.

ant-design
Ant Design

Ant Design is a React UI library that provides a set of pre-designed components and design resources for building high-quality, responsive web applications.

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.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

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.

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.