devforge / lib /site.ts
Hanzo Dev
Initial commit
23c1680
raw
history blame contribute delete
514 Bytes
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;