AIZone is a modern SaaS landing platform for an AI services company. It showcases WhatsApp-based AI agents that convert ordinary product photos into high-quality marketing visuals, while supporting credit management and pricing plans.
- About
- Tech Stack
- Features
- Installation
- Usage
- API Endpoints
- Folder Structure
- Environment Variables
- Deployment
- Contribution
- License
AIZone is a clean, marketing-focused React app built with Vite. It is designed to present an AI-powered WhatsApp image enhancement service, with sections for hero messaging, feature highlights, pricing, testimonials, and conversion-driven marketing copy.
- React
- Vite
- JavaScript (ES Modules)
- HTML / CSS
- Lucide React icons
- Framer Motion
- ESLint
- ✅ Modern SaaS landing page design
- ✅ WhatsApp AI agent messaging concept
- ✅ AI-enhanced product image showcase
- ✅ Pricing and credit plan presentation
- ✅ Responsive layout with animated content
- ✅ Testimonials and business use cases
git clone https://github.com/your-username/your-repo.git
cd justwork-main/ai
npm installStart the frontend locally:
npm run devOpen the app in your browser at:
http://localhost:5173Use the landing page to explore:
- Hero section and value proposition
- Feature showcase for AI marketing imagery
- Pricing plans and credit management
- Testimonials and business use cases
The frontend currently expects a backend payments endpoint for purchase workflows:
POST http://localhost:3000/api/payments/create-order- Payload:
{ package_id, phone_number }
- Payload:
If you connect a real backend, update the API base URL or add an environment variable for it.
ai/
├── public/ # Static assets and image files
├── src/
│ ├── components/ # React UI components
│ ├── App.jsx # Main app component
│ ├── index.css # Global styling
│ └── main.jsx # React bootstrapping
├── package.json # Dependencies and scripts
├── vite.config.js # Vite configuration
└── README.md # Project documentation
The frontend does not require any environment variables by default, but you can add these if you connect to a backend service:
VITE_API_BASE_URL- Base URL for backend API requestsNODE_ENV- Environment mode (development,production)
Build the app for production:
npm run buildPreview the production build locally:
npm run previewDeploy the contents of the dist/ folder to any static hosting provider such as:
- Vercel
- Netlify
- GitHub Pages
- AWS S3 + CloudFront
Contributions are welcome!
- Fork the repository
- Create a branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m "Add feature" - Push to the branch:
git push origin feature/your-feature - Open a pull request
This project is released under the MIT License.
Made with ❤️ for AI-first marketing teams.