Skip to main content

Getting Started

Integration with React

Palito is a library built on top of React. It leverages React’s powerful features and flexible ecosystem, making it easy to integrate naturally into your own project.

This guide walks you through how to visualize your IT infrastructure step by step using Palito.

Before You Begin

To use Palito, you need a React environment. You can either add Palito to an existing React project or start a new one.

Minimum Requirements

  • React 16.8.0 or higher
  • Node.js 12.0.0 or higher

Next Steps

To get familiar with the core features of Palito, follow the steps below:

  1. Add the PALITO Canvas
    • How to import the Palito library into your React project
  2. Generate a Topology
    • How to create a visual topology from transformed data
  3. Move and Manage Zones
    • How to manage components by Zone
  4. Export and Save
    • How to upload/download Excel formats and utilize JSON data
  5. Manage Projects and Versions
    • How to handle metadata and versioning at the project level

Each section will walk through practical examples that demonstrate the main features.