
完整作品展
技术栈
30 projects


Auction a sponsored Reel, Story, pinned post, link-in-bio placement or any digital offer through one shareable BidPage link.
@sarpmy · X

The easiest way to get copyright-free music from real artists for videos. Trusted by 1M+ creators, free to use, and better music than any production library ✌️
@audreymarshall · X

ScribeToAny 可转录音视频为文本,支持 98 种语言和多种导出格式。
ScribeToAny — AI 音视频转录与字幕生成工具,支持说话人识别(区分发言人)、多语言翻译与字级高精度时间戳,长音频高速转文字,一键导出 SRT/VTT/TXT 格式 — 免费试用

复制精选AI提示词库,用于图像、视频和音频生成。
weijunext · HN
Free, curated prompts for AI image, video and music

输入软件名称和功能,AI一键生成软著申请材料
软著 Pro — AI 软著生成器,帮助用户生成软件著作权申请文档

Explore independently curated Discord bio templates and decorative emblems. Search, customize, check the 190-character limit, and copy every line exactly.
@prayagmishra838 · X
Not a saas product but a free bio template library for discord and others social media platforms

审核和起草GoHighLevel A2P 10DLC注册文案,内置合规检查
@easya2p · X
is the first GHL A2P 10DLC copy drafter, reviewer and fixer on the market! Need to pass, choose Easy A2p and Ship it Clean!

在浏览器本地离线转录音视频文件,无需上传数据,无需注册账户。
mikicat · V2EX
[分享创造] 做了一个纯本地离线运行的语音转文字工具: Free Local Transcription 大家好, 平时经常有一些包含敏感信息或者不想上传到第三方服务器的音频(如会议记录、采访、个人备忘等)需要转文字。市面上很多工具本质上都是套壳调用云端 API ,既有数据泄露风险,长期用也有不小的 API 成本。 结合自己的模型优化经验,我做了一个完全基于本地算力运行的音频转文字工具:Free Local Transcription 🔗 体验地址: https://freelocaltranscription.com/ 主要特点 100% 本地运行 / 零数据外传:推理完全在设备本地完成,音频文件不会上传到任何服务器,断网状态下也能保证隐私与安全。 无需 API Key / 完全免费:依靠本地算力运行,不需要填 API Key ,也没有按分钟计费的困扰。 即开即用:界面保持极简,拖入音频即可直接进行本地转写。 目前的权衡与折衷 相比直接走云端高性能 GPU 集群,本地推理的速度会直接取决于用户的设备配置与硬件性能,老旧设备上可能存在内存占

一个创作平台,用于创建和变现新闻通讯、博客、课程和会员。
@poswalsaheb · X
Creators don't need another tool. They need ONE place to: → Create → Publish → Build an audience → Sell → Get paid → Own their data → Grow their personal brand That's why we built Fluxeta. Your Creator OS. One platform. Zero tool-switching.

Free media hosting with permanent direct links, embed codes, and global CDN. Upload images, videos, and audio — no account required.
@dbimgapp · X

从热门视频创建品牌资产,自动发布到多个社交平台。
@nrqa__ · X
the AI agent resource list I wish existed a year ago 1). for learning the fundamentals (videos) ↳ llm introduction - the crash course that actually explains how these models work before you touch a line of code ↳ llms from scratch - build one yourself so the black box stops feeling like magic ↳ agentic ai overview (stanford) - a proper academic breakdown of what makes an "agent" different from a chatbot ↳ building and evaluating agents - how to actually test whether your agent is doing its job or just faking it ↳ building effective agents - practical patterns for agents that hold up outside a demo ↳ building agents with mcp - how model context protocol changes the way agents connect to tools and data ↳ building an agent from scratch - no frameworks, no shortcuts, just the raw build ↳ philo agents - a full playlist for going deeper once the basics click 2). for cloning and remixing (repos) ↳ genai agents - a growing collection of agent examples you can clone and