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