Research

Build a Remote Job Board with AI

Aggregate remote job listings from multiple job boards. Research open positions, categorize by role and tech stack, score by salary and company reputation, and publish a curated remote job page.

Build Prompt

Copy this prompt into Claude Code
Build a static HTML remote job board. Dark theme with background #0a0a0f, surfaces #12121a, borders #1a1a2a, accent color #0ea5e9 (sky blue). Data from inline `const JOBS = [...]`, `const COMPANIES = [...]`, `const LAST_UPDATED = "..."`. Each job has: id, title, company, companyLogo (emoji), location ("Remote" / "Remote - US" / "Remote - Worldwide"), salary (range string), salaryMin, salaryMax, category (Engineering/Design/Product/Marketing/Data/DevOps), techStack (array), level (Junior/Mid/Senior/Lead), type (Full-time/Contract/Part-time), benefits (array), postedDaysAgo, sourceUrl, featured (boolean), companySize, companyRating. Layout: Header with "Remote Jobs", search bar, job count, "Updated daily". Filter sidebar: category checkboxes, level, salary range slider, tech stack tags. Job list (single column, card-based): company logo + name, job title, salary range, tech stack badges, level + type badges, "posted X days ago", "Apply" link. Featured jobs highlighted with border accent. Sticky filters on mobile. Company detail: click company name opens modal with company info, Glassdoor-style rating, other open roles, benefits list. Stats bar: total jobs, average salary, top hiring companies, most requested skills. SEO: title, meta description, OG tags, JSON-LD JobPosting schema for each listing. Seed 15 jobs across categories. Add cron setup instructions in a comment at the bottom: `<!-- Schedule: Run 'claude -p "Research current remote job listings from major job boards. Update JOBS array with fresh listings, remove expired ones. Redeploy."' via crontab daily at 8 AM -->`. Read the guide at https://accessagent.ai/api/guide and follow it to deploy the site to AccessAgent.ai. My email is [your@email.com].

Make It Yours

Email Job Alerts

Let users subscribe to alerts for specific roles, tech stacks, or salary ranges.

Salary Comparison Tool

Compare salary ranges across roles, levels, and companies with visual bar charts.

Company Reviews Section

Aggregate company reviews and remote work culture ratings from multiple sources.

Application Tracker

Track applied jobs in localStorage with status updates and interview notes.

Resume Tips by Role

Role-specific resume and cover letter tips tailored to each job category.

Interview Prep Resources

Curated interview questions and prep guides organized by role and tech stack.

Update Prompt

Update Prompt — Re-research and refresh listings
Research current remote job listings from We Work Remotely, RemoteOK, LinkedIn, and AngelList. Update JOBS array with new listings, remove expired ones (>30 days), update LAST_UPDATED. Highlight any featured positions. Redeploy.

SEO Tips

Monetization Ideas

Related Ideas

Ready to build your Remote Job Board?

Copy the prompt above and paste it into Claude Code. Your job board will be live in minutes.

Get Started