CodyHouse icon
CodyHouse icon

CodyHouse

CodyHouse's design system is a CSS framework and a library of HTML, CSS, JS components that work seamlessly with the framework.

CodyHouse screenshot 1

Cost / License

  • Freemium (Pay once)
  • Open Source

Platforms

  • Self-Hosted
  • CSS
  • JavaScript
  • HTML
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Create UI Components
  2.  Code Snippets
  3.  Coding

 Tags

  • web-framework
  • web-components
  • library-components
  • library-css

CodyHouse News & Activities

Highlights All activities

Recent activities

No activities found.

CodyHouse information

  • Developed by

    US flagCodyHouse
  • Licensing

    Open Source (MIT) and Freemium product.
  • Pricing

    One time purchase (perpetual license) that costs $99 + free version with limited functionality.
  • Written in

  • Alternatives

    14 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  1,151 Stars
  •  172 Forks
  •  7 Open Issues
  •   Updated  
View on GitHub
CodyHouse was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is CodyHouse?

The CodyHouse's framework is a system of SCSS globals representing the base upon which you can build the style of your web project.

The framework serves three main purposes:

  1. Template - it provides you with a CSS template to speed up the first steps of setting up the style of a web project.
  2. Responsive - it includes smart rules that take care of several responsiveness aspects.
  3. Design system - it simplifies the process of creating the base of your design system.

The framework is composed of:

  • A collection of SCSS files that compile into a _global.scss file. Make sure to import this style before your own;
  • A util.js file with some utility functions that are used in the CodyHouse components. Make sure to import this before the component script file.

Official Links