Codux Help Center

Browse our articles to find the answers you need

Get Started with Codux

Welcome to Codux!

Meet Codux - a new visual IDE for React! Codux lets you view and edit components visually and side by side with your project's code base. With Codux, you can develop components in isolation, or build fully-func

Download and Install Codux

Codux is a full desktop application, with downloadable installation files for macOS, Windows, and Linux operating systems.Head to codux.com/download to download the Codux app, according to your operating system

Opening Codux for the First Time

When you first open Codux, you'll be faced with the Codux login screen.If you're new to Codux, click the signup option at the bottom left of the screen. Otherwise, click the login button and follow the prompts.

The Codux Dashboard

When you open a supported project in Codux (a Remix project), you'll see the main screen of your app – the app's dashboard.You can always return to the dashboard from anywhere else in Codux using the Dashboard

What are components?

Components are reusable bits of code in your project that independently represent parts of your UI. Apps designed with components are easier to make changes to, and they greatly reduce the risk that new changes

What are boards?

In Codux, a board is an isolated environment where you can experiment with different settings for your components. It's a place where you can provide your components with all the properties, providers, hooks th

Codux Glossary

Board A visual representation of a component (or multiple components), shown in a particular state/variation.Template Project A bare-bones React app that comes with initial setup (and possibly some components)