
App Landing Page Generator | Create in 60 Seconds
Generate landing pages from app store links in 60 seconds.
@entrowork · X
The full gallery
Tech stack
19 projects

Generate landing pages from app store links in 60 seconds.
@entrowork · X

Generate launch videos from URLs or text descriptions in seconds.
@VanillaSkyAI · X
is like Lovable for video. Paste a URL, get a launch video, chat to edit, post 🎬 Here's one I made in minutes 👇

Generate on-brand marketing ads in every size by pasting your website.
hanmen9527 · V2EX
分享我刚上线的一个项目: On Brand Ads,粘网址生成品牌广告 最近上线了一个自己做的项目,来 V2EX 分享一下,求各位拍砖。 地址: https://onbrandads.com 做这个的起因:自己在做项目需要投广告时发现,市面上的 AI 广告生成工具基本两种—— 要么给你一个空白 prompt 让你自己写,要么就是把一张图裁成几个尺寸。 品牌对不上,文案更没人帮你写。 所以这个项目反过来做,核心思路是「文案优先」: 1. 粘网站 URL ,自动抓取真实的品牌信息(颜色、字体、Logo 、标题、产品卖点), 每条都标注来源,不编造。 2. 先生成文案:选广告目标(被人认识 / 讲清价值 / 促成下单 / 建立信任), 自动起草标题和 CTA 。 3. 一次出 5 种尺寸:1:1 / 4:5 / 9:16 / 16:9 / 21:9 ,每个尺寸原生构图,不是裁剪。 商业模式是积分制,1 积分 = 1 张图,注册送 6 个积分,不用绑卡。 技术栈: - Next.j

Generate landing pages and websites from prompts, export to HTML or Figma.

Generate images and videos by describing your ideas using AI.
struy · HN
Transform your ideas into stunning visual stories. VideoPicAI is the world's leading AI platform for generating professional images, videos, and short films using cutting-edge models.

Generate videos and images from text prompts, images, and video clips.
VioEvo — AI 创意工作室,支持图片生成、图片转视频和 AI 视频创作,集成多个领先生成模型

ShotCanvas Studio turns raw app screenshots into store-ready listings — 26 pro templates, AI-designed layouts and headlines, and one-click export in every App Store and Google Play
@shotcanvasapp · X
anyone willing to give feedback, ill do the same in return!

Create product images, UGC videos, and ads in minutes with AI, no filming required.
denny_steven · Product Hunt
CreateUGC AI-powered UGC images & videos for social commerce.

Create and showcase design mockups for UI/UX, branding, and products.
@mhroxy3112 · X

Generate AI 3D breakout videos from text prompts for social media and ads.
wowinter15 · HN
AI 3D pop-out videos for Reels, Shorts and ads

Generate and edit images with AI for product photos, ads, and social media content.
Samlion · HN
I built CraftVis, an AI image editor

Transform trending videos into branded assets and auto-publish to multiple platforms.
@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