mirror of
https://github.com/1c7/chinese-independent-developer.git
synced 2026-04-17 07:44:31 +08:00
Compare commits
26 Commits
batch-add-
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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 |
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 链接,提供双语字幕和跟读练习`
|
||||
- `极简表达平台,无账号、无互动、不留痕迹,适合"说出来就放下"的轻量表达需求`
|
||||
|
||||
没有独特之处时,加具体数字或使用限制(免费、无需注册、本地处理)也能让介绍语更有价值。
|
||||
76
README.md
76
README.md
@@ -12,6 +12,9 @@
|
||||
所以特意建了这个库。欢迎各位开发者把自己的项目加进来~ 发 Pull Request 或 Issue 即可 <br/>
|
||||
(入选标准:必须是网站或App,不能是开发者工具或论坛型网站)
|
||||
|
||||
**写好介绍语很重要**:❌ `AI 视频生成工具` → ✅ `无需剪辑经验,3 步生成竖屏短视频`<br/>
|
||||
👉 [如何写好一句话产品介绍](./CONTRIBUTING.md)
|
||||
|
||||
**2. 项目有 3 种状态**
|
||||
|
||||
| 开发中 | 已上线 | 已关闭或缺乏维护 |
|
||||
@@ -20,6 +23,79 @@
|
||||
|
||||
## 3. 项目列表
|
||||
|
||||
|
||||
### 2026 年 4 月 16 号添加
|
||||
|
||||
#### Sun(山东) -
|
||||
* :white_check_mark: [IndieCN](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)
|
||||
|
||||
Reference in New Issue
Block a user