remoteintech.company — A community-maintained directory of remote-friendly tech companies.
This repository is the source code for the site. To browse the directory, visit remoteintech.company.
We welcome contributions! To add a company to the directory:
- Create a file at
src/companies/{company-slug}.md - Use the frontmatter template below
- Add a company description in the Markdown body
- Run
npm run buildto verify it builds - Submit a PR to this repo
---
title: "Company Name"
slug: company-slug
website: https://example.com
careers_url: https://example.com/careers
region: worldwide # worldwide, americas, europe, asia-pacific, americas-europe, other
remote_policy: fully-remote # fully-remote, remote-first, remote-friendly, hybrid
company_size: small # startup, small, medium, large, enterprise
technologies:
- javascript
- python
---
## Company blurb
A short description of the company and what they do.PRs are automatically validated — the bot will comment with any issues to fix.
npm install # Install dependencies
npm run start # Dev server with hot reload
npm run build # Production buildRequires Node.js 22+.
Built with Eleventy Excellent by Lene Saile.
ISC