explaingit

remoteintech/remote-jobs

📈 Trending40,376JavaScriptAudience · generalComplexity · 2/5ActiveLicenseSetup · easy

TLDR

A community-maintained directory of remote-friendly tech companies, built as a static website where job seekers can browse companies that hire remote workers.

Mindmap

mindmap
  root((repo))
    What it does
      Job seeker directory
      Remote company listings
      Community maintained
    How it works
      Markdown company files
      Frontmatter templates
      Pull request workflow
    Tech stack
      JavaScript
      Eleventy Excellent
      Static site generator
    Use cases
      Find remote jobs
      Add your company
      Browse opportunities

Things people build with this

USE CASE 1

Search for companies that offer remote work positions in tech.

USE CASE 2

Submit your company to the directory by creating a pull request with company details.

USE CASE 3

Browse a curated list of verified remote-friendly employers.

USE CASE 4

Contribute to the community by reviewing and improving company listings.

Tech stack

JavaScriptEleventyNode.jsnpm

Getting it running

Difficulty · easy Time to first run · 5min
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

Remote In Tech is the source code behind remoteintech.company, a community-maintained directory of remote-friendly tech companies. If you are a job seeker looking for companies that hire people who work remotely, the website lets you browse a curated list of those companies. The GitHub repository is where that directory lives and is managed by contributors from the public. The project is built with JavaScript using Eleventy Excellent, a static site generator starter. To run it locally, you install dependencies with npm, start a development server with hot reload for previewing changes, and build a production version when ready. The README notes that Node.js 22 or newer is required. Contributing a new company to the directory follows a defined process: you create a Markdown file for the company inside the src/companies/ folder, fill in a frontmatter template with specific fields, build the project, and open a pull request. A validation bot automatically reviews the submission and comments on any issues that need fixing. The contributing guidelines in CONTRIBUTING.md document the required frontmatter fields and what the bot checks for. The project is released under the ISC license.

Copy-paste prompts

Prompt 1
How do I add my company to the Remote In Tech directory? Walk me through the process using the CONTRIBUTING.md guidelines.
Prompt 2
Show me how to set up this Eleventy Excellent project locally and preview changes with hot reload.
Prompt 3
What frontmatter fields are required when creating a new company Markdown file in src/companies/?
Prompt 4
How does the validation bot check submissions, and what issues might it flag in a pull request?
Open on GitHub → Explain another repo

Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.