
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
codyhouse-framework
Advanced tools
A lightweight front-end framework for building accessible, bespoke interfaces.
A lightweight front-end framework for building accessible, bespoke interfaces.
✦ New version available! Download CodyFrame v4 →
Files included:
Selling points:
codyhouse-framework/
└── main/
├── assets/
│ ├── css/
│ │ ├── base/*
│ │ │── custom-style/
│ │ │ ├── _buttons.scss
│ │ │ ├── _colors.scss
│ │ │ ├── _forms.scss
│ │ │ ├── _icons.scss
│ │ │ ├── _shared-styles.scss
│ │ │ ├── _spacing.scss
│ │ │ ├── _typography.scss
│ │ │ └── _util.scss
│ │ ├── _base.scss
│ │ ├── _custom-style.scss
│ │ ├── style-fallback.css
│ │ ├── style.css
│ │ └── style.scss
│ └── js/
│ └── util.js
└── index.html
View the documentation on codyhouse.co →
If you're using our components, make sure to include the following script in the <head>
of your document:
<script>document.getElementsByTagName("html")[0].className += " js";</script>
The script is used in CSS to check if JavaScript is enabled and apply additional style accordingly.
CodyFrame includes a Gulp configuration file. To start a project that runs on Gulp, navigate to the framework folder, and run the following two commands:
npm install
npm run gulp watch
⚠️ Note: make sure you have Npm, Node, and Git installed.
📝 How to use CodyFrame with Webpack
CodyHouse's components are accessible, progressively enhanced, HTML, CSS, JS components that work seamlessly with CodyFrame.
The Global Editors are visual tools that you can use to create the style of typography elements, color palettes, spacing rules, buttons, and forms. They generate SCSS code compatible with CodyFrame.
Explore the editors:
Browse our extensions for VSCode, Sublime Text and Atom:
FAQs
A lightweight front-end framework for building accessible, bespoke interfaces.
The npm package codyhouse-framework receives a total of 532 weekly downloads. As such, codyhouse-framework popularity was classified as not popular.
We found that codyhouse-framework demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.