File size: 12,994 Bytes
7edc589 dca4444 7edc589 cabb811 dca4444 7edc589 270d879 7edc589 cabb811 7edc589 cabb811 7edc589 cabb811 dca4444 7edc589 270d879 7edc589 cabb811 dca4444 7edc589 270d879 7edc589 cabb811 7edc589 cabb811 dca4444 7edc589 270d879 7edc589 cabb811 7edc589 cabb811 dca4444 7edc589 270d879 7edc589 cabb811 7edc589 cabb811 dca4444 7edc589 270d879 7edc589 cabb811 dca4444 7edc589 270d879 7edc589 cabb811 7edc589 cabb811 dca4444 cabb811 7edc589 270d879 7edc589 cabb811 7edc589 cabb811 dca4444 7edc589 cabb811 7edc589 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 | export interface Template {
id: string
name: string
tagline: string
description: string
icon: string
port: number
primaryColor: string
secondaryColor: string
// gradient field removed - using monochromatic theme
features: string[]
tech: string[]
category: 'development' | 'business' | 'creative' | 'analytics' | 'content'
popularity: number
status: 'stable' | 'beta' | 'new'
demoUrl?: string
githubUrl?: string
price?: string
rating: number
featured?: boolean
installCmd: string
updatedAt: string
pricing: 'Free' | 'Pro' | 'Enterprise'
downloadable?: boolean
templatePath?: string
deployUrls?: {
vercel?: string
netlify?: string
railway?: string
render?: string
}
}
export const templates: Template[] = [
{
id: 'devforge',
name: 'DevForge',
tagline: 'Code Smarter, Ship Faster',
description: 'Professional developer tools platform with AI-powered features',
icon: 'π οΈ',
port: 3001,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'AI-Powered Code Generation',
'Real-time Collaboration',
'Built-in Testing Framework',
'CI/CD Integration',
'Code Review Tools',
'Performance Monitoring'
],
tech: ['Next.js', 'TypeScript', 'Tailwind', 'Prisma', 'tRPC'],
category: 'development',
popularity: 95,
status: 'stable',
price: 'Free',
rating: 100,
featured: true,
installCmd: 'npx create-hanzo-app --template devforge',
updatedAt: '2 days ago',
pricing: 'Free',
downloadable: true,
templatePath: 'devtool',
githubUrl: 'https://github.com/hanzoai/template-devforge',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-devforge',
netlify: 'https://app.netlify.com/start/deploy?repository=https://github.com/hanzoai/template-devforge',
railway: 'https://railway.app/new/template?template=https://github.com/hanzoai/template-devforge'
}
},
{
id: 'mobilefirst',
name: 'MobileFirst',
tagline: 'Build Native Apps Without Code',
description: 'Visual mobile app builder with cross-platform deployment',
icon: 'π±',
port: 3002,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Drag & Drop Builder',
'Cross-Platform Export',
'Push Notifications',
'App Store Deploy',
'Analytics Dashboard'
],
tech: ['React Native', 'Expo', 'TypeScript', 'Firebase'],
category: 'development',
popularity: 88,
status: 'new',
price: '$29/mo',
rating: 95,
featured: false,
installCmd: 'npx create-hanzo-app --template mobile',
updatedAt: 'Today',
pricing: 'Pro',
downloadable: true,
templatePath: 'mobile',
githubUrl: 'https://github.com/hanzoai/template-mobile',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-mobile',
netlify: 'https://app.netlify.com/start/deploy?repository=https://github.com/hanzoai/template-mobile'
}
},
{
id: 'saasify',
name: 'SaaSify',
tagline: 'Launch Your SaaS in Days',
description: 'Complete SaaS boilerplate with authentication, billing, and admin',
icon: 'βοΈ',
port: 3003,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Authentication & SSO',
'Stripe Billing',
'Admin Dashboard',
'Email Templates',
'API Documentation'
],
tech: ['Next.js', 'Supabase', 'Stripe', 'Resend', 'Shadcn'],
category: 'business',
popularity: 92,
status: 'stable',
price: '$99',
rating: 98,
featured: true,
installCmd: 'npx create-hanzo-app --template saas',
updatedAt: '1 week ago',
pricing: 'Pro',
downloadable: true,
templatePath: 'saas',
githubUrl: 'https://github.com/hanzoai/template-saas',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-saas',
netlify: 'https://app.netlify.com/start/deploy?repository=https://github.com/hanzoai/template-saas',
railway: 'https://railway.app/new/template?template=https://github.com/hanzoai/template-saas',
render: 'https://render.com/deploy?repo=https://github.com/hanzoai/template-saas'
}
},
{
id: 'startupkit',
name: 'StartupKit',
tagline: 'Everything You Need to Launch',
description: 'Comprehensive toolkit for startup founders and teams',
icon: 'π',
port: 3004,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Landing Pages',
'Investor Dashboards',
'Team Workspace',
'Legal Templates',
'Growth Analytics'
],
tech: ['Next.js', 'PostgreSQL', 'Redis', 'Chart.js'],
category: 'business',
popularity: 79,
status: 'beta',
price: '$49/mo',
rating: 92,
featured: false,
installCmd: 'npx create-hanzo-app --template startup',
updatedAt: '3 days ago',
pricing: 'Pro',
downloadable: true,
templatePath: 'startup',
githubUrl: 'https://github.com/hanzoai/template-startup',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-startup',
netlify: 'https://app.netlify.com/start/deploy?repository=https://github.com/hanzoai/template-startup'
}
},
{
id: 'analyticsdash',
name: 'AnalyticsDash',
tagline: 'Data That Drives Decisions',
description: 'Real-time analytics dashboard with custom metrics and reports',
icon: 'π',
port: 3005,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Real-time Data',
'Custom Dashboards',
'Data Visualization',
'Report Builder',
'API Access',
'Team Sharing'
],
tech: ['Next.js', 'D3.js', 'ClickHouse', 'WebSockets'],
category: 'analytics',
popularity: 85,
status: 'stable',
price: '$79/mo',
rating: 96,
featured: false,
installCmd: 'npx create-hanzo-app --template analytics',
updatedAt: '1 day ago',
pricing: 'Enterprise',
downloadable: true,
templatePath: 'analytics',
githubUrl: 'https://github.com/hanzoai/template-analytics',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-analytics',
railway: 'https://railway.app/new/template?template=https://github.com/hanzoai/template-analytics'
}
},
{
id: 'blog',
name: 'Hanzo Blog',
tagline: 'Modern Content Platform',
description: 'Professional blog with MDX support and content management',
icon: 'π',
port: 3006,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'MDX Support',
'SEO Optimized',
'Comment System',
'RSS Feed',
'Dark Mode'
],
tech: ['Next.js', 'MDX', 'Fumadocs', 'Tailwind'],
category: 'content',
popularity: 90,
status: 'stable',
price: 'Free',
rating: 94,
featured: false,
installCmd: 'npx create-hanzo-app --template blog',
updatedAt: '5 days ago',
pricing: 'Free',
downloadable: true,
templatePath: 'blog',
githubUrl: 'https://github.com/hanzoai/template-blog',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-blog',
netlify: 'https://app.netlify.com/start/deploy?repository=https://github.com/hanzoai/template-blog'
}
},
{
id: 'changelog',
name: 'Hanzo Changelog',
tagline: 'Product Updates & Releases',
description: 'Keep users informed with beautiful changelogs',
icon: 'π',
port: 3007,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Version Control',
'RSS Feed',
'Search & Filter',
'Markdown Support'
],
tech: ['Next.js', 'MDX', 'Fumadocs', 'Resend'],
category: 'content',
popularity: 75,
status: 'stable',
price: 'Free',
rating: 91,
featured: false,
installCmd: 'npx create-hanzo-app --template changelog',
updatedAt: '1 week ago',
pricing: 'Free',
downloadable: true,
templatePath: 'changelog',
githubUrl: 'https://github.com/hanzoai/template-changelog',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-changelog',
netlify: 'https://app.netlify.com/start/deploy?repository=https://github.com/hanzoai/template-changelog'
}
},
{
id: 'ai-chat',
name: 'AI Chat',
tagline: 'Universal AI Chat Interface',
description: 'Multi-provider chat platform with MCP tools and 100+ LLM models',
icon: 'π€',
port: 3009,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Model Context Protocol',
'100+ LLM Providers',
'Real-time Streaming',
'Code Execution',
'Multi-Modal Support',
'Team Collaboration'
],
tech: ['Next.js', 'LibreChat', 'MCP', 'WebSockets', 'PostgreSQL'],
category: 'development',
popularity: 98,
status: 'new',
price: 'Free',
rating: 99,
featured: true,
installCmd: 'npx create-hanzo-app --template ai-chat',
updatedAt: 'Today',
pricing: 'Free'
},
{
id: 'search-interface',
name: 'Search Interface',
tagline: 'AI-Powered Search Platform',
description: 'Next-generation search with generative UI and real-time answers',
icon: 'π',
port: 3010,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'AI Understanding',
'Generative UI',
'Multi-Source Search',
'Real-time Results',
'Smart Filters',
'Search Analytics'
],
tech: ['Next.js', 'Supabase', 'Vector DB', 'AI Models', 'Edge Functions'],
category: 'development',
popularity: 93,
status: 'new',
price: '$49/mo',
rating: 97,
featured: true,
installCmd: 'npx create-hanzo-app --template search',
updatedAt: 'Today',
pricing: 'Pro'
},
{
id: 'ecommerce-dash',
name: 'E-Commerce Dashboard',
tagline: 'Complete Store Management',
description: 'Professional e-commerce admin dashboard with analytics and inventory',
icon: 'ποΈ',
port: 3011,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Sales Analytics',
'Inventory Management',
'Customer Insights',
'Order Processing',
'Marketing Tools',
'Real-time Metrics'
],
tech: ['Next.js', 'PostgreSQL', 'Stripe', 'Chart.js', 'Redis'],
category: 'business',
popularity: 91,
status: 'new',
price: '$79/mo',
rating: 96,
featured: false,
installCmd: 'npx create-hanzo-app --template ecommerce',
updatedAt: 'Today',
pricing: 'Pro'
},
{
id: 'api-docs',
name: 'API Documentation',
tagline: 'Developer-First API Docs',
description: 'Interactive API documentation with testing playground and SDKs',
icon: 'π',
port: 3012,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Interactive Examples',
'Multiple SDKs',
'API Playground',
'OpenAPI Spec',
'Versioning',
'Webhooks'
],
tech: ['Next.js', 'MDX', 'OpenAPI', 'Swagger', 'Fumadocs'],
category: 'development',
popularity: 87,
status: 'stable',
price: 'Free',
rating: 95,
featured: false,
installCmd: 'npx create-hanzo-app --template api-docs',
updatedAt: 'Today',
pricing: 'Free'
},
{
id: 'portfolio',
name: 'Hanzo Portfolio',
tagline: 'Showcase Your Work',
description: 'Personal portfolio for developers and designers',
icon: 'π€',
port: 3008,
primaryColor: '#ffffff',
secondaryColor: '#9ca3af',
features: [
'Project Gallery',
'About Section',
'Contact Form',
'Social Links',
'Analytics'
],
tech: ['Next.js', 'Framer Motion', 'MDX', 'Tailwind'],
category: 'creative',
popularity: 82,
status: 'stable',
price: 'Free',
rating: 97,
featured: false,
installCmd: 'npx create-hanzo-app --template portfolio',
updatedAt: '4 days ago',
pricing: 'Free',
downloadable: true,
templatePath: 'portfolio',
githubUrl: 'https://github.com/hanzoai/template-portfolio',
deployUrls: {
vercel: 'https://vercel.com/new/clone?repository-url=https://github.com/hanzoai/template-portfolio',
netlify: 'https://app.netlify.com/start/deploy?repository=https://github.com/hanzoai/template-portfolio'
}
}
]
export const categories = [
{ id: 'all', name: 'All Templates', icon: 'π―' },
{ id: 'development', name: 'Development', icon: 'π»' },
{ id: 'business', name: 'Business', icon: 'πΌ' },
{ id: 'analytics', name: 'Analytics', icon: 'π' },
{ id: 'content', name: 'Content', icon: 'π' },
{ id: 'creative', name: 'Creative', icon: 'π¨' },
] |