File size: 514 Bytes
23c1680
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
export const siteConfig = {
  name: "DevForge",
  tagline: "Code Smarter, Ship Faster",
  description: "The ultimate developer tools platform for modern development workflows",
  url: "https://devtool.hanzo.ai",
  // Monochromatic color scheme for developer tools
  primaryColor: "#000000",
  secondaryColor: "#666666",
  features: [
    "AI-Powered Code Generation",
    "Real-time Collaboration",
    "Automated Testing Suite",
    "CI/CD Pipeline Integration"
  ]
};

export type SiteConfig = typeof siteConfig;