Explore Vibe Coding
LAUNCHABL.dev
vibecoded.Shop
Vibe-Coding.uk
Vibe Data
Buildwhat.ai
Lovable
Build and Ship
Reddit
X (Twitter)
Facebook
YouTube
Google
Quora
Instagram
Hacker News
AI Vibe Coding Directory is where coding meets creativity. Designed for curious minds and bold builders, this platform brings together the best AI tools that turn simple prompts into real, working code. Whether you're a total beginner or just tired of boilerplate, Vibe Coding lets you skip the syntax and focus on the what, not the how.
From code generators and smart editors to prompt hacks and beginner guides, everything here is curated to help you build faster, think bigger, and vibe harder. No gatekeeping. No jargon. Just you, your ideas, and the AI tools to make them real.
Welcome to the future of codeโwhere everyoneโs invited.
Explore Vibe Coding
RedditNo Explore Vibe Coding videos yet. You could help us improve this page by suggesting one.
Explore Vibe Coding's answer
๐ What Sets Us Apart 1. Vibe CodingโFirst Philosophy Unlike general AI or developer directories, weโre built around vibe codingโthe idea that anyone can describe what they want in plain language and let AI do the heavy lifting. This user-first approach prioritizes simplicity, creativity, and accessibility.
Curated for Beginners & Creators We focus on tools that work for people with little to no coding experience. Most directories cater to pro developers; we make sure the tools listed here are intuitive, friendly, and actually usable by non-technical creators.
Human-Reviewed, Not Just Scraped Every tool is hand-picked and reviewed with clear descriptions, real-world context, and usage insightsโnot just auto-generated listings. Youโll know what each tool does, who itโs for, and how to use it effectively.
Educational by Design Beyond just discovery, we guide users into action. Our tutorials, use-case guides, and prompt-writing tips help you move from idea to executionโeven if itโs your first time building anything.
Focused on Natural Language Interfaces We prioritize tools that let users interact with code via natural language. Our directory filters for tools that truly support this AI-human collaboration, not just traditional IDEs with AI add-ons.
Built for Exploration With smart filters, beginner tags, and prompt-first categories, we make it fun and easy to explore the ecosystem of AI development. You donโt need to know what youโre looking forโwe help you discover whatโs possible.
A Movement, Not Just a Marketplace AI Vibe Coding is about more than tools. Itโs about rethinking who gets to build and how we create. Our directory is part of a broader mission to make software development more playful, inclusive, and human-driven.
i like reddit very much
Based on our record, Reddit seems to be more popular. It has been mentiond 3301 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
From urllib.parse import urlparse Def normalize_gh(r): return { "title": r["name"], "url": r["url"], "source": "github", "score": r["stars_this_period"], "desc": r.get("description", ""), "date": r["trending_date"], "lang": r.get("language"), } Def normalize_hn(p): return { "title": p["title"].replace("Show HN: ", ""), "url":... - Source: dev.to / 4 months ago
@tool Def search_reddit(keywords: str, max_results: int = 20) -> list[dict]: """Fallback: search Reddit directly via PRAW.""" reddit = praw.Reddit( client_id=os.environ["REDDIT_CLIENT_ID"], client_secret=os.environ["REDDIT_CLIENT_SECRET"], user_agent="doug-agent/1.0", ) candidates = [] for submission in reddit.subreddit("all").search(keywords, sort="new",... - Source: dev.to / 3 months ago
Import requests Import time Def fetch_subreddit_posts(subreddit, sort="hot", limit=25): url = f"https://www.reddit.com/r/{subreddit}/{sort}.json" params = { "limit": limit, "raw_json": 1, # Prevents HTML encoding in responses } headers = { "User-Agent": "PythonScraper/1.0 (research project)" } response = requests.get(url, params=params, headers=headers) if... - Source: dev.to / 5 months ago
From sessionkeeper import SessionKeeper Async with SessionKeeper("reddit") as sk: page = await sk.get_authenticated_page("https://reddit.com") # You're logged in. Do your automation. await page.goto("https://reddit.com/r/blender/submit"). - Source: dev.to / 5 months ago
It's completely free, and takes just moments to set up - you just need to create an account, and set up keywords for the service to track. When your keywords are mentioned on Reddit, Hackernews, or Lobste.rs, you'll get a tidy little email in your inbox. - Source: dev.to / over 1 year ago
LAUNCHABL.dev - Discover the best AI projects from across the web. Vibe-coded experiments, tools, games, and more โ curated daily.
X (Twitter) - Connect with your friends and other fascinating people. Get in-the-moment updates on the things that interest you. And watch events unfold, in real time, from every angle.
vibecoded.Shop - Buy & Sell Vibe Coded Apps & Games
Facebook - Connect with friends, family and other people you know. Share photos and videos, send messages and get updates.
Vibe-Coding.uk - Looking for vibe coding tools? Explore our hand-picked collection of development resources. Find the perfect tools to enhance your coding experience.
YouTube - Our mission is to give everyone a voice and show them the world.