Skip to content

clyrai/Landing-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clyrai · Landing Pages

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.

Local preview

# Clyrai studio
cd site
python3 -m http.server 8765

# Personal site
cd me
python3 -m http.server 8766

Then open http://localhost:8765 and http://localhost:8766.

Deploy to Vercel

Each folder deploys as a separate Vercel project.

In the Vercel dashboard:

  1. Add New Project → import this repo
  2. Set Root Directory to either site or me
  3. Framework Preset: Other (pure static)
  4. Build & Output: leave defaults (no build command, output is the root)
  5. Deploy

Repeat for the second folder as a new project.

Structure

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors