# Wix Twix 🍫

**A fun and simple library for managing twin Wix clients: frontend and backend.**

`wix-twix` provides a secure and productive way to work with Wix SDKs by separating client-side and server-side functionality. This modular library simplifies integration and ensures best practices for Wix development.

## Features

- **Twin Clients:** Separate wrappers for frontend and backend Wix SDK libraries and library functions.
- **Secure Development:** Avoids exposing sensitive operations on the client side.
- **TypeScript Support:** Fully typed for a seamless developer experience.
- **Simplified Integration:** Reduce complexity when working with Wix SDKs.
- **Modular Design:** Use only what you need for your project.

## Installation

Install the library via npm:

```bash
npm install wix-twix
```

or using yarn:

```bash
yarn add wix-twix
```

## Usage

### Frontend Clients

🚧 Planning ...

### Backend Clients 

- 🏢 **[WixBusiness](docs/wix-business.md)** ( server )

## Contributing

All contributions welcome! Here’s how you can get started:

1. Fork the repository.
2. Create a new branch for your feature or fix.
3. Commit your changes and submit a pull request.

## License

This project is licensed under the MIT License. See the **[LICENSE](LICENSE)** file for details.

---

Let’s make Wix development fun and efficient with `wix-twix`! 🚀
