mirror of
https://github.com/1c7/chinese-independent-developer.git
synced 2026-04-28 13:14:35 +08:00
Compare commits
87 Commits
batch-add-
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49cd97471c | ||
|
|
2fc525e00f | ||
|
|
f239225108 | ||
|
|
9f5a326c7f | ||
|
|
f8420979b0 | ||
|
|
2a5cf66b0e | ||
|
|
17be6cde0d | ||
|
|
1828ae5ce9 | ||
|
|
b47fc7d454 | ||
|
|
51d3fd7b1b | ||
|
|
8b882f9d5e | ||
|
|
21f5e4dd81 | ||
|
|
1405199550 | ||
|
|
c1fb6fb244 | ||
|
|
c264c97980 | ||
|
|
d1714399b0 | ||
|
|
846de66bf4 | ||
|
|
8e7a6648fc | ||
|
|
5e4a766322 | ||
|
|
b5ba6bdf6a | ||
|
|
718b2bfd48 | ||
|
|
efb811a48c | ||
|
|
ee8055d77b | ||
|
|
e0f100295a | ||
|
|
0b074b1ad8 | ||
|
|
f7482a4435 | ||
|
|
f5d26ee93b | ||
|
|
4c75208edc | ||
|
|
7249304003 | ||
|
|
8d8ae0fec2 | ||
|
|
8483129951 | ||
|
|
32163add48 | ||
|
|
61ca78ee15 | ||
|
|
2c3f6d1a96 | ||
|
|
c901d11067 | ||
|
|
29ca5dc3c1 | ||
|
|
38a7261b45 | ||
|
|
10675e3a63 | ||
|
|
bf5f918038 | ||
|
|
9c037d6a71 | ||
|
|
6244093972 | ||
|
|
a604b83ceb | ||
|
|
764d90759f | ||
|
|
f404b06f81 | ||
|
|
9cc00d76a4 | ||
|
|
19aea0892c | ||
|
|
1c64ad2a52 | ||
|
|
8166d6c353 | ||
|
|
95e96a2368 | ||
|
|
180d1aa8a2 | ||
|
|
e3a85d4905 | ||
|
|
7966110e9e | ||
|
|
b1c9c9023d | ||
|
|
92cef51144 | ||
|
|
4ad3938874 | ||
|
|
950a96f15c | ||
|
|
097b8acfb3 | ||
|
|
47292b65d6 | ||
|
|
0b2d687bd3 | ||
|
|
81a460b1a5 | ||
|
|
21a213a48e | ||
|
|
4563632bb5 | ||
|
|
07c4b4cf40 | ||
|
|
27c50827a3 | ||
|
|
ebf138c1db | ||
|
|
93218feb9a | ||
|
|
d39cbff3ec | ||
|
|
72a9b01c78 | ||
|
|
4037eaeb08 | ||
|
|
6bd0d2048e | ||
|
|
41d6f0b914 | ||
|
|
859d89b035 | ||
|
|
fd3730d7d4 | ||
|
|
19e3406fa8 | ||
|
|
d5e963c02b | ||
|
|
3a05cd513c | ||
|
|
ed8900e478 | ||
|
|
a5bf541707 | ||
|
|
f9dfdea2de | ||
|
|
ef6e6c8893 | ||
|
|
4872c6cdf6 | ||
|
|
8b364f4fad | ||
|
|
1699fa6c3a | ||
|
|
1b7a6a3a53 | ||
|
|
073b02eacb | ||
|
|
ed06614d86 | ||
|
|
40fe04dcd9 |
22
.gitignore
vendored
22
.gitignore
vendored
@@ -1 +1,21 @@
|
||||
.env
|
||||
# 环境变量
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
|
||||
# 虚拟环境
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
57
CONTRIBUTING.md
Normal file
57
CONTRIBUTING.md
Normal file
@@ -0,0 +1,57 @@
|
||||
# 如何提交项目
|
||||
|
||||
## 格式模板
|
||||
|
||||
```
|
||||
#### 制作者名字(城市名) - [Github](), [博客]()
|
||||
* :white_check_mark: [产品名称](网址):简短的介绍,尽量把事情说清楚 - [更多介绍]()
|
||||
```
|
||||
|
||||
城市名、Github、博客、更多介绍均为可选项。
|
||||
|
||||
## 格式模板 - 最精简的版本(只保留必填项)
|
||||
|
||||
```
|
||||
#### 制作者名字
|
||||
* :white_check_mark: [产品名称](网址):简短的介绍,尽量把事情说清楚
|
||||
```
|
||||
|
||||
## 填写示例
|
||||
|
||||
```
|
||||
#### 张三(上海) - [Github](https://github.com/zhangsan)
|
||||
* :white_check_mark: [VoiceClone](https://voiceclone.com):AI 语音克隆工具,3 秒克隆任何声音,支持中英日韩等 10 种语言
|
||||
```
|
||||
|
||||
```
|
||||
#### 李四 - [Github](https://github.com/lisi)
|
||||
* :white_check_mark: [MarkdownToWord](https://markdowntoword.com):Markdown 转 Word/PDF 工具,支持 LaTeX 公式和 Mermaid 图表,浏览器本地处理无需注册
|
||||
```
|
||||
|
||||
```
|
||||
#### 王五(深圳) - [Github](https://github.com/wangwu), [博客](https://wangwu.com)
|
||||
* :white_check_mark: [BookmarkPro](https://bookmarkpro.com):Chrome 书签管理插件,替代默认新标签页,支持文件夹卡片视图和拖拽排序 - [更多介绍](https://bookmarkpro.com/features)
|
||||
```
|
||||
|
||||
## 如何写好一句话介绍
|
||||
|
||||
**先定性,再加分**:开头先用最短的词说清楚产品是什么,然后说让你与众不同的地方。
|
||||
|
||||
```
|
||||
[产品类型],[核心价值或独特之处]
|
||||
```
|
||||
|
||||
以下是来自本列表的真实优秀例子,供参考:
|
||||
|
||||
- `AI 语音克隆工具,3 秒克隆任何声音,支持中英日韩等 10 种语言,提供 50+ 预设声音库`
|
||||
- `图片压缩工具,70%+ 压缩率同时保持画质,支持 PNG/JPEG/WebP 批量处理,纯本地运行不上传`
|
||||
- `Chrome 书签管理插件,替代默认新标签页,支持文件夹卡片视图、拖拽排序和批量操作`
|
||||
- `Markdown 转 Word/PDF 工具,支持 LaTeX 公式和 Mermaid 图表,浏览器本地处理无需注册`
|
||||
- `AI 数据工作台,支持 MySQL/Postgres/SQLite/Clickhouse,可替代 DBeaver 和 Navicat`
|
||||
- `Mac 菜单栏速记工具,全局悬浮不切屏,支持图文混排和一键调出剪贴板历史`
|
||||
- `AI Agent 安全沙箱,一条命令让 Claude Code、Codex 等 Agent 在完全隔离容器中运行,宿主机零风险`
|
||||
- `多人聚会地点推荐工具,输入多人地址自动计算公平中点,覆盖 350+ 城市,免费无需注册`
|
||||
- `多语言听力练习 App,支持导入 Podcast 和 YouTube 链接,提供双语字幕和跟读练习`
|
||||
- `极简表达平台,无账号、无互动、不留痕迹,适合"说出来就放下"的轻量表达需求`
|
||||
|
||||
没有独特之处时,加具体数字或使用限制(免费、无需注册、本地处理)也能让介绍语更有价值。
|
||||
@@ -2,6 +2,9 @@
|
||||
|
||||
本版面放的都是游戏,起始于2025年1月4号
|
||||
|
||||
### 2026 年 4 月 25 号添加
|
||||
#### hwlvipone - [Github](https://github.com/hwlvipone)
|
||||
* :white_check_mark: [patches game](https://playpatches.today/):每日逻辑谜题游戏
|
||||
|
||||
### 2026 年 2 月 4 号添加
|
||||
#### Shawn (北京) - [Github](https://github.com/ShawnHacks), [博客](https://indietion.com)
|
||||
|
||||
@@ -16,6 +16,11 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不
|
||||
程序员版开始于 2019 年 4 月 11 号, 主版面开始于 2018 年 3 月
|
||||
-->
|
||||
|
||||
### 2026 年 4 月 10 号添加
|
||||
|
||||
#### nowork-studio - [Github](https://github.com/nowork-studio)
|
||||
* :white_check_mark: [toprank](https://github.com/nowork-studio/toprank):开源(MIT)的 Claude Code 插件,提供 9 个 SEO 和 Google Ads 技能。连接 Google Search Console、PageSpeed Insights、Google Ads API,自动重写 meta 标签、生成 JSON-LD 结构化数据,并将修改直接推送到 WordPress/Strapi/Contentful/Ghost。107 stars
|
||||
|
||||
### 2026 年 4 月 8 号添加
|
||||
|
||||
#### SunflowersLwtech - [Github](https://github.com/SunflowersLwtech)
|
||||
@@ -657,6 +662,7 @@ Issue 和 PR 里偶尔有人提交一些不错的东西,但打开一看,不
|
||||
* :white_check_mark: [GitHub Page 图床](https://www.npmjs.com/package/github-picbed):借助于 GitHub Page 和 GitHub Api 做图床 - [更多介绍](https://github.com/imlinhanchao/github-picbed)
|
||||
* :white_check_mark: [Google 翻译 node 库](https://www.npmjs.com/package/translator-promise):通过模拟请求实现 Google 翻译功能 - [更多介绍](https://github.com/imlinhanchao/translator-promise)
|
||||
* :white_check_mark: [VitePress JS 代码预览插件](https://www.npmjs.com/package/vitepress-script-preview):VitePress 插件,增加一个可预览 JS 代码执行结果的 markdown 容器。 - [更多介绍](https://imlinhanchao.github.io/vitepress-script-preview/)
|
||||
* :white_check_mark: [Low Code](https://www.npmjs.com/package/lc-vue3):基于 Vue 3 的可配置低代码表单设计器与渲染器。 - [更多介绍](http://lc.hancel.org/)
|
||||
|
||||
### 2019年12月17号添加
|
||||
---
|
||||
|
||||
238
README.md
238
README.md
@@ -12,6 +12,9 @@
|
||||
所以特意建了这个库。欢迎各位开发者把自己的项目加进来~ 发 Pull Request 或 Issue 即可 <br/>
|
||||
(入选标准:必须是网站或App,不能是开发者工具或论坛型网站)
|
||||
|
||||
**写好介绍语很重要**:❌ `AI 视频生成工具` → ✅ `无需剪辑经验,3 步生成竖屏短视频`<br/>
|
||||
👉 [如何写好一句话产品介绍](./CONTRIBUTING.md)
|
||||
|
||||
**2. 项目有 3 种状态**
|
||||
|
||||
| 开发中 | 已上线 | 已关闭或缺乏维护 |
|
||||
@@ -20,6 +23,234 @@
|
||||
|
||||
## 3. 项目列表
|
||||
|
||||
### 2026 年 4 月 28 号添加
|
||||
|
||||
#### 刀刀 - [Github](https://github.com/sfss5362)
|
||||
* :white_check_mark: [Chrome插件VidGet](https://100apps.dev/2026/04/26/5-%e5%88%86%e9%92%9f%e8%a3%85%e5%a5%bd%e5%97%85%e5%97%85-vidget-%e5%90%ab-youtube.html):一键嗅探下载网页视频 — YouTube / Bilibili / iyf.tv
|
||||
|
||||
#### jankarong - [Github](https://github.com/jankarong)
|
||||
* :white_check_mark: [Create Fillable PDFs](https://createfillablepdfs.com/):PDF 表单生成器,支持从零开始或上传现有PDF,添加交互式文本框、复选框和签名,通过拖放字段和自定义属性创建可填写的PDF文档。
|
||||
|
||||
#### tancky - [Github](https://github.com/tancky777)
|
||||
* :white_check_mark: [GPT Image 2](https://gptimg-2.org/):AI 图片生成网站,输入画面描述,选择结果,将日常想法转为真实图片、产品照片、海报、头像、广告图和社媒配图。
|
||||
|
||||
#### dexterdeng - [Github](https://github.com/dexterdeng)
|
||||
* :white_check_mark: [WithoutAD](https://withoutad.com/?locale=zh-CN):面向孩子的学习与益智游戏平台,通过游戏化方式帮助孩子掌握知识,涵盖背单词、成语接龙、口算练习、函数曲线、凑24等学习工具,以及数独、推箱子、俄罗斯方块等经典益智游戏,全站无广告、无付费门槛
|
||||
|
||||
#### lumian2015 - [Github](https://github.com/lumian2015)
|
||||
* :white_check_mark: [GPT Image 2](https://gptimage2.design):AI 图片生成器,支持文生图、图生图、4K 图片、图中文字生成与 Prompt 示例库,适合制作产品图、海报、广告图和社媒配图
|
||||
|
||||
#### daxia-dong - [Github](https://github.com/daxia-dong)
|
||||
* :white_check_mark: [SENTHUB](https://senthub.vercel.app):Markdown 转 PDF 工具,纯前端、无需上传,支持实时编辑与预览、原生中文排版、一键导出 PDF、暗色模式,开源免费
|
||||
|
||||
#### Epochal - [主站点](https://epochal.app/)
|
||||
* :white_check_mark: [FreeGPT2](https://freegpt2.com):GPT Image 2 生成器网站,即时创建 AI 图像,无需登录
|
||||
|
||||
#### pandaupup(广州) - [Github](https://github.com/pandaupup)
|
||||
* :white_check_mark: [GPU性能测试](https://volumeshaderpro.org):通过实时毒蘑菇渲染测试持续压测 GPU,在浏览器中直接输出 FPS、帧时间等性能指标
|
||||
|
||||
#### futurearrived - [Github](https://github.com/futurearrived)
|
||||
* :white_check_mark: [PhotoRestore.ai](https://photorestore.ai):AI 照片修复工具,支持老照片修复、划痕去除、黑白照片上色与图像增强,上传即可自动修复,无需注册
|
||||
|
||||
### 2026 年 4 月 25 号添加
|
||||
|
||||
#### eryajf(杭州) - [Github](https://github.com/eryajf), [博客](https://wiki.eryajf.net)
|
||||
* :white_check_mark: [kite-desktop](https://github.com/eryajf/kite-desktop):基于 Wails v3 打造的桌面端 K8S 多集群管理工具,支持 Mac 与 Windows 平台
|
||||
|
||||
#### yowang - [Github](https://github.com/yowang)
|
||||
* :white_check_mark: [gptimager.com](https://gptimager.com):输入一句提示词,10 秒生成可商用的营销海报、电商产品图和品牌视觉
|
||||
|
||||
### 2026 年 4 月 24 号添加
|
||||
|
||||
#### BC - [Github](https://github.com/cwingho)
|
||||
* :white_check_mark: [ListPitch](https://listpitch.com):导航站快速收录产品,帮助独立开发者推广业务
|
||||
|
||||
#### fayecat - [Github](https://github.com/fayecat)
|
||||
* :white_check_mark: [Floaty](https://floatytool.com/):在 macOS 上实现窗口置顶,让任意应用始终保持在最上层
|
||||
* :white_check_mark: [Cloaky](https://apps.apple.com/app/id6761397324):通过在屏幕上添加可调节的遮罩来隐藏敏感信息,适用于办公、演示或公共环境中的隐私保护
|
||||
|
||||
#### GoDiao - [Github](https://github.com/GoDiao)
|
||||
* :white_check_mark: [Free Way](https://github.com/GoDiao/Free-Way):收纳全球 API Provider 免费额度,支持 Anthropic/OpenAI API格式的通用网关
|
||||
|
||||
### 2026 年 4 月 23 号添加
|
||||
|
||||
#### anyfly8 - [Github](https://github.com/anyfly8)
|
||||
* :white_check_mark: [xinsight智创汇](https://www.aiext.co/):发现机会、跟踪变化,提供一站式情报决策支持
|
||||
|
||||
### 2026 年 4 月 22 号添加
|
||||
|
||||
#### Qiuner - [Github](https://github.com/Qiuner)
|
||||
* :white_check_mark: [ai-application-roadmap](https://qiuner.github.io/ai-application-roadmap/zh/):追踪 AI 应用工程演进的双语路线图,记录 MCP、Function Calling、Multi-agent 等技术的落地时间线、是否被吸收/过时/换名词
|
||||
* :white_check_mark: [claude-nexus](https://chromewebstore.google.com/detail/claude-nexus/mjlaeohblnaalakaflnchcmpoojjejka):Claude.ai 增强插件,支持对话文件夹管理、时间线导航、Prompt 库和对话导出
|
||||
|
||||
#### bytevirts - [Github](https://github.com/bytevirts)
|
||||
* :white_check_mark: [AI Image Editor](https://ai-image-editor.io):在线 AI 修图与图片生成工具,支持抠图、消除、放大、风格化和基于提示词的图片编辑,并提供 [ChatGPT Image 2](https://ai-image-editor.io/chatgpt-image-2) 免费体验
|
||||
|
||||
#### weipengfei
|
||||
* :white_check_mark: [HTML 版 PPT](https://ppt.metatool.chat/):多 Agent 协作架构,大纲专家负责搭建逻辑骨架,主题专家负责打磨视觉风格,设计师负责把每一页渲染成精致的 HTML 代码。
|
||||
* HTML 原生渲染引擎,可以是在线的https链接,也可以是离线的html文件。
|
||||
* 提供丰富的动画过渡效果
|
||||
* AI 会自己去搜资料,绝不给你编造数据
|
||||
* 满意的设计,一键变成可复用的模板
|
||||
* 文字修改跟修改ppt一样简单
|
||||
|
||||
#### fishisnow - [Github](https://github.com/fishisnow)
|
||||
* :white_check_mark: [Square Face Generator](https://squareface.me/):免费在线生成方形可爱头像,200+ 选项,实时预览,纯浏览器运行,无需注册,比 Flash 版快 10 倍。
|
||||
* :white_check_mark: [Pdf To MD Converter](http://mdpdf.net/):一款免费的 PDF 转 Markdown 在线转换工具, 快速且精准地把 PDF 文件转换成简洁的 Markdown 格式。
|
||||
* :white_check_mark: [Stock Scope](https://invest.fishisnow.xyz/):在一个平台中,快速看清投资机会、市场宽度、今日强势榜单。
|
||||
|
||||
#### kiddyu - [Github](https://github.com/kiddyuchina)
|
||||
* :white_check_mark: [Basevolt](https://basevolt.app):本地优先的 AI 数据库管理客户端。连接数据库,一键生成 Notion 风格的管理后台,承包你所有 Vibe Coding 项目的 CRUD。
|
||||
|
||||
### 2026 年 4 月 21 号添加
|
||||
|
||||
#### Yuning
|
||||
* :white_check_mark: [PlayByFingering](https://www.playbyfingering.com):面向初学者的指法歌曲练习站,支持 12 孔陶笛、竖笛和 Tin Whistle,提供按歌曲整理的字母谱、简谱和指法图页面。
|
||||
|
||||
#### zhaomario1 - [Github](https://github.com/zhaomario1)
|
||||
* :white_check_mark: [LoRA AI](https://loraai.me): 在几秒内创建令人惊叹的 AI 图像
|
||||
* :white_check_mark: [aighostface.org](https://aighostface.org/):Ghostface AI 生成器,将照片转换为 90 年代恐怖风格
|
||||
|
||||
#### ouy35521-beep - [Github](https://github.com/ouy35521-beep)
|
||||
* :white_check_mark: [Destiny Matrix](https://destinymatrix.ai):生成命运矩阵图表,并用 AI 解读结果
|
||||
|
||||
#### bytevirts - [Github](https://github.com/bytevirts)
|
||||
* :white_check_mark: [Nano Banana Free](https://nanobananafree.org):图像编辑与视频生成工作台,支持产品图精修、人像润色、背景替换和视频生成,并在一个工作流里整合多个 AI 工具。
|
||||
|
||||
#### futurearrived - [Github](https://github.com/futurearrived)
|
||||
* :white_check_mark: [Nano Banana Labs](https://nanobananalabs.io):AI 老照片修复与图像增强工具,上传旧照片或低分辨率图像,自动修复划痕、还原清晰度,支持人像增强与色彩优化,无需注册即可使用。
|
||||
|
||||
|
||||
### 2026 年 4 月 18 号添加
|
||||
|
||||
#### erickkkyt - [Github](https://github.com/erickkkyt)
|
||||
* :white_check_mark: [GPTIMG2 AI](https://gptimg2.ai):面向真实创作流程的 AI 图像与视频生成平台,支持产品视觉、海报素材、图内文字生成、参考图修订,以及从静态图延展到视频工作流。
|
||||
|
||||
### 2026 年 4 月 17 号添加
|
||||
|
||||
#### null-object-0000 (上海) - [Github](https://github.com/null-object-0000/ai-clash)
|
||||
* :white_check_mark: [AI 对撞机](https://null-object-0000.github.io/ai-clash/):大模型同屏比拼 Chrome 插件,内置裁判自动归纳终极答案
|
||||
|
||||
#### zongguowu - [Github](https://github.com/zongguowu)
|
||||
* :white_check_mark: [Wan AI](https://wanai.dev/):AI 视频生成器,可将文本或图像转换为视频
|
||||
|
||||
### 2026 年 4 月 16 号添加
|
||||
|
||||
#### Sun(山东) -
|
||||
* :white_check_mark: [IndieCN](https://indiecn.app):中文独立开发者简讯,每周精选 20~30 张核心资讯卡片
|
||||
|
||||
#### Ivanvolt(WH)
|
||||
* :white_check_mark: [Epochal](https://epochal.app):解决 AI 视频生成不一致和流程割裂问题的一站式创作工具。
|
||||
|
||||
#### WRCoding - [Github](https://github.com/WRCoding), [X](https://x.com/seazon000)
|
||||
* :white_check_mark: [imgpilot](https://imgpilot.app/):对话生图,与以往的 prompt 生图不同,能够像聊天一样多轮迭代,逐步打磨出理想画面,支持上传参考图编辑或将 prompt 生成好的图片继续迭代,同时持续更新 prompts 库
|
||||
|
||||
#### labflying - [Github](https://github.com/labflying)
|
||||
* :white_check_mark: [SongFromShort](https://songfromshort.org):识别 YouTube Shorts 视频中播放的歌曲的网站
|
||||
|
||||
#### businesszh - [Github](https://github.com/businesszh)
|
||||
* :white_check_mark: [gptimage2.art](https://gptimage2.art/):基于浏览器的图像生成、编辑、放大与视觉转换一体化工作流,适用于快速创意生产、轻量实验和便捷访问常用工具。
|
||||
|
||||
#### eileendai0505-boop - [Github](https://github.com/eileendai0505-boop)
|
||||
* :white_check_mark: [Best HEIC to PNG Converter](https://heictopng.org/):将苹果 HEIC 格式图片转换为 PNG 格式,解决兼容性问题
|
||||
|
||||
#### hebrewbear - [Github](https://github.com/hebrewbear)
|
||||
* :white_check_mark: [Seedance 2.0](https://seedances.app/):AI 视频生成,支持原生音频和 2K 分辨率,通过先进的多模态输入将创意转化为电影级现实。
|
||||
|
||||
#### xinhuokeji - [Github](https://github.com/xinhuokeji)
|
||||
* :white_check_mark: [audjust.ai](https://audjust.ai/):智能音频编辑与 AI 音乐生成工具,帮助处理音频文件(智能缩短歌曲、延长音频、寻找完美无缝循环)并从文字描述、歌词或图片生成完整音乐轨道。支持多种风格,内置 MIDI 编辑器、音轨分离、Lo-fi 转换等专业工具。
|
||||
|
||||
#### MaynorAI (深圳) AI快讯助手
|
||||
* :white_check_mark: [AI快讯助手](https://nav.chatgpt-plus.top/):每日 AI 资讯,实时更新
|
||||
|
||||
#### Chaoc2624 - [Github](https://github.com/Chaoc2624)
|
||||
* :white_check_mark: [Frame.Extractor](https://frame-extractor.app):多样化隐私安全的 Web 提取视频帧工具
|
||||
|
||||
#### Gierry - [Github](https://github.com/Gierry)
|
||||
* :white_check_mark: [SpokenType](https://spokentype.com):AI 智能语音协作工具,支持实时翻译、语音转文字、口语优化、上下文理解与智能回复、个性化词典及多语言切换
|
||||
|
||||
#### Frankenjoy123 - [Github](https://github.com/Frankenjoy123)
|
||||
* :white_check_mark: [imagepromptify.com](https://imagepromptify.com):图片转描述提示工具
|
||||
|
||||
#### hebrewbear - [Github](https://github.com/hebrewbear)
|
||||
* :white_check_mark: [LTX 2 AI Video Generator](https://ltxvideo.org/):AI 视频生成器,可将创意提示即时转换为高质量视频
|
||||
|
||||
#### hebrewbear - [Github](https://github.com/hebrewbear)
|
||||
* :white_check_mark: [Grok Video](https://grokvideo.pro/):将想象转化为视频的 AI 视频生成网站
|
||||
|
||||
#### Listing诊断器团队 - [GitHub](https://github.com/yifanyifan897645)
|
||||
* :white_check_mark: [Listing诊断器](https://yifanyifan897645.github.io/listing-analyzer/):免费在线跨境电商 Listing 质量分析工具,支持亚马逊/速卖通/Shopify,检测标题长度、关键词密度、卖点结构,给出优化建议。纯浏览器端处理,无需注册,数据不上传。
|
||||
|
||||
#### Joey - [Github](https://github.com/Frankenjoy123)
|
||||
* :white_check_mark: [ImagePromptify](https://imagepromptify.com/):最好用的图片转描述提示工具
|
||||
|
||||
#### largepuma - [Github](https://github.com/largepuma)
|
||||
* :white_check_mark: [思畅 AI](https://sichang.xyz/):私密、无审查、本地优先的中文AI对话
|
||||
|
||||
### 2026 年 4 月 14 号添加
|
||||
|
||||
#### 王一舠(南京) - [Github](https://github.com/stardust1900), [博客](https://wangxuan.me)
|
||||
* :white_check_mark: [草灰笔记](https://github.com/stardust1900/ashes_note):笔记应用,专注于笔记管理功能。同时还是一款epub阅读器,可以将读书笔记以markdown格式直接导出到笔记管理中 (基于Flutter开发, 跨平台)
|
||||
|
||||
#### 河池 - [Github](https://github.com/superbogy), [博客](https://docs.egosapp.com/blog)
|
||||
* :white_check_mark: [egos](https://egosapp.com):零配置 mini-NAS,个人设备文件传输和分享
|
||||
|
||||
#### anyfly8 - [Github](https://github.com/anyfly8)
|
||||
* :white_check_mark: [热点智读](https://ainsight.aiext.co):不止看热点,更是懂逻辑;2分钟,看趋势,见未来
|
||||
|
||||
#### zhaomario1 - [Github](https://github.com/zhaomario1)
|
||||
* :white_check_mark: [Qwen Image](https://imagebyqwen.com/):AI 图像生成
|
||||
|
||||
### 2026 年 4 月 13 号添加
|
||||
|
||||
#### dong2019 - [Github](https://github.com/dong2019)
|
||||
* :white_check_mark: [thesis_paper](https://github.com/dong2019/thesis_paper):学位论文审查工具,调用大模型审查语言、参考文献、图表等问题
|
||||
|
||||
### 2026 年 4 月 12 号添加
|
||||
|
||||
#### jankarong - [Github](https://github.com/jankarong)
|
||||
* :white_check_mark: [Before After Photo Maker](https://beforeafterphotomaker.site/):在线前后对比图、视频、GIF动图制作,支持多种对比布局(并排展示、交互式滑块对比、分割视图、垂直堆叠)
|
||||
|
||||
#### garfi99 - [Github](https://github.com/garfi99)
|
||||
* :white_check_mark: [有名](https://nomai.data-ext.com):用 AI 取好名字的网站,找到独特、易于品牌化的名称
|
||||
|
||||
#### kerryhank - [Github](https://github.com/kerryhank)
|
||||
* :white_check_mark: [KK Investing](https://kkinvesting.io):多语言加密货币教育平台,提供交易所注册教程、加密卡评测、DeFi 借贷指南
|
||||
|
||||
#### bytevirts - [Github](https://github.com/bytevirts)
|
||||
* :white_check_mark: [toolsclaw.com](https://toolsclaw.com):AI 工具目录,精选 AI 图像生成、视频创作、效率应用和 SaaS 解决方案
|
||||
|
||||
#### vorojar - [Github](https://github.com/vorojar)
|
||||
* :white_check_mark: [MD Preview](https://github.com/vorojar/md-preview):Rust 写的超轻量 Markdown 预览工具,替代 Electron 方案
|
||||
|
||||
### 2026 年 4 月 11 号添加
|
||||
|
||||
#### simple-Jian-tw - [Github](https://github.com/simple-Jian-tw)
|
||||
* :white_check_mark: [AnimeGen](https://animegen.ai):将照片转换为动漫艺术、头像和风格化插图的 AI 工具
|
||||
|
||||
#### lisa - [Github](https://github.com/shisan12323)
|
||||
* :white_check_mark: [HappyHorse](https://www.happyhorse20.com/):AI 视频生成,支持文生视频、图生视频
|
||||
|
||||
### 2026 年 4 月 10 号添加
|
||||
|
||||
#### 韩数 - [Github](https://github.com/hanshuaikang)
|
||||
* :white_check_mark: [哪吒](https://github.com/hanshuaikang/nezha):专为多项目并行 VibeCoding 打造的轻量级 AI 编程工具,集成了 Claude Code 和 Codex,整合了多项目管理、待办系统、会话管理、虚拟终端、代码编辑器和 Git
|
||||
|
||||
#### 刀刀 - [Github](https://github.com/sfss5362)
|
||||
* :white_check_mark: [Tabs LOCALLY](https://chromewebstore.google.com/detail/tabs-locally/ioemhkdlhmppnbjclglpfhdblbbhikdd):替代 Chrome 新标签页的书签管理器,支持文件夹卡片视图、拖拽排序、多选批量操作和搜索高亮
|
||||
|
||||
#### Hugh (杭州)
|
||||
* :white_check_mark: [SBTI Test](https://sbtitest.me/):31 道题的纯前端性格测试,隐私无上传与当代“精神状态”诊断。
|
||||
|
||||
#### ckfanzhe - [Github](https://github.com/ckfanzhe)
|
||||
* :white_check_mark: [QuickInfer](https://ckfanzhe.github.io/quickinfer/):基于 ONNX Runtime Web 的 YOLOv8 推理,纯 Web 端运行,无需其他环境及后端服务器。
|
||||
|
||||
#### evancole-ai - [Github](https://github.com/evancole-ai)
|
||||
* :white_check_mark: [BeMusic AI](https://bemusic.ai):AI 音乐生成器
|
||||
|
||||
#### PetersLab - [Github](https://github.com/peters-lab), [Twitter](https://x.com/peterandersone)
|
||||
* :white_check_mark: [AI Manga Translator](https://ai-manga-translator.com):上传漫画,获取像素级精准翻译。智能 OCR、忠实翻译、无缝排版。全部由 AI 驱动
|
||||
|
||||
### 2026 年 4 月 9 号添加
|
||||
|
||||
#### cabbagehao - [Github](https://github.com/cabbagehao)
|
||||
@@ -600,6 +831,9 @@
|
||||
#### Poiybro
|
||||
* :white_check_mark: [OSINT Tools](http://osinttools.me/):The comprehensive OSINT tools list for professionals. Explore our directory of best free resources for email OSINT, technical research, and data analysis. - [More](https://osinttools.me/about)
|
||||
|
||||
#### ventupx
|
||||
* :white_check_mark: [upx-cli](https://github.com/ventupx/upx-cli):通过 cli 生成 AI Coding 通用规则。
|
||||
|
||||
|
||||
### 2026 年 1 月 26 号添加
|
||||
|
||||
@@ -3942,7 +4176,7 @@
|
||||
### 2023年12月29号添加
|
||||
---
|
||||
#### GenOuka(湖南) - [Github](https://github.com/GenOuka)
|
||||
* :x: [Rare计划](https://rare.genouka.rr.nu/):发布了一系列使智能手表更好用、更易用、更实用的程序。例如 RareBox 可以让手表用户在手表上更便捷地安装程序。适用于普通用户和开发者,主要面向普通用户。
|
||||
* :white_check_mark: [Rare计划](https://rare.genouka.top/):发布了一系列使智能手表更好用、更易用、更实用的程序。例如 RareBox 可以让手表用户在手表上更便捷地安装程序。适用于普通用户和开发者,主要面向普通用户。
|
||||
|
||||
#### ThinkStu(上海) - [Github](https://github.com/Bistutu)
|
||||
* :white_check_mark: [流畅阅读](https://github.com/Bistutu/FluentRead):浏览器油猴插件,基于上下文语境的人工智能翻译引擎,为部分网站提供精准翻译,让所有人都能够拥有基于母语般的阅读体验。
|
||||
@@ -5007,6 +5241,8 @@ OldPanda [GitHub](https://github.com/OldPanda), [博客](https://old-panda.com/)
|
||||
* :white_check_mark: [红色工具箱](https://apps.apple.com/cn/app/id1473577627):多个创意实用小工具集合,如肌肉启动,截屏记事,指尖轮盘等
|
||||
|
||||
#### Hancel.Lin(深圳) - [GitHub](https://github.com/imlinhanchao), [博客](http://hancel.org/)
|
||||
|
||||
* :white_check_mark: [成长日记](https://github.com/imlinhanchao/growth-diary):一个用于记录孩子从出生到现在的成长日记应用,基于 Flutter 开发的跨平台 App。 - [更多介绍](https://github.com/imlinhanchao/growth-diary)
|
||||
* :white_check_mark: [摸鱼竞技大厅](https://room.adventext.fun/):休闲游戏竞技大厅,支持多人在线联机游戏,包含多种休闲桌游与棋牌游戏。另外包含完整二次开发接口,可以快速开发出任意多人在线回合制游戏。 - [更多介绍](https://tiaoom.com/)
|
||||
* :white_check_mark: [WJU Puzzle](https://wju.adventext.fun/):WJU 字母解密游戏,通过 5 种操作规则,解出 WJU 字母序列。 - [更多介绍](https://github.com/imlinhanchao/wju)
|
||||
* :white_check_mark: [Adventext & 千屿引擎](https://adventext.fun/):文字冒险游戏引擎,包含用来创作文字冒险游戏的在线编辑器以及运行游戏的引擎,你可以在这里创作文字冒险游戏,调试运行。然后推送给世界上的任何玩家游玩! - [更多介绍](https://github.com/imlinhanchao/adventext)
|
||||
|
||||
Reference in New Issue
Block a user