# Remote Vibe Coding > A curated job board for remote developer jobs at companies that embrace AI-assisted development ("vibe coding"), async-first culture, and trust-based autonomy. ## What is this site? Remote Vibe Coding (https://remotevibecodingjobs.com) is a job board focused on remote software engineering roles at companies with great engineering culture. Jobs here come from companies that value: - AI-assisted development (using tools like Cursor, GitHub Copilot, Claude, Windsurf) - Async-first communication - Deep work and focus time - Minimal meetings - Trust and autonomy over micromanagement ## Current Stats - Total active jobs: 700 - Jobs by experience level: - Senior: 166 - Unspecified: 246 - Staff+: 106 - Lead: 166 - Junior: 9 - Mid: 7 - Jobs by type: - Full-time: 606 - Contract: 74 - Part-time: 17 - Freelance: 3 ## How to Browse Jobs ### Website - Homepage: https://remotevibecodingjobs.com - Individual job: https://remotevibecodingjobs.com/jobs/{job_id} - Post a job: https://remotevibecodingjobs.com/post-job ### API (JSON) - All active jobs: https://remotevibecodingjobs.com/api/jobs - Search by keyword: https://remotevibecodingjobs.com/api/jobs?q={search_term} - Filter by tech stack: https://remotevibecodingjobs.com/api/jobs?tech=React&tech=TypeScript - Filter by vibe/culture: https://remotevibecodingjobs.com/api/jobs?vibe=async-first&vibe=deep-work - Filter by experience level: https://remotevibecodingjobs.com/api/jobs?level=Senior - Pagination: https://remotevibecodingjobs.com/api/jobs?limit=50&offset=0 - Combine filters: https://remotevibecodingjobs.com/api/jobs?q=frontend&tech=React&level=Senior&vibe=async-first The API returns JSON: { "jobs": [...], "count": number } ### RSS Feed - https://remotevibecodingjobs.com/feed.xml (100 most recent jobs, RSS 2.0) ## Job Data Structure Each job contains: - id: unique identifier (UUID) - title: job title - company: company name - company_logo: URL to company logo (may be null) - location: e.g. "Remote", "Remote (US)", "Remote (EU)" - salary_min, salary_max: annual salary range in cents (may be null) - salary_currency: e.g. "USD" - description: full job description (plain text) - requirements: array of requirement strings - tech_stack: array of technologies used - job_type: Full-time, Contract, Part-time, Freelance - experience_level: Junior, Mid, Senior, Lead, Staff+ - apply_url: direct link to apply - vibe_tags: array of culture/vibe tags - created_at: ISO 8601 timestamp - is_promoted: whether this is a featured/promoted listing ## Available Filters ### Tech Stack React, Next.js, Vue, Angular, Svelte, Node.js, Python, Go, Rust, Ruby, TypeScript, JavaScript, Java, C#, .NET, PostgreSQL, MySQL, MongoDB, Redis, GraphQL, AWS, GCP, Azure, Docker, Kubernetes, Tailwind, Swift, Kotlin, PHP, Elixir ### Vibe / Culture Tags - async-first: Async-First - No mandatory meetings - 4-day-week: 4-Day Week - Compressed work week - no-bs: No BS - Transparent, direct culture - deep-work: Deep Work - Focus time prioritized - global-friendly: Global-Friendly - Any timezone welcome - equity-heavy: Equity-Heavy - Significant equity comp - impact-driven: Impact-Driven - Mission-focused - small-team: Small Team - Under 50 people - open-source: Open Source - OSS-first company - no-leetcode: No Leetcode - Practical interviews ### Experience Levels Junior, Mid, Senior, Lead, Staff+ ### Job Types Full-time, Contract, Part-time, Freelance ## Blog / Content - What is Vibe Coding?: https://remotevibecodingjobs.com/blog/what-is-vibe-coding - Remote Vibe Coding Jobs Guide: https://remotevibecodingjobs.com/blog/remote-vibe-coding-jobs-guide - Vibe Coding vs Traditional Development: https://remotevibecodingjobs.com/blog/vibe-coding-vs-traditional-development ## For Employers Post a job at https://remotevibecodingjobs.com/post-job. Listings are reviewed and published quickly. ## Feeds & Machine-Readable Formats - RSS Feed: https://remotevibecodingjobs.com/feed.xml - JSON API: https://remotevibecodingjobs.com/api/jobs - Sitemap: https://remotevibecodingjobs.com/sitemap.xml - This file: https://remotevibecodingjobs.com/llms.txt ## Contact This site is operated independently. For questions, visit https://remotevibecodingjobs.com.