Student Start Guide / 学生入门指引

Welcome to your Innospire Runtime.

This is not just a website. This is your personal AI-native working space.

这不是普通网站。这是你的 AI 原生工作空间,用来学习、实验、记录成果、建立能力证明。


1. Your Runtime / 你的空间

Website:

https://kyle37.homelinked.tech

Evidence Page:

https://kyle37.homelinked.tech/evidence/

Workspace on Server:

/opt/workspaces/kyle37

2. Why This Matters / 为什么重要

Traditional internships often end with only a short comment or a recommendation letter.

Here, your work can become real evidence:

Every student leaves with evidence, not only experience.

每个学生离开时,留下的不只是经历,而是可验证的能力证据。



SSH Login on Mac / Windows / Other Devices

Different students may use Mac, Windows PowerShell, Linux, school computers or company-provided devices.

不同学生可能使用 Mac、Windows PowerShell、Linux、学校电脑或公司提供的设备。

Please read this SSH guide before your first login:

SSH Login Guide / SSH 登录指引

3. First Step: SSH Identity / 第一步:SSH 身份

We use SSH Key login, not password login.

我们使用 SSH Key 登录,不使用密码登录。

On your Mac Terminal

ssh-keygen -t ed25519

Press Enter all the way.

一路按 Enter 即可。

Then show your public key:

cat ~/.ssh/id_ed25519.pub

Send the full line to Benny.

把完整一整行发给 Benny。

After your key is added, login with:

ssh kyle37@kyle37.homelinked.tech

4. Confirm You Are on the Cloud Server / 确认你已经进入云端服务器

After login, try:

whoami

Expected:

kyle37

Then:

hostname

You should see the server name.

这说明你已经进入云端服务器,不是在自己的 Mac 上。


5. Enter Your Workspace / 进入你的工作目录

cd /opt/workspaces/kyle37

Check location:

pwd

Expected:

/opt/workspaces/kyle37

6. Folder Structure / 目录结构

app/        Your code / 代码
config/     Configuration / 配置
data/       Data / 数据
docs/       Documentation / 文档
exports/    Files for review / 提交审核文件
jsonl/      Event records / 历史事件记录
logs/       Logs / 日志
sqlite/     Database / 数据库
evidence/   Capability evidence / 能力证明
handoff/    Handoff materials / 交接材料

7. How to Use Google AI / 如何使用 Google AI

You are encouraged to use Google AI or ChatGPT as your assistant.

你可以使用 Google AI 或 ChatGPT 帮助你写代码、整理文档、解释错误。

Good prompt example:

Please write a simple Python program using SQLite.

Requirements:
1. Store tasks in a SQLite database.
2. Display tasks on a webpage.
3. Use only Python standard library.
4. Output code only.

Important:


8. SQLite and JSONL / 数据库与工作记录

SQLite = current state

SQLite 记录当前状态,例如任务、库存、邮件、项目进度。

JSONL = historical evidence

JSONL 记录发生过什么,例如登录、错误、修复、每日进展。

Example check-in:

{"time":"2026-07-02 09:00","user":"kyle37","event":"checkin","plan":"work on Python SQLite demo"}

Example checkout:

{"time":"2026-07-02 18:00","user":"kyle37","event":"checkout","done":"created first demo page","next":"add evidence page"}

9. Submit Materials / 提交资料

Please do not send important materials only by email or WhatsApp.

请不要只用邮件或 WhatsApp 发送重要资料。

Put your materials here:

/opt/workspaces/kyle37/exports

Examples:

/opt/workspaces/kyle37/exports/evidence-v1.html
/opt/workspaces/kyle37/exports/project-summary.md
/opt/workspaces/kyle37/exports/screenshots/

After review, Admin can publish your page quickly.

管理员审核后,可以快速发布到你的网页。


10. Evidence Page / 能力证明页面

Your Evidence page is:

https://kyle37.homelinked.tech/evidence/

This page should gradually include:

This can become strong evidence for future jobs, applications, interviews and collaboration.

这可以成为你未来求职、申请、面试、合作的重要能力证据。


11. Official Context / 官方背景证据

Your Official Context page is:

https://kyle37.homelinked.tech/official/

This connects your Runtime to the broader Innospire innovation ecosystem.

这说明你的项目属于 Innospire 创新生态的一部分。

Please describe official context carefully and factually.

请谨慎、真实地描述官方背景,不要夸大为政府正式背书,除非有正式文件支持。


12. Compliance / 合规要求

All pages under homelinked.tech use a Mainland China ICP备案 domain.

homelinked.tech 是中国大陆备案域名,这对与中国大陆沟通、展示、协作非常有价值。

Every page must keep the required footer:

© Gmall · Privacy · Disclaimer · MIIT ICP:粤ICP备2024187530号 · Last updated

Do not remove it.

不要删除页脚备案信息。

Do not publish:


13. Handoff / 项目交接

Your Handoff page is:

https://kyle37.homelinked.tech/handoff/

Before the end of your internship, you must prepare:

README.md
current_status.md
known_problems.md
next_steps.md
database_schema.sql
google_ai_prompts.md
demo_links.md

A good intern makes the next person’s work easier.

优秀的实习生,不只是自己完成任务,也会让下一位接手的人更容易继续。


14. Discipline / 纪律

We support different strengths: AI, Python, IoT, ERP, RFID, writing, design, hardware, business and manufacturing.

每个人背景不同,但只要能留下清晰证据,都是有价值的能力。


15. Final Message / 最后说明

Be curious.

Build small.

Test everything.

Document clearly.

Leave evidence.

Help the next person.

Welcome to the Innospire Runtime Network.