Two static landing pages in one monorepo.
| Folder | Site | Suggested domain |
|---|---|---|
site/ |
Clyrai — AI IP Studio | clyrai.com |
me/ |
Saish Sachin Shinde (personal) | saishshinde.com |
Both are pure HTML / CSS / vanilla JS — no build step required.
# Clyrai studio
cd site
python3 -m http.server 8765
# Personal site
cd me
python3 -m http.server 8766Then open http://localhost:8765 and http://localhost:8766.
Each folder deploys as a separate Vercel project.
In the Vercel dashboard:
- Add New Project → import this repo
- Set Root Directory to either
siteorme - Framework Preset: Other (pure static)
- Build & Output: leave defaults (no build command, output is the root)
- Deploy
Repeat for the second folder as a new project.
site/ Clyrai studio
index.html
styles.css
script.js
assets/
logos/ Brand kit (SVG)
papers/ PDF papers
me/ Personal site
index.html
styles.css
script.js
assets/
logos/ Shared brand assets
Saish_Shinde_CV.pdf