Skip to content

Commit 6bf6fbf

Browse files
committed
v3.0.0
1 parent 21e1981 commit 6bf6fbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+4053
-956
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
.DS_Store
2-
release-builds/
3-
node_modules/
1+
node_modules
2+
release-builds
3+
webpack.config.js
4+
package-lock.json

LICENSE

Lines changed: 674 additions & 21 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 16 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<p align="center">
2-
<img src="./assets/icons/png/aigaten.svg" alt="AI Gate Logo" style="display: block; margin: auto; background-color: 0d1116; border-radius: 20px" />
2+
<img src="./icons/ai-gate.svg" alt="AI Gate Logo" style="display: block; margin: auto; background-color: 0d1116; border-radius: 20px" width=400px/>
33

44
</p>
55

66
---
77

88
<div align="center">
99
From AI Gate, you can access ChatGPT, Gemini, Perplexity, Claude all from one easy-to-use app. 🖥️
10+
&nbsp;
1011

1112
<div align="center">
1213
<a href="https://aigate.inulute.com">
@@ -16,15 +17,15 @@ From AI Gate, you can access ChatGPT, Gemini, Perplexity, Claude all from one ea
1617

1718
</div>
1819

19-
## Features
20+
## ⚙️ Features
2021

2122
- **AI Tool Collection:** Access a curated selection of cutting-edge AI tools in one place. 🧰
2223
- **User-Friendly Interface:** Intuitive and visually appealing interface for seamless interactions. 🎨
2324
- **Fast and Efficient:** Instantly harness the power of AI without any delays or complications. ⚡
2425
- **Cross-Platform Compatibility:** Available for Windows, Linux and macOS. 🖥️
25-
- **Shortcuts to Switch AI's instantly:** You can switch AI tools using shortcuts. [Learn More about shortcuts.](https://aigate.inulute.com/instructions) 🌐
26+
- **Open multiple tools:** Open multiple tools at the same time. 🚀
2627

27-
## 📦Releases
28+
## 📦 Releases
2829

2930
You can download the latest releases from the link.
3031

@@ -36,40 +37,30 @@ You can download the latest releases from the link.
3637

3738
</div>
3839

39-
> [!NOTE]
40-
> macOS and Linux versions of AI Gate are now available. Thank you for your patience and support!
41-
4240

43-
## Screenshots
41+
## 🖼️ Screenshots
4442

45-
![AI Gate App Screenshot](./assets/screenshots/aigate.png)
43+
![AI Gate App Screenshot](./assets/screenshots/mockup-ai-gate.png)
4644

4745

4846

49-
| ChatGPT | Google Gemini |
47+
| Home | Layout 1 |
5048
|:---------------------------------------------:|:--------------------------------------------:|
51-
| <img src="./assets/screenshots/chatgpt.png" width="1000" alt="ChatGPT"/> | <img src="./assets/screenshots/gemini.png" width="1000" alt="Gemini"/> |
49+
| <img src="./assets/screenshots/home.png" width="1000" alt="Home Screen"/> | <img src="./assets/screenshots/layout1.png" width="1000" alt="Layout 1"/> |
5250
&nbsp;
5351

54-
| Perplexity | Claude2 |
52+
| Layout 2 | Layout 3 |
5553
|:--------------------------------------------:|:--------------------------------------------:|
56-
| <img src="./assets/screenshots/perplexity.png" width="1000" alt="Perplexity"/> | <img src="./assets/screenshots/claude.png" width="1000" alt="Claude2"/> |
57-
54+
| <img src="./assets/screenshots/layout2.png" width="1000" alt="2 Ai tools together"/> | <img src="./assets/screenshots/layout3.png" width="1000" alt="4 Ai tools together"/> |
5855

59-
## Contributing
6056

61-
We welcome contributions to make AI Gate even better! If you have any ideas, bug reports, or feature requests, please feel free to create an issue or submit a pull request in the [GitHub repository](https://github.com/inulute/ai-gate).
57+
## 📢 Feedback
6258

63-
## 📢 Feedback and Contributions
59+
We warmly welcome your feedback to improve the AI Gate. If you encounter any issues or have ideas for enhancements, please submit them through GitHub issues.
6460

65-
We warmly welcome your feedback and contributions to improve the AI Gate. If you encounter any issues or have ideas for enhancements, please submit them through GitHub issues or create a pull request. 😊
61+
## ❣️ Support and Donations
6662

67-
## Support and Donations ❣️
68-
69-
<div align=center>
70-
<img src="./assets/payment/dunno2.svg" alt="Dunno" width="80"/>
71-
72-
</div>
63+
If you find AI Gate helpful, please consider supporting the project. Your contributions help us maintain and improve the app. 🙏
7364

7465
<div align="center">
7566
<a href="https://ko-fi.com/inulute">
@@ -87,20 +78,6 @@ We warmly welcome your feedback and contributions to improve the AI Gate. If you
8778

8879
## 📝 License
8980

90-
AI Gate is released under the MIT License.
91-
92-
<div align="center">
93-
94-
<a href="https://github.com/inulute/ai-gate/blob/main/LICENSE">
95-
<img src="https://img.shields.io/github/license/inulute/ai-gate?style=for-the-badge" alt="License">
96-
</a>
97-
98-
</div>
99-
100-
## 🤝 Acknowledgments
101-
102-
We would like to extend our gratitude to the open-source community and the creators of the AI tools integrated into AI Gate.
103-
104-
If you have any questions or need assistance, don't hesitate to reach out. 🤖💡
81+
AI Gate is released under the GPL-v3 License. Please refer to the [LICENSE](./LICENSE) file for more information.
10582

10683
---

assets/css/no-topbar.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

assets/css/style.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

assets/icons/png/aigate1.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

assets/icons/png/aigaten.svg

Lines changed: 0 additions & 32 deletions
This file was deleted.

assets/js/renderer.js

Lines changed: 0 additions & 45 deletions
This file was deleted.

assets/payment/dunno2.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/screenshots/aigate.png

-50 KB
Binary file not shown.

assets/screenshots/chatgpt.png

-59.6 KB
Binary file not shown.

assets/screenshots/claude.png

-128 KB
Binary file not shown.

assets/screenshots/gemini.png

-89.4 KB
Binary file not shown.

assets/screenshots/home.png

43.3 KB
Loading

assets/screenshots/layout1.png

65.6 KB
Loading

assets/screenshots/layout2.png

79.3 KB
Loading

assets/screenshots/layout3.png

97.2 KB
Loading

assets/screenshots/mockup-ai-gate.png

1.08 MB
Loading

assets/screenshots/perplexity.png

-82.2 KB
Binary file not shown.

drag.js

Lines changed: 0 additions & 19 deletions
This file was deleted.

icons/ai-gate.svg

Lines changed: 25 additions & 0 deletions
Loading
Lines changed: 1 addition & 2 deletions
Loading

icons/claude-ai-icon.svg

Lines changed: 11 additions & 0 deletions
Loading

icons/gemini-icon.svg

Lines changed: 21 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)