url: https://solomon-mithra.github.io/schema-builder-stacksync/
This project features a visual schema builder for Stacksync connector modules, allowing users to intuitively design and manage through a user-friendly interface. The generated schema can be viewed and copied in JSON format.
Design your schema by adding and configuring various widgets. The interface provides a clear overview of your schema structure.
Easily add new fields to your schema using a modal that lists available widget types. This modal features a search function for quick access.
View the generated JSON schema in real-time as you build it visually. The code is formatted for readability and can be easily copied.
Install the dependencies:
npm installStart the development server with HMR:
npm run devYour application will be available at http://localhost:5173.
Create a production build:
npm run buildTo build and run using Docker:
docker build -t my-app .
# Run the container
docker run -p 3000:3000 my-appThe containerized application can be deployed to any platform that supports Docker, including:
- AWS ECS
- Google Cloud Run
- Azure Container Apps
- Digital Ocean App Platform
- Fly.io
- Railway
Built with ❤️ by Solomon Mithra.


