remoteintech / remote-jobs
Source for remoteintech.company — a community-maintained directory of remote-friendly tech companies
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing remoteintech/remote-jobs in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewRemote In Tech
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.
Contributing a 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
Company Profile Template
---
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.
Development
npm install # Install dependencies
npm run start # Dev server with hot reload
npm run build # Production build
Requires Node.js 22+.
Credits
Built with Eleventy Excellent by Lene Saile.
License
ISC