Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ enableRobotsTXT = false
mobile_height = "32px"
desktop = "images/logo/infraspec-logo.svg"
desktop_height = "28px"
alt = "Infraspec - Serious AI Engineering"
alt = "Infraspec - Your Observability and Reliability partner"

[params.fonts]
# Sets the google font link in layouts/partials/google-fonts.html
Expand All @@ -60,8 +60,8 @@ enableRobotsTXT = false
meta_twitter_site = "@infraspec_dev"
meta_twitter_creator = "@infraspec_dev"
meta_og_image = ""
meta_description = "Infraspec delivers serious AI engineering for growing teams. Forward deployed engineers embedded in your team, shipping working software from week one."
meta_keywords = "AI engineering, agentic AI, platform engineering, AI native software delivery, forward deployed engineers, embedded engineering team, technology consulting Bengaluru, infraspec, infraspec dev"
meta_description = "Infraspec is your observability and reliability partner. Forward deployed engineers embedded in your team, cutting alert noise and shortening incidents from week one."
meta_keywords = "observability, reliability engineering, SRE, monitoring and alerting, incident response, platform engineering, forward deployed engineers, embedded engineering team, technology consulting Bengaluru, infraspec, infraspec dev"

[params.services]
summary_truncate = 120 # How many characters to include in the summary of the service descriptions before truncating
Expand Down
6 changes: 3 additions & 3 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Infraspec'
meta_title: "Infraspec - Serious AI Engineering"
meta_title: "Infraspec - Your Observability and Reliability Partner"
intro_image: "images/illustrations/pointing.svg"
intro_image_absolute: true
intro_image_hide_on_mobile: true
Expand All @@ -9,6 +9,6 @@
priority: 1
---

# Serious AI engineering
# Your Observability and Reliability partner

Check failure on line 12 in content/_index.md

View workflow job for this annotation

GitHub Actions / lint

Multiple top-level headings in the same document

content/_index.md:12 MD025/single-title/single-h1 Multiple top-level headings in the same document [Context: "Your Observability and Reliabi..."] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md025.md

Your engineers know the product. We bring the AI depth they don't have time to build in-house, embedded directly in your team, shipping working software from week one, not strategy documents.
Your engineers know the product. We bring the observability and reliability depth they don't have time to build in-house, embedded directly in your team, cutting alert noise and shortening incidents from week one, not strategy documents.
16 changes: 8 additions & 8 deletions data/features.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[
{
"title": "AI Native Software Delivery",
"tagline": "We deliver working software fast, and the quality holds. The reason is harness engineering, the scaffolding most teams defer, which we treat as first-class work, not an afterthought.",
"short_description": "We deliver working software fast, and the quality holds. The reason is harness engineering, the scaffolding most teams defer, which we treat as first-class work, not an afterthought.",
"image": "images/features/product-engineering.svg"
"title": "Observability",
"tagline": "We make your systems answer questions instead of just raising alarms. Instrumentation, sane dashboards and alerts that fire on what users actually feel, so on-call stops guessing.",
"short_description": "We make your systems answer questions instead of just raising alarms. Instrumentation, sane dashboards and alerts that fire on what users actually feel, so on-call stops guessing.",
"image": "images/features/devops-icon.svg"
},
{
"title": "Agentic AI",
"tagline": "We build agents that go into production and stay there. End-to-end design, deployment and ongoing upkeep, with human oversight wherever automation shouldn't have the final word.",
"short_description": "We build agents that go into production and stay there. End-to-end design, deployment and ongoing upkeep, with human oversight wherever automation shouldn't have the final word.",
"image": "images/features/agentic-ai.svg"
"title": "Reliability Engineering",
"tagline": "We build confidence in production through SRE practice: error budgets, incident response that improves after every incident, and resilience work done before the outage, not after.",
"short_description": "We build confidence in production through SRE practice: error budgets, incident response that improves after every incident, and resilience work done before the outage, not after.",
"image": "images/features/sre-reliability.svg"
},
{
"title": "Platform Engineering",
Expand Down
Loading