Marketing website for Visant.AI - Camera that Detects What Matters 24/7
v1.0.4
- Install dependencies:
npm install- Start the server:
npm start- Open your browser to
http://localhost:3000
visant_web/
├── index.html # Main landing page
├── install.html # Installation guide
├── privacy.html # Privacy policy
├── terms.html # Terms of service
├── css/
│ └── common.css # Shared styles across all pages
├── design_guideline.md # Design system documentation
├── image/ # Image assets
├── server.js # Express server for Railway
├── package.json # Dependencies
└── .gitignore # Git ignore rules
- Railway account (https://railway.app)
- GitHub repository
- Domain visant.ai configured
-
Push to GitHub
git add . git commit -m "Prepare for Railway deployment" git push origin main
-
Create Railway Project
- Go to https://railway.app
- Click "New Project"
- Select "Deploy from GitHub repo"
- Choose this repository
- Railway will auto-detect Node.js and deploy
-
Configure Custom Domain
- In Railway dashboard, go to your project
- Click on your service
- Go to "Settings" tab
- Scroll to "Domains" section
- Click "Custom Domain"
- Enter
visant.ai - Railway will provide CNAME/A record values
-
Update DNS Records At your domain registrar (where you bought visant.ai):
- Add the CNAME or A record provided by Railway
- Common records:
- Type:
CNAMEorA - Name:
@(for root domain) orwww - Value: (provided by Railway)
- Type:
- DNS propagation can take 5-60 minutes
-
Verify Deployment
- Visit https://visant.ai
- Check all pages load correctly
- Verify SSL certificate is active (HTTPS)
- Test mailto links work
None required for this static site deployment.
- Railway Free Tier: $5 credit/month
- This static site should stay within free tier limits
- Monitor usage in Railway dashboard
- Edit HTML files locally
- Test with
npm start - Commit and push to GitHub
- Railway auto-deploys on push to main branch
- Check Railway dashboard for:
- Deployment logs
- Server health
- Resource usage
For website inquiries: visant@contoro.com
(c) 2026 Contoro Robotics. All rights reserved.