The official website for Deepcomet AI — Accelerating Civilization's Future through Vertical AI Integration.
Live URL: https://ai.deepcomet.space
- Framework: Nuxt 4 with Vue 3 & TypeScript
- Styling: TailwindCSS
- Deployment: GitHub Pages via GitHub Actions
- Custom Domain:
ai.deepcomet.space
app/
├── components/ # Reusable Vue components
│ ├── AnimatedCard.vue
│ ├── CometBackground.vue
│ ├── ScrollReveal.vue
│ └── TextTypewriter.vue
├── layouts/
│ └── default.vue # Site layout with nav & footer
├── pages/ # File-based routing
│ ├── index.vue # Homepage
│ ├── about.vue
│ ├── projects.vue # Ecosystem / Projects
│ ├── roadmap.vue
│ ├── contact.vue
│ ├── docs/
│ │ ├── index.vue # Documentation hub
│ │ ├── aurelia-intro.vue
│ │ ├── skyos.vue
│ │ └── compiler.vue
│ └── blog/
│ ├── index.vue # Blog listing
│ └── release-0-1-alpha.vue
public/
├── CNAME # Custom domain config
└── .nojekyll # Disable Jekyll processing
Install dependencies:
pnpm installStart the development server:
pnpm devOpen http://localhost:3000 in your browser.
pnpm generate # Static site generation
pnpm preview # Preview the build locallyPushing to the main branch triggers the GitHub Actions workflow (.github/workflows/deploy.yml) which builds and deploys to GitHub Pages automatically.
To use the custom domain ai.deepcomet.space, add these A records at your domain registrar:
| Type | Host | Value |
|---|---|---|
| A | ai.deepcomet.space | 185.199.108.153 |
| A | ai.deepcomet.space | 185.199.109.153 |
| A | ai.deepcomet.space | 185.199.110.153 |
| A | ai.deepcomet.space | 185.199.111.153 |
Or use a CNAME record pointing to yourusername.github.io.
© 2026 Deepcomet AI. All rights reserved.