Text To Cad UI

screenshot of Text To Cad UI
react
svelte
vite
tailwind

A lightweight UI for interacting with the Zoo Text-to-CAD API.

Overview

Zoo Text-to-CAD UI is an open-source project that provides an example of how to implement Zoo's Text-to-CAD API endpoints. It is built using SvelteKit, a framework for building web applications. This repository serves as a guide for quickly setting up and running the Text-to-CAD functionality.

Features

  • Integration with Text-to-CAD API: The project demonstrates the integration of Zoo's Text-to-CAD API endpoints, allowing users to convert text into CAD (Computer-Aided Design) format.
  • Built with SvelteKit: The UI is implemented using SvelteKit, a modern framework for building fast and efficient web applications.
  • Development Server: The project includes instructions on how to start a development server for local testing and debugging.
  • Production Build: Instructions are provided to create a production version of the application, ensuring optimal performance.
  • Preview Production Build: Users can preview the production build using the provided command, allowing them to see the application as it would appear when deployed.
  • Playwright E2E Testing: The repository includes instructions on running Playwright end-to-end (E2E) tests locally to ensure the stability and functionality of the project.
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.