A modern React website built with Vite, featuring responsive design and smooth animations.
- Docker
- Docker Compose
# Make deploy script executable and run deployment
./deploy.sh
# For clean build (removes old images)
./deploy.sh --cleanOr manually with Docker Compose:
docker compose up --build -dThe site will be available at http://localhost:7878
docker compose downdocker compose logs -fnpm install
npm run devnpm run build
npm run previewsrc/
├── components/ # Reusable React components
├── pages/ # Page components
├── styles/ # CSS modules and global styles
├── services/ # API services
├── hooks/ # Custom React hooks
├── images/ # Static images and assets
└── utils/ # Utility functions
- React 18 - Frontend framework
- Vite - Build tool and dev server
- Tailwind CSS - Utility-first CSS framework
- Framer Motion - Animation library
- React Router - Client-side routing
- Docker - Containerization
- Nginx - Production web server
website-uc-1 is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0-or-later) — see LICENSE.
A commercial license is available for organizations that cannot meet the AGPL's network-copyleft obligations (for example, offering website-uc-1 as a hosted service without releasing their modifications). Contact licensing@unicorncommander.ai.
© 2026 Magic Unicorn Unconventional Technology & Stuff Inc.
