File size: 20,379 Bytes
5de7420 31d0d62 5de7420 26cefad fa4d7a4 5de7420 31d0d62 26cefad 4632852 26cefad 31d0d62 4632852 26cefad 31d0d62 5de7420 31d0d62 5de7420 31d0d62 5de7420 31d0d62 5de7420 31d0d62 26cefad 31d0d62 5de7420 31d0d62 5de7420 31d0d62 4632852 31d0d62 5de7420 31d0d62 5de7420 31d0d62 fa4d7a4 4632852 fa4d7a4 5de7420 31d0d62 5de7420 31d0d62 26cefad 31d0d62 26cefad fa4d7a4 26cefad 31d0d62 26cefad 31d0d62 fa4d7a4 31d0d62 26cefad 31d0d62 fa4d7a4 26cefad 31d0d62 fa4d7a4 31d0d62 26cefad 5de7420 26cefad fa4d7a4 26cefad fa4d7a4 5de7420 31d0d62 5de7420 31d0d62 26cefad 31d0d62 26cefad 31d0d62 5de7420 4632852 5de7420 31d0d62 5de7420 31d0d62 fa4d7a4 26cefad fa4d7a4 31d0d62 fa4d7a4 5de7420 26cefad 5de7420 31d0d62 5de7420 |
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 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 |
'use client';
import React, { useRef, useState } from 'react';
import { parseHuggingFaceUrl } from '../lib/huggingface';
import QRCodeWithLogo from './QRCodeWithLogo';
import { saveAs } from 'file-saver';
import * as htmlToImage from 'html-to-image';
import { Button } from '@/components/ui/button';
import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from '@/components/ui/card';
import { Input } from '@/components/ui/input';
import { Label } from '@/components/ui/label';
import { Badge } from '@/components/ui/badge';
import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar';
import { Download, ChevronLeft, Copy, Palette } from 'lucide-react';
import { FaFacebook, FaLinkedin } from 'react-icons/fa';
import { FaSquareXTwitter } from 'react-icons/fa6';
const HuggingFaceQRGenerator = () => {
const [inputUrl, setInputUrl] = useState('');
const [profileData, setProfileData] = useState<any>(null);
const [loading, setLoading] = useState(false);
const [error, setError] = useState('');
const [qrCodeInstance, setQrCodeInstance] = useState<any>(null);
const [showQR, setShowQR] = useState(false);
const [gradientIndex, setGradientIndex] = useState(0);
const [showColorPicker, setShowColorPicker] = useState(false);
const [customColor, setCustomColor] = useState<string | null>('#f59e0b');
const gradients = [
{ name: 'Sunset', colors: ['#f59e0b', '#f43f5e'], type: 'gradient' }, // orange → rose
{ name: 'Aqua Blue', colors: ['#06b6d4', '#3b82f6'], type: 'gradient' }, // cyan → blue
{ name: 'Purple Orange', colors: ['#8b5cf6', '#f59e0b'], type: 'gradient' }, // purple → orange
{ name: 'Emerald Gold', colors: ['#10b981', '#fbbf24'], type: 'gradient' }, // green → amber
{ name: 'Indigo Pink', colors: ['#4f46e5', '#ec4899'], type: 'gradient' }, // indigo → pink
{ name: 'Teal Violet', colors: ['#14b8a6', '#7c3aed'], type: 'gradient' }, // teal → violet
{ name: 'Sky Purple', colors: ['#38bdf8', '#a78bfa'], type: 'gradient' }, // sky → purple
{ name: 'Slate Blue', colors: ['#64748b', '#3b82f6'], type: 'gradient' }, // slate → blue
];
const solidColors = [
{ name: 'Orange', color: '#f59e0b' },
{ name: 'Blue', color: '#3b82f6' },
{ name: 'Green', color: '#10b981' },
{ name: 'Purple', color: '#8b5cf6' },
{ name: 'Pink', color: '#ec4899' },
{ name: 'Red', color: '#ef4444' },
{ name: 'Yellow', color: '#eab308' },
{ name: 'Gray', color: '#6b7280' },
];
const handleGenerate = async () => {
setError('');
setLoading(true);
setShowQR(false);
try {
// Parse the URL to extract username and resource info
const parsed = parseHuggingFaceUrl(inputUrl);
// Fetch profile data from our API
const response = await fetch('/api/huggingface', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify({
username: parsed.username,
resourceType: parsed.resourceType,
resourceName: parsed.resourceName
}),
});
if (!response.ok) {
throw new Error('Failed to fetch profile data');
}
const data = await response.json();
// Use proxy for the avatar to avoid CORS issues
const proxiedAvatarUrl = `/api/proxy-image?url=${encodeURIComponent(data.avatarUrl)}`;
setProfileData({
...data,
avatarUrl: proxiedAvatarUrl,
originalAvatarUrl: data.avatarUrl,
qrValue: parsed.profileUrl
});
setShowQR(true);
} catch (err: any) {
setError(err.message || 'Invalid URL or username');
setProfileData(null);
setShowQR(false);
} finally {
setLoading(false);
}
};
const handleBack = () => {
setShowQR(false);
};
const handleCycleBackground = () => {
setGradientIndex((prev) => (prev + 1) % gradients.length);
setCustomColor(null);
};
const handleSelectGradient = (index: number) => {
setGradientIndex(index);
setCustomColor(null);
setShowColorPicker(false);
};
const handleSelectSolidColor = (color: string) => {
setCustomColor(color);
setShowColorPicker(false);
};
const getBackgroundStyle = () => {
if (customColor) {
return { background: customColor };
}
const gradient = gradients[gradientIndex];
return { background: `linear-gradient(135deg, ${gradient.colors[0]}, ${gradient.colors[1]})` };
};
const phoneRef = useRef<HTMLDivElement | null>(null);
const cardRef = useRef<HTMLDivElement | null>(null);
const handleDownload = async (format = 'png') => {
if (!profileData) return;
try {
const cardElement = cardRef.current || document.getElementById('qr-card');
const phoneElement = phoneRef.current;
if (format === 'full' && phoneElement) {
const rect = phoneElement.getBoundingClientRect();
const dataUrl = await htmlToImage.toPng(phoneElement, {
quality: 1.0,
pixelRatio: 2,
width: Math.ceil(rect.width),
height: Math.ceil(rect.height),
style: { margin: '0' },
});
const response = await fetch(dataUrl);
const blob = await response.blob();
saveAs(blob, `huggingface-${profileData.username}-phone.png`);
} else if (format === 'png' || format === 'card') {
// Download just the inner card
const rect = cardElement!.getBoundingClientRect();
const dataUrl = await htmlToImage.toPng(cardElement!, {
quality: 1.0,
backgroundColor: '#ffffff',
pixelRatio: 2,
width: Math.ceil(rect.width),
height: Math.ceil(rect.height),
style: {
margin: '0',
borderRadius: '12px'
}
});
// Convert dataURL to blob
const response = await fetch(dataUrl);
const blob = await response.blob();
saveAs(blob, `huggingface-${profileData.username}-card.png`);
} else if (format === 'qr-only' && qrCodeInstance) {
// Download just the QR code
const blob = await qrCodeInstance.download({
name: `huggingface-${profileData.username}`,
extension: 'png'
});
saveAs(blob, `huggingface-${profileData.username}-qr.png`);
}
} catch (err) {
console.error('Download error:', err);
}
};
const handleShare = (platform: string) => {
const shareText = `Check out my Hugging Face profile!`;
const shareUrl = profileData?.qrValue || '';
const shareLinks: { [key: string]: string } = {
twitter: `https://twitter.com/intent/tweet?text=${encodeURIComponent(shareText)}&url=${encodeURIComponent(shareUrl)}`,
facebook: `https://www.facebook.com/sharer/sharer.php?u=${encodeURIComponent(shareUrl)}`,
linkedin: `https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(shareUrl)}`
};
if (shareLinks[platform]) {
window.open(shareLinks[platform], '_blank', 'width=600,height=400');
}
};
const handleShareSms = () => {
const text = encodeURIComponent(`Check out my Hugging Face profile: ${profileData?.qrValue || ''}`);
window.open(`sms:?&body=${text}`, '_blank');
};
const handleShareEmail = () => {
const subject = encodeURIComponent('My Hugging Face Profile');
const body = encodeURIComponent(`Hey! Check out my Hugging Face profile: ${profileData?.qrValue || ''}`);
window.open(`mailto:?subject=${subject}&body=${body}`, '_self');
};
const handleShareNative = async () => {
try {
if (navigator.share) {
await navigator.share({
title: 'Hugging Face Profile',
text: 'Check out my Hugging Face profile!',
url: profileData?.qrValue || ''
});
} else {
await navigator.clipboard.writeText(profileData?.qrValue || '');
alert('Link copied to clipboard');
}
} catch (e) {
// ignore cancel
}
};
const handleCopyImage = async () => {
if (!profileData) return;
try {
const phoneElement = phoneRef.current;
if (!phoneElement) return;
const rect = phoneElement.getBoundingClientRect();
const dataUrl = await htmlToImage.toPng(phoneElement, {
quality: 1.0,
pixelRatio: 2,
width: Math.ceil(rect.width),
height: Math.ceil(rect.height),
style: { margin: '0' },
});
// Convert data URL to blob
const response = await fetch(dataUrl);
const blob = await response.blob();
// Copy to clipboard
await navigator.clipboard.write([
new ClipboardItem({
'image/png': blob
})
]);
alert('Image copied to clipboard!');
} catch (err) {
console.error('Copy error:', err);
alert('Failed to copy image. Your browser may not support this feature.');
}
};
const getResourceIcon = (type: string) => {
switch(type) {
case 'model': return '🤖';
case 'dataset': return '📊';
case 'space': return '🚀';
default: return '👤';
}
};
const isValid = inputUrl.trim().length > 0
// Validate HuggingFace username format
const validateInput = (input: string): boolean => {
if (!input.trim()) return true; // empty is neutral
// Check if it's a valid username (alphanumeric, hyphens, underscores)
// or a valid HuggingFace URL
const usernamePattern = /^[a-zA-Z0-9_-]+$/;
const urlPattern = /huggingface\.co/i;
return usernamePattern.test(input) || urlPattern.test(input);
};
const inputIsInvalid = inputUrl.trim().length > 0 && !validateInput(inputUrl);
return (
<div className="min-h-screen bg-linear-to-br from-purple-50 via-pink-50 to-blue-50 dark:from-gray-900 dark:via-purple-900 dark:to-gray-900">
{/* Input form - hidden when QR is shown */}
{!showQR && (
<div className="min-h-screen grid place-items-center p-4 sm:p-6 md:p-10 bg-white/80">
<div className="w-full max-w-2xl mx-auto">
{/* Input card */}
<Card className="shadow-xl" style={{ padding: '1rem', fontFamily: 'var(--font-inter)', boxShadow: '0 10px 40px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.06)' }}>
<CardHeader className="pb-4 px-4 sm:px-6">
<div className="flex flex-col gap-3">
<img src="/logo.svg" alt="Hugging Face" className="h-6 sm:h-7 w-auto" />
<CardDescription className="text-muted-foreground text-sm sm:text-base" style={{ fontFamily: 'var(--font-inter)' }}>Generate a clean QR code for any Hugging Face profile or resource.</CardDescription>
</div>
</CardHeader>
<CardContent className="p-4 sm:p-6 md:p-8 space-y-5 sm:space-y-7">
<div className="space-y-3">
<Label className="text-xs tracking-wider font-medium" style={{ fontFamily: 'var(--font-inter)' }}>HUGGING FACE USERNAME</Label>
<div className="relative">
<div className="flex flex-col sm:flex-row items-stretch overflow-hidden rounded-md border">
<span className="hidden sm:inline-flex items-center text-xs sm:text-sm text-muted-foreground select-none" style={{ paddingLeft: '8px', paddingRight: '5px', backgroundColor: '#f5f5f5', fontFamily: 'var(--font-inter)' }}>
https://huggingface.co/
</span>
<Input
type="text"
value={inputUrl}
onChange={(e) => setInputUrl(e.target.value)}
placeholder="Reubencf"
className="h-10 sm:h-12 border-0 rounded-none focus-visible:ring-0 focus-visible:ring-offset-0 text-sm sm:text-base"
style={{ paddingLeft: '12px', paddingRight: '12px', fontFamily: 'var(--font-inter)' }}
onKeyPress={(e) => e.key === 'Enter' && handleGenerate()}
disabled={loading}
aria-invalid={inputIsInvalid}
aria-describedby="hf-input-help"
autoFocus
/>
</div>
</div>
<p id="hf-input-help" className="text-xs text-muted-foreground" style={{ paddingTop: '5px', paddingBottom: '4px', fontFamily: 'var(--font-inter)' }}>Paste a full URL or just the username, e.g. <span className="font-mono text-xs">reubencf</span>.</p>
</div>
<div className="pt-2 flex justify-center sm:justify-end">
<Button
onClick={handleGenerate}
disabled={!inputUrl || loading}
className="rounded-md h-auto bg-neutral-900 text-white hover:bg-neutral-800 disabled:bg-neutral-700 disabled:opacity-100 w-full sm:w-auto text-sm sm:text-base"
style={{ padding: '10px 16px' }}
aria-label="Generate QR Code"
>
{loading ? 'Generating…' : 'Generate QR Code'}
</Button>
</div>
{error && (
<div className="bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 text-red-600 dark:text-red-400 px-4 py-2 rounded-lg text-sm">
{error}
</div>
)}
</CardContent>
</Card>
</div>
</div>
)}
{/* Full screen QR preview - shown after successful generation */}
{showQR && profileData && (
<div
className="fixed inset-0 bg-linear-to-br from-purple-50 via-pink-50 to-blue-50 dark:from-gray-900 dark:via-purple-900 dark:to-gray-900 z-50 p-4 md:p-6 overflow-y-auto"
style={getBackgroundStyle()}
>
{/* Back button moved outside of the phone so it won't appear in exports */}
<div className="qr-topbar">
<button onClick={handleBack} aria-label="Back"><ChevronLeft size={18} /></button>
</div>
<div className="qr-preview mx-auto flex justify-center py-6">
<div
className="qr-phone-bg"
ref={phoneRef}
style={getBackgroundStyle()}
onClick={handleCycleBackground}
>
<div className="qr-card-v2" id="qr-card" ref={cardRef} onClick={(e) => e.stopPropagation()}>
<div className="qr-avatar-wrap">
<img
src={profileData.originalAvatarUrl || profileData.avatarUrl}
alt={profileData.fullName}
className="qr-avatar"
crossOrigin="anonymous"
/>
</div>
<div className="qr-card-inner">
<div className="qr-name">{profileData.fullName}</div>
<div className="qr-code-holder">
<QRCodeWithLogo
value={profileData.qrValue}
logoUrl="https://huggingface.co/front/assets/huggingface_logo.svg"
size={210}
onQRCodeReady={setQrCodeInstance}
backgroundColor="#FFFFFF"
dotsColor="#000000"
/>
</div>
<p className="qr-caption">{(() => {
const t = profileData?.resourceType || profileData?.type;
if (t === 'model') return 'Scan to open this model on Hugging Face';
if (t === 'dataset') return 'Scan to open this dataset on Hugging Face';
if (t === 'space') return 'Scan to open this Space on Hugging Face';
if (profileData?.fullName) return `Scan to open ${profileData.fullName} on Hugging Face`;
return 'Scan to open on Hugging Face';
})()}</p>
<div className="qr-brand">
<img src="https://huggingface.co/front/assets/huggingface_logo.svg" alt="Hugging Face" />
<span>Hugging Face</span>
</div>
</div>
</div>
</div>
{/* Share sheet placed below the phone (not part of exported element) */}
<div className="qr-share-sheet" onClick={(e) => e.stopPropagation()}>
<div className="qr-download-group">
<span className="qr-share-label">Actions</span>
<div className="qr-download-actions">
<div className="qr-download-item">
<button onClick={() => handleDownload('full')} className="qr-circle" aria-label="Download">
<Download size={18} />
</button>
<span className="qr-action-text">Download</span>
</div>
<div className="qr-download-item">
<button onClick={handleCopyImage} className="qr-circle" aria-label="Copy">
<Copy size={18} />
</button>
<span className="qr-action-text">Copy</span>
</div>
<div className="qr-download-item">
<button onClick={() => setShowColorPicker(!showColorPicker)} className="qr-circle" aria-label="Change Color">
<Palette size={18} />
</button>
<span className="qr-action-text">Color</span>
</div>
</div>
</div>
<div className="qr-share-group">
<span className="qr-share-label">Share to</span>
<div className="qr-share-actions">
<button className="qr-circle" onClick={() => handleShare('linkedin')} aria-label="Share on LinkedIn"><FaLinkedin size={20} /></button>
<button className="qr-circle" onClick={() => handleShare('facebook')} aria-label="Share on Facebook"><FaFacebook size={20} /></button>
<button className="qr-circle" onClick={() => handleShare('twitter')} aria-label="Share on X (Twitter)"><FaSquareXTwitter size={20} /></button>
</div>
</div>
</div>
{/* Color Picker Popup */}
{showColorPicker && (
<div className="qr-color-picker" onClick={(e) => e.stopPropagation()}>
<div className="qr-color-picker-header">
<h3>Choose Background</h3>
<button onClick={() => setShowColorPicker(false)} className="qr-color-close">×</button>
</div>
<div className="qr-color-section">
<h4>Gradients</h4>
<div className="qr-color-grid">
{gradients.map((gradient, index) => (
<button
key={index}
className={`qr-color-swatch ${gradientIndex === index && !customColor ? 'active' : ''}`}
style={{ background: `linear-gradient(135deg, ${gradient.colors[0]}, ${gradient.colors[1]})` }}
onClick={() => handleSelectGradient(index)}
title={gradient.name}
/>
))}
</div>
</div>
<div className="qr-color-section">
<h4>Solid Colors</h4>
<div className="qr-color-grid">
{solidColors.map((color, index) => (
<button
key={index}
className={`qr-color-swatch ${customColor === color.color ? 'active' : ''}`}
style={{ background: color.color }}
onClick={() => handleSelectSolidColor(color.color)}
title={color.name}
/>
))}
</div>
</div>
</div>
)}
</div>
</div>
)}
</div>
);
};
export default HuggingFaceQRGenerator; |