Traqix LowCode/NoCode Editor is a powerful tool for designing visual interfaces for systems and websites. Built on Tailwind CSS and using ShadCN-UI components, it simplifies the creation of layouts and components such as tables, charts, forms, and panels.
With a modern and intuitive interface, this editor allows developers to create responsive and interactive UI elements visually, while maintaining control over the Tailwind CSS classes. It also integrates with Vercel’s v0, enabling the reuse of AI-generated components, allowing seamless import and manipulation of these components within the editor.
Note: This project is under active development and may contain bugs or unexpected behavior.
Clone the repository:
git clone https://github.com/traqix/traqix-editor.git
Navigate to the project directory:
cd traqix-editor
Install dependencies:
pnpm i
Run the development server:
pnpm dev
Open your browser and navigate to:
http://localhost:3000
The Traqix LowCode/NoCode Editor is currently in active development. While the core functionality is stable, new features are continuously being added, and there may be bugs or areas of improvement. Contributions, feedback, and bug reports are highly appreciated.
Contributions are welcome! To get started:
git checkout -b feature/new-feature
.git commit -m 'Add new feature'
.git push origin feature/new-feature
.This project is licensed under the MIT License.
This README is now optimized for GitHub and includes all the details for setting up, running, and contributing to the Traqix LowCode/NoCode Editor. You can directly copy it into your repository.