Software Alternatives, Accelerators & Startups

Cutlist Evolution VS hub

Compare Cutlist Evolution VS hub and see what are their differences

Note: These products don't have any matching categories. If you think this is a mistake, please edit the details of one of the products and suggest appropriate categories.

Cutlist Evolution logo Cutlist Evolution

Our cutlist optimizer generates efficient layouts for both linear and sheet material. It's a professional tool that saves money and reduces waste, making it ideal for commercial workshops.

hub logo hub

The Hub is a versatile intranet portal and collaboration solution that boosts employee engagement and productivity in a digital workplace.
  • Cutlist Evolution Landing page
    Landing page //
    2023-05-09
  • Cutlist Evolution Inputs
    Inputs //
    2026-08-11
  • Cutlist Evolution Workbench
    Workbench //
    2026-08-11

Cutlist Evolution works out how to cut your parts from the stock you have with the least waste, then gives you a plan your workshop can actually follow.

It handles sheet goods (plywood, MDF, melamine, glass), linear stock (timber, tube, extrusion) and roll materials, with both guillotine cutting for panel saws and true-shape nesting for CNC. The constraints that matter on a real job are built in: grain direction and orientation locks, edge banding and face finishes, blade kerf, and per-edge trim.

Parts can be typed in, pasted from a spreadsheet, or imported as CSV or DXF. It also reads 3D models directly from Fusion 360, Shapr3D, Onshape, SketchUp and Blender, taking the model apart into measured panels with duplicates merged. A free SketchUp extension sends parts across with no export step at all.

Cutting plans export to PDF, CSV, DXF and SVG, plus saw formats including PTX, Biesse XML and Mayer.

It runs entirely in the browser with nothing to install, works on any device, and is available in 30 languages. The free tier covers up to 40 parts per cut list and 3 saved projects; paid plans raise those limits and add the CNC and saw-file exports. There is also a native iPhone and iPad app.

  • hub Landing page
    Landing page //
    2021-09-14

Cutlist Evolution

$ Details
freemium ยฃ5.0 / Monthly (Starter)
Platforms
Web iOS
Release Date
2020 January
Startup details
Country
United Kingdom
Founder(s)
J Gibson
Employees
1 - 9

hub

Pricing URL
-
$ Details
Platforms
-
Release Date
-

Cutlist Evolution features and specs

  • Sheet & linear materials
    Y
  • Adjustable blade width / kerf
    Y
  • Grain direction / part orientation
    Y
  • Trim stock and parts
    Y
  • Edge banding
    Y
  • Offcuts
    Y
  • Stock management
    Y
  • Export in various formats
    Y
  • Import from speadsheet
    Y
  • Labels
    Y
  • Beam / panel saw support
    Y

hub features and specs

  • Enhanced Git Functionality
    hub provides additional commands and functions tailored specifically for GitHub, simplifying workflows related to pull requests, forks, and more.
  • Command-Line Convenience
    It integrates directly with the Git command-line interface, allowing developers to leverage GitHub features without leaving the terminal.
  • Open Source
    hub is open-source software, so it is free to use, and the codebase can be audited and modified by the community.
  • Active Development
    The tool has an active community and frequent updates, which ensures compatibility with new GitHub features and bug fixes.

Possible disadvantages of hub

  • Learning Curve
    For those unfamiliar with command-line tools or GitHub's API, there may be a learning curve to fully utilize hub's capabilities.
  • Platform Dependency
    hub is designed specifically for GitHub. Its features are not compatible with other Git hosting services like GitLab or Bitbucket.
  • Limited Scope
    While hub enhances many aspects of working with GitHub, it doesn't cover all possible use cases or workflows, potentially requiring supplemental tools.
  • Installation and Updates
    As an external tool, hub needs to be installed and maintained separately from Git, which can add overhead in terms of setup and updates.

Analysis of hub

Overall verdict

  • Yes, Hub is a good tool for developers who prefer command-line operations and require seamless GitHub integration in their workflow.

