Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
Developers
Developers
  • 📖Documentation
    • Basic Concepts
      • Node JS
      • React
      • Postgres SQL
      • GraphQL
      • Git
      • API
  • 🔌API
    • Getting Started
      • Credentials
    • Users
      • Register User
    • Component Interface
      • Props
  • 🤖IDE
    • Getting started
    • Component View
      • CSS
      • Controller
      • Component
    • Compiler
    • Importing Code
      • Scripts
        • Manifest
      • Connectors
        • Manifest
      • Components
        • Manifest
    • Exporting Code
      • Design Systems
        • Custom React libraries
      • Guidelines
  • ⚙️Figma Plugin
    • Variables
      • Global Variables
      • Local Variables
      • Route Variables
      • Session Context
      • Window Variables
    • Actions
      • GraphQL Trigger
      • Refresh Query
      • Set Variable
      • Select and Navigate
  • 🎛️Settings
    • User Authentication
    • Git
    • External Deployment
    • Version Control
    • External DB Setup
    • SEO
Powered by GitBook
On this page
  • Overview
  • Getting Started with UncodiePro
  • Use cases
  • Adding Controllers to Components and Pages
  • Adding CSS to Components and Pages
  • Managing Project Dependencies
  • Managing and Using Frontend Scripts
  • Managing and Using Backend Scripts
  • Compiling Project

Was this helpful?

  1. IDE

Getting started

Uncodie Pro is a web application designed for programmers that allows you to implement FrontEnd and BackEnd code to a project compiled in Uncodie.

PreviousPropsNextComponent View

Last updated 1 year ago

Was this helpful?

Overview

Uncodie enables the integration of visual logic into components through React-based controllers and frontend scripts. It also allows the implementation of business logic with backend scripts that have access to the entire backend context based on NodeJS and ExpressJS. You can access UncodiePro through the Uncodie app in the projects section by clicking on the "OPEN IDE" button associated with each project.

Getting Started with UncodiePro

Before you begin working with UncodiePro, ensure that your project has been compiled at least once. Follow these steps:

  1. Compiling Your Project

    • Compile your project using the appropriate tools and configurations.

  2. Accessing UncodiePro

    • Open the Uncodie app.

    • Navigate to the "Projects" section.

  3. Opening the Integrated Development Environment (IDE)

    • Within the "Projects" section, locate the project you want to work on.

    • Click on the "OPEN IDE" button associated with the selected project.

By adhering to these prerequisites and steps, you'll be ready to access UncodiePro's Integrated Development Environment and start efficiently managing and developing your projects.

Use cases

Adding Controllers to Components and Pages

This use case allows you to pass properties, events, and visual logic to components and pages.

Adding CSS to Components and Pages

This use case allows you to add CSS code to the components and pages of the project.

Managing Project Dependencies

This use case empowers users to manage project dependencies for use in their frontend and backend scripts.

Managing and Using Frontend Scripts

This use case allows users to manage and utilize scripts within a frontend context.

Managing and Using Backend Scripts

This use case enables users to manage backend scripts and access the backend context of the project.

Compiling Project

This use case enables users to compile their project from UncodiePro.

🤖