-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) · 2.42 KB
/
Copy pathindex.html
File metadata and controls
51 lines (48 loc) · 2.42 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/svg+xml" href="./favicon.svg" />
<title>DevAIde — AI-powered Browser IDE | Free Online Code Editor</title>
<meta name="description" content="DevAIde is a free, browser-based AI IDE. Write, compile, and run HTML, CSS, JavaScript, and Python locally in your browser. Features integrated WebLLM AI assistant." />
<meta name="keywords" content="AI IDE, browser-based code editor, tarayıcı tabanlı kod editörü, web IDE, DevAIde, online Python compiler, Javascript online editor, local LLM IDE" />
<meta name="author" content="DevAIde" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://DevAIde.github.io/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://DevAIde.github.io/" />
<meta property="og:title" content="DevAIde — AI-powered Browser IDE" />
<meta property="og:description" content="Your browser. Your AI. Your IDE. Write and run code offline in your browser with a local AI assistant." />
<meta property="og:image" content="https://DevAIde.github.io/og-image.jpg" />
<meta property="og:site_name" content="DevAIde" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://DevAIde.github.io/" />
<meta name="twitter:title" content="DevAIde — AI-powered Browser IDE" />
<meta name="twitter:description" content="Code offline in your browser with local AI support. Zero setup friction." />
<meta name="twitter:image" content="https://DevAIde.github.io/og-image.jpg" />
<!-- JSON-LD Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "DevAIde",
"operatingSystem": "Web Browser",
"applicationCategory": "DeveloperApplication",
"description": "A browser-based, AI-powered IDE that allows writing and running code completely offline.",
"url": "https://DevAIde.github.io/",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>