A complete full-stack AI-powered support website for Skylink Delta Intercom Systems.
skylink/
├── start.py ← Run this to launch everything
├── backend/
│ └── main.py ← Python web server + AI engine + database
└── frontend/
└── index.html ← Complete website (all pages in one file)
Download from https://python.org if you don't have it.
Windows:
Double-click start.py
or
python start.py
Mac / Linux:
python3 start.py
The browser opens automatically at: http://localhost:8000
That's it! The website is fully working.
The AI uses a built-in knowledge base of all Skylink Delta manual content. No internet, no API keys needed. Answers are based on your actual manual.
Set your Anthropic API key to get Claude-powered answers:
Windows (Command Prompt):
set ANTHROPIC_API_KEY=sk-ant-your-key-here
set AI_MODE=claude
python start.py
Mac/Linux:
export ANTHROPIC_API_KEY=sk-ant-your-key-here
export AI_MODE=claude
python3 start.py
Get an API key at: https://console.anthropic.com
All chats and contact form submissions are automatically saved to:
backend/skylink.db
This is a SQLite database file. You can open it with:
- DB Browser for SQLite (free): https://sqlitebrowser.org
- Or any SQLite viewer
Tables:
sessions— chat sessionsmessages— all chat messagescontacts— contact form submissionsfeedback— thumbs up/down ratings
- AI Chat — asks about any intercom feature, gets instant answer
- Quick Reference — all common codes from the manual
- Contact Form — saved to database automatically
- Session Memory — chat continues where you left off
- Feedback — thumbs up/down on each AI answer
- Mobile Responsive — works on phones and tablets
To put this website online:
- Install Railway CLI: https://railway.app
- Run:
railway login && railway init && railway up
# Copy files to server
scp -r skylink/ user@your-server.com:/home/user/
# On server:
python3 /home/user/skylink/start.py &python start.py 3000
Skylink Communication +91 22 40107138 info@skylinkcommunication.com skylinkcommunication.com