Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seven Website

Product website for the Seven IoT prototyping board by ID8 Engineering.

Live: seven-website.pages.dev (Cloudflare Pages)

What this is

Single-page static site — no build step, no dependencies. HTML, CSS, and JS are split into separate files for maintainability. Covers hardware specs, software stack, getting started guide, and open-source licensing.

Structure

index.html            — page structure (HTML only)
css/style.css        — all styles, organized by section
js/main.js           — theme toggle, scroll animations, boot sequence
assets/              — all images, logos, favicon
screenshots/         — reference screenshots

Development

Open index.html in a browser. That's it.

For live reload during development:

npx serve .
# or
python3 -m http.server 8000

Design decisions

  • No build system. A static product page doesn't need one. One HTML file means anyone can read, edit, and deploy it.
  • Dark/light theme. Toggle in top-right. Uses CSS custom properties. Board photo swaps between themes.
  • Inline SVGs for icons (theme toggle, info) — no emoji, consistent rendering across browsers and platforms.
  • Getting Started instructions verified against the seven-firmware-samples repository README.
  • Mobile-first. Responsive layout, tested on 375px–1440px viewports.

Content sources

The technical content on this site is sourced from and should stay in sync with:

If the upstream repos change (SDK version bump, new board revision, etc.), update the website to match.

Deployment

Hosted on Cloudflare Pages. Push to master and it deploys automatically.

git push origin master

License

Website content © 2026 ID8 Engineering AB. The Seven hardware and firmware it describes are open source — see the respective repositories for their licenses.

About

Seven — Open-source rapid-prototyping IoT platform by ID8 Engineering

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages