Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvanleeuwen19 authored Oct 22, 2024
1 parent 5c8c32d commit aaafea1
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
commit.bat
node_modules
32 changes: 32 additions & 0 deletions build-appx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"appId": "com.yixboost.wingpt",
"productName": "WinGPT",
"files": [
"main.js",
"preload.js",
"index.html",
"offline.html",
"node_modules/**/*",
"package.json"
],
"directories": {
"output": "dist"
},
"win": {
"target": [
"appx"
],
"icon": "assets/icon.png"
},
"appx": {
"publisher": "CN=YourPublisherName",
"publisherDisplayName": "Yixboost NL",
"identityName": "com.yixboost.wingpt",
"version": "1.2.3",
"packageName": "WinGPT",
"resources": {
"logo": "assets/icon.png"
}
}
}

70 changes: 63 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ <h1>Welcome to WinGPT</h1>
<div class="card">
<i class="fas fa-plug" style="font-size: 2em; color: var(--accent-color);"></i>
<h3>Multi-AI Integration</h3>
<p>Access Claude, Gemini, ChatGPT, You.com, and Blackbox AI from a single interface.</p>
<p>Access Claude, Gemini, ChatGPT, You.com, and more from a single interface.</p>
</div>
<div class="card">
<i class="fas fa-cogs" style="font-size: 2em; color: var(--accent-color);"></i>
Expand Down Expand Up @@ -266,39 +266,95 @@ <h1>AI Bots</h1>
<div class="card-grid">
<a href="https://claude.ai">
<div class="card">
<img src="http://yixgames.nl.eu.org/yixboost/p/wingpt/assets/images/claude.png" width="100%" alt="Claude AI">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/claude.png" width="100%" alt="Claude AI">
<h3>Claude AI</h3>
<p>A conversational AI designed to assist with creative writing, answering questions, and more.</p>
</div>
</a>
<a href="https://chatgpt.com">
<div class="card">
<img src="http://yixgames.nl.eu.org/yixboost/p/wingpt/assets/images/chatgpt.png" width="100%" alt="ChatGPT">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/chatgpt.png" width="100%" alt="ChatGPT">
<h3>ChatGPT</h3>
<p>The popular chatbot AI from OpenAI, great for answering queries and creating conversational experiences.</p>
</div>
</a>
<a href="https://you.com">
<div class="card">
<img src="http://yixgames.nl.eu.org/yixboost/p/wingpt/assets/images/you.png" width="100%" alt="You.com AI">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/you.png" width="100%" alt="You.com AI">
<h3>You.com AI</h3>
<p>A search engine integrated AI offering real-time web browsing and answers with speed and accuracy.</p>
</div>
</a>
<a href="https://blackbox.ai">
<div class="card">
<img src="http://yixgames.nl.eu.org/yixboost/p/wingpt/assets/images/blackbox.png" width="100%" alt="Blackbox AI">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/blackbox.png" width="100%" alt="Blackbox AI">
<h3>Blackbox AI</h3>
<p>An AI-powered coding assistant that helps developers by generating code snippets and suggestions.</p>
</div>
</a>
<a href="https://gemini.google.com/app">
<div class="card">
<img src="http://yixgames.nl.eu.org/yixboost/p/wingpt/assets/images/gemini.png" width="100%" alt="Google Gemini">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/gemini.png" width="100%" alt="Google Gemini">
<h3>Google Gemini</h3>
<p>Google Gemini is an advanced AI model from Google. It provides powerful answers and integrates text and images.</p>
</div>
</a>
</a>
<a href="https://www.perplexity.ai">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/perplexity.png" width="100%" alt="Perplexity AI">
<h3>Perplexity AI</h3>
<p>An AI-based search engine providing concise, accurate answers based on web knowledge.</p>
</div>
</a>
<a href="https://www.jasper.ai">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/jasper.png" width="100%" alt="Jasper AI">
<h3>Jasper AI</h3>
<p>A content creation AI tool, perfect for marketers and writers to generate high-quality content.</p>
</div>
</a>
<a href="https://www.deepl.com/write">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/deepl.png" width="100%" alt="DeepL Write">
<h3>DeepL Write</h3>
<p>An AI-powered writing assistant that helps you write clearly and concisely in multiple languages.</p>
</div>
</a>
<a href="https://www.quillbot.com">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/quillbot.png" width="100%" alt="QuillBot AI">
<h3>QuillBot AI</h3>
<p>A paraphrasing and summarization tool powered by AI to enhance and improve your writing.</p>
</div>
</a>
<a href="https://poe.com">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/poe.png" width="100%" alt="Poe AI">
<h3>Poe AI</h3>
<p>An AI platform from Quora allowing users to chat with multiple AI bots for various purposes.</p>
</div>
</a>
<a href="https://www.midjourney.com">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/midjourney.png" width="100%" alt="MidJourney AI">
<h3>MidJourney AI</h3>
<p>A powerful AI for generating stunning visual artwork based on textual prompts.</p>
</div>
</a>
<a href="https://www.copy.ai">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/copy.png" width="100%" alt="Copy.ai">
<h3>Copy.ai</h3>
<p>An AI tool designed to help marketers and businesses generate copy for ads, websites, and emails.</p>
</div>
</a>
<a href="https://writesonic.com">
<div class="card">
<img src="https://yixboost.github.io/wingpt/assets/images/ai/writesonic.png" width="100%" alt="Writesonic AI">
<h3>Writesonic AI</h3>
<p>An AI-powered writing assistant helping to create SEO-optimized content quickly and efficiently.</p>
</div>
</a>
</div>
</div>

Expand Down
83 changes: 82 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,38 @@ function createWindow() {
label: '⚫ Blackbox.ai',
click: () => selectBot('Blackbox.ai', 'https://www.blackbox.ai'),
},
{
label: '🔴 Perplexity',
click: () => selectBot('Perplexity', 'https://www.perplexity.ai'),
},
{
label: '🟡 Jasper',
click: () => selectBot('Jasper', 'https://www.jasper.ai'),
},
{
label: '🟣 DeepL Write',
click: () => selectBot('DeepL Write', 'https://www.deepl.com/write'),
},
{
label: '🔵 QuillBot',
click: () => selectBot('QuillBot', 'https://www.quillbot.com'),
},
{
label: '🟢 Poe by Quora',
click: () => selectBot('Poe', 'https://poe.com'),
},
{
label: '🔴 MidJourney',
click: () => selectBot('MidJourney', 'https://www.midjourney.com'),
},
{
label: '🟡 Copy.ai',
click: () => selectBot('Copy.ai', 'https://www.copy.ai'),
},
{
label: '🟠 Writesonic',
click: () => selectBot('Writesonic', 'https://writesonic.com'),
},
{ type: 'separator' },
{
label: '↗️ Go to Start Page',
Expand Down Expand Up @@ -180,7 +212,31 @@ function loadSelectedBot() {
case 'Blackbox.ai':
botURL = 'https://www.blackbox.ai';
break;
}
case 'Perplexity':
botURL = 'https://www.perplexity.ai';
break;
case 'Jasper':
botURL = 'https://www.jasper.ai';
break;
case 'DeepL Write':
botURL = 'https://www.deepl.com/write';
break;
case 'QuillBot':
botURL = 'https://www.quillbot.com';
break;
case 'Poe':
botURL = 'https://poe.com';
break;
case 'MidJourney':
botURL = 'https://www.midjourney.com';
break;
case 'Copy.ai':
botURL = 'https://www.copy.ai';
break;
case 'Writesonic':
botURL = 'https://writesonic.com';
break;
}
win.setTitle(selectedBot);
isOnline().then(online => {
if (online) {
Expand Down Expand Up @@ -243,9 +299,34 @@ function detectAndSetBotFromURL(url) {
} else if (url.includes('blackbox.ai')) {
store.set('selectedBot', 'Blackbox.ai');
win.setTitle('Blackbox.ai');
} else if (url.includes('perplexity.ai')) {
store.set('selectedBot', 'Perplexity');
win.setTitle('Perplexity');
} else if (url.includes('jasper.ai')) {
store.set('selectedBot', 'Jasper');
win.setTitle('Jasper');
} else if (url.includes('deepl.com/write')) {
store.set('selectedBot', 'DeepL Write');
win.setTitle('DeepL Write');
} else if (url.includes('quillbot.com')) {
store.set('selectedBot', 'QuillBot');
win.setTitle('QuillBot');
} else if (url.includes('poe.com')) {
store.set('selectedBot', 'Poe');
win.setTitle('Poe');
} else if (url.includes('midjourney.com')) {
store.set('selectedBot', 'MidJourney');
win.setTitle('MidJourney');
} else if (url.includes('copy.ai')) {
store.set('selectedBot', 'Copy.ai');
win.setTitle('Copy.ai');
} else if (url.includes('writesonic.com')) {
store.set('selectedBot', 'Writesonic');
win.setTitle('Writesonic');
}
}


app.on('window-all-closed', () => {
if (process.platform !== 'darwin') {
app.quit();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "WinGPT",
"version": "1.2.3",
"version": "1.2.4",
"main": "main.js",
"type": "module",
"scripts": {
Expand Down

0 comments on commit aaafea1

Please sign in to comment.