Adaptify SEO
Featured

Vibe Coder (Full-Stack AI/SEO) at Adaptify SEO

USD40,000+ • Remote (Worldwide)

Back to jobs

Free Job Widget

Add live remote developer job listings to your blog, newsletter, or website — for free. No API key required. The widget automatically shows the latest vibe coding jobs and includes a "Powered by Remote Vibe Coding Jobs" backlink.

Live Preview

↑ This is a live preview of the widget showing real jobs from the board.

Embed Options

Option 1: iframe Embed

The simplest option. Just paste this HTML anywhere on your site.

Recommended
<iframe
  src="https://remotevibecodingjobs.com/api/widget/jobs?format=iframe&limit=5"
  width="100%"
  height="420"
  style="border:none;border-radius:10px;overflow:hidden;"
  title="Remote Vibe Coding Jobs"
  loading="lazy"
></iframe>

Option 2: JavaScript Embed

Renders directly in your page's DOM — better for custom styling. The widget respects dark mode via CSS prefers-color-scheme.

<div id="rvj-widget-container"></div>
<script
  src="https://remotevibecodingjobs.com/api/widget/jobs?format=js&limit=5"
  async
></script>

Option 3: JSON API

Build your own UI. Fetch the raw JSON data and render it however you like. No authentication required.

fetch('https://remotevibecodingjobs.com/api/widget/jobs?format=json&limit=5')
  .then(r => r.json())
  .then(data => {
    data.jobs.forEach(job => {
      console.log(job.title, job.company, job.url);
    });
  });

API endpoint: GET https://remotevibecodingjobs.com/api/widget/jobs?format=json

Query Parameters

ParameterValuesDescription
formatiframe, js, jsonOutput format (default: iframe)
limit1–10Number of jobs to show (default: 5)
techReact, Python, TypeScript…Filter by technology stack

Tech-filtered example: https://remotevibecodingjobs.com/api/widget/jobs?format=iframe&limit=5&tech=React

Why Embed This Widget?

🆓

Completely Free

No API key, no account, no cost. Just copy and paste the embed code.

🔗

Earn Backlinks

Every widget includes a 'Powered by Remote Vibe Coding Jobs' link — helping your site and ours.

Always Fresh

Jobs update daily automatically. Your readers always see the latest remote roles.

🎨

Dark Mode Ready

The widget automatically adapts to dark mode using CSS media queries. No config needed.

📊

JSON API

Build a fully custom UI with our open JSON endpoint. No authentication required.

🎯

Filter by Tech

Show only React jobs on a React blog, Python jobs on a Python tutorial site, etc.

Want to post a job?

Reach thousands of vibe coders, agentic engineers, and AI-forward developers.

Post a Job →