mirror of
https://github.com/Anil-matcha/Open-Generative-AI.git
synced 2026-08-30 17:33:11 +08:00
feat: add Vadoo promo to header and Related Projects
Add 'Auto-Publish AI Images & Videos, Earn' button linking to vadoo.tv in StandaloneShell header and add Vadoo as the first entry in the Related Projects list.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
## Related Projects
|
||||
|
||||
- [Vadoo](https://vadoo.tv) — Auto-publish AI images & videos as YouTube Shorts and TikToks, monetize your generations
|
||||
- [awesome-claude-fable-5](https://github.com/Anil-matcha/awesome-claude-fable-5) — 60 curated Claude Fable 5 use cases, prompts, and benchmarks — get 20% off Fable 5 via MuAPI
|
||||
- [Generative-Media-Skills](https://github.com/SamurAIGPT/Generative-Media-Skills) — Use these models as AI agent skills in Claude Code, Cursor, and Gemini CLI
|
||||
- [AI-Youtube-Shorts-Generator](https://github.com/SamurAIGPT/AI-Youtube-Shorts-Generator) — Auto-generate viral YouTube Shorts from long-form videos using AI
|
||||
|
||||
@@ -303,6 +303,16 @@ export default function StandaloneShell() {
|
||||
|
||||
{/* Right: Actions */}
|
||||
<div className="flex-shrink-0 flex items-center gap-4">
|
||||
{/* Vadoo promo */}
|
||||
<a
|
||||
href="https://vadoo.tv"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="hidden sm:flex items-center gap-1.5 text-[13px] font-bold bg-[#22d3ee] text-black px-3 py-1.5 rounded-md hover:opacity-90 transition-opacity whitespace-nowrap"
|
||||
>
|
||||
Auto-Publish AI Images & Videos, Earn ↗
|
||||
</a>
|
||||
|
||||
<div className="flex items-center gap-3 bg-white/5 px-3 py-1.5 rounded-full border border-white/5 transition-colors">
|
||||
<div className="w-2 h-2 rounded-full bg-green-500 animate-pulse" />
|
||||
<div className="flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user