https://github.com/ecliptical/ecliptical.github.io
Solving real-world problems using Rust, Kubernetes, and other Cloud-Native technologies.
https://github.com/ecliptical/ecliptical.github.io
Last synced: 3 months ago
JSON representation
Solving real-world problems using Rust, Kubernetes, and other Cloud-Native technologies.
- Host: GitHub
- URL: https://github.com/ecliptical/ecliptical.github.io
- Owner: ecliptical
- License: other
- Created: 2022-12-26T18:09:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-21T14:25:21.000Z (5 months ago)
- Last Synced: 2026-01-22T01:43:11.914Z (5 months ago)
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Ecliptical Software Inc. Website
Official company website for **Ecliptical Software Inc.** - a software development consulting firm specializing in Rust, Kubernetes, and Cloud-Native technologies.
## 🌐 Live Sites
- **Primary**: [eclipticalsoftware.com](https://www.eclipticalsoftware.com)
- **Secondary**: [ecliptical.ca](https://www.ecliptical.ca)
- **GitHub Pages**: [ecliptical.github.io](https://ecliptical.github.io)
## 🛠 Services
- **Instruction, Training, and Tutoring** - Personalized online instruction for Rust and Kubernetes
- **Software Development Consulting** - Expert consulting in Rust, Kubernetes, and cloud technologies
- **Custom Software Development** - Full-stack development services for cloud-native applications
## 📁 Repository Structure
```
/
├── docs/ # Public website assets (GitHub Pages root)
│ ├── index.html # Main landing page
│ ├── ecliptical-md.png # Company logo
│ ├── favicon.ico # Site favicon
│ └── designrush-new-logo.svg
├── AGENTS.md # AI agent collaboration guidelines
└── README.md # This file
```
## 🚀 Deployment
The website is hosted on:
- **GitHub Pages** - Automatically deployed from the `/docs` folder on push
- **AWS CloudFront + S3** - For custom domains with global CDN
### Deploy to AWS
Use the **"Deploy to AWS"** GitHub Action (manual trigger) or run locally:
```bash
# Sync to S3
aws s3 sync docs/ s3://www.eclipticalsoftware.com/
# Invalidate CloudFront cache
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"
```
The GitHub Action uses OIDC federation for secure, secretless authentication with AWS.
## 📧 Contact
- **Email**: [info@eclipticalsoftware.com](mailto:info@eclipticalsoftware.com)
- **Book a Call**: [Calendly](https://calendly.com/ecliptical/30min)
## 📄 License
This project is proprietary software. See [LICENSE](LICENSE) for details.
© 2005 - 2026 Ecliptical Software Inc. All rights reserved.