Why this product is good

  • Hub (hub.github.com) enhances the Git command line experience by adding extra features for GitHub integration. It simplifies workflows like creating pull requests, forking repositories, and more directly from the terminal, which can save time and streamline processes for developers who frequently interact with GitHub.

Recommended for

  • Developers who frequently use GitHub and prefer command-line interfaces.
  • Teams looking to streamline their GitHub workflows without switching between terminal and web interface.
  • Open-source contributors who need efficient interactions with multiple repositories.

Cutlist Evolution videos

Best free cutlist optimizer

hub videos

Speedone Sniper 150T Rachet | Hub Review & Soundcheck

More videos:

  • Review - Nissan Sunny B211 (B210 Facelift) Review (Sinhala) | Auto Hub
  • Review - Fanatec CSW Universal Hub Review

Category Popularity

0-100% (relative to Cutlist Evolution and hub)
Productivity
100 100%
0% 0
Development
0 0%
100% 100
Cutting Optimisers
100 100%
0% 0
Git
0 0%
100% 100

User comments

Share your experience with using Cutlist Evolution and hub. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Cutlist Evolution and hub

Cutlist Evolution Reviews

Cutlist Optimizer Review โ€” What are the Best Options This 2023?
Since Cutlist Evolution runs on a web-based program, woodworkers donโ€™t need to install the application on their devices. This specification allows users to save and load cutlist files on different devices.

hub Reviews

We have no reviews of hub yet.
Be the first one to post

Social recommendations and mentions

Based on our record, hub should be more popular than Cutlist Evolution. It has been mentiond 4 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Cutlist Evolution mentions (2)

  • Online / AI assisting tools for cut list and dimensions ?
    Https://cutlistevo.com/ to my knowledge is the most efficient and feature rich online optimiser. Source: about 3 years ago
  • Need help laying out pieces on one MDF board
    Https://cutlistevo.com also worth a look - more professional features. Source: about 3 years ago

hub mentions (4)

  • GitHub Discussion about the recent feed changes becomes 3rd most upvoted ever
    Use hub here via CLI and forget the gui https://hub.github.com/. - Source: Hacker News / almost 3 years ago
  • Pull request Best Practices
    Try automating the PR process as much as possible. Make use of tools like hub CLI for speeding up the pull request process. Code quality tools can help you automate the due diligence for coding standards and conventions, and test automation tools can assist in bug discovery, and identifying security vulnerabilities. - Source: dev.to / about 3 years ago
  • [Media] I made a Rust CLI game that tests how fast you can guess the language of a code block!
    Parse_git_branch() { # Speed up opening up a new terminal tab by not # checking `$HOME` ...which can't be a repo anyway # # For the heck of it, micro-optimize this too: # time (repeat 1000000 { [ "$PWD" = "$HOME" ] } ) == ~4.2s # time (repeat 1000000 { [[ "$PWD" == "$HOME" ]] } ) == ~1.4s [[ "$PWD" == "$HOME" ]] && return # Fastest known way to check the current branch name ... Source: about 4 years ago
  • I have 20 repositories, is there any way I can create a report showing how many open issues in each?
    You can always query via github api or use the hub client (from their home page https://hub.github.com/). Source: over 4 years ago

What are some alternatives?

When comparing Cutlist Evolution and hub, you can also consider the following products

CutList Optimizer - A free cutlist optimizer

CodeHub - CodeHub is the most complete, unofficial, client for GitHub on the iOS platform.

MaxCut - The Complete Cut List Optimization & Costing Solution for Woodworkers, Joiners and Cabinetry Professionals.

Working Copy - The powerful Git client for iOS

Cutlist Plus - Cutlist Plus is an excellent layout management platform that allows to create highly optimized shape-based content for websites or applications with cutting diagrams like rectangular, triangular, square, or multiple dimensional interfaces.

Diff So Fancy - Make Git diffs look good