Ship faster with ZINCOR. A transparent-first, enterprise-grade web experience built with React, TypeScript, TailwindCSS, and shadcn-ui.
ZINCOR is the official website of ZINCOR, a modern software/AI organization. The site is designed with a glassmorphism + transparent canvas architecture, ensuring a forward-compatible, minimal, and executive-grade presence on the web.
Core Principles
- Transparency-first — true transparency (not fake frosted effects).
- Enterprise-grade UX — modern, minimal, responsive.
- Future-ready — leveraging TypeScript, React, Tailwind, and shadcn-ui.
- React — UI framework
- TypeScript — type safety
- Vite — fast build & dev server
- Tailwind CSS — utility-first styling
- shadcn/ui — accessible component system
git clone https://github.com/ZINCOR/zincor.github.io.git
cd zincor.github.io
npm install
npm run dev
Site runs at http://localhost:5173 by default.
ZINCOR is deployed via GitHub Pages. Any commits to main
are automatically published.
For production builds:
npm run build
zincor.github.io/
├─ public/ # Static assets
├─ src/
│ ├─ components/ # UI components
│ ├─ pages/ # Website pages
│ ├─ styles/ # Tailwind / global CSS
│ └─ utils/ # Helpers and configs
├─ index.html
└─ vite.config.ts
If you are mapping to a custom domain:
- Go to repo Settings → Pages → Custom Domain
- Add your domain (e.g.
zincor.ai
) - Configure DNS with
CNAME
→zincor.github.io
This project is licensed under the MIT License — free to use, modify, and distribute with attribution.
We welcome contributions aligned with ZINCOR’s transparent-first philosophy.
- Fork the repo
- Create a feature branch
- Submit a PR with a clear description
For business inquiries: [email protected] For technical issues: please open a GitHub Issue in this repository.