back to home

remoteintech / remote-jobs

Source for remoteintech.company — a community-maintained directory of remote-friendly tech companies

40,026 stars
3,925 forks
10 issues
NunjucksJavaScriptCSS

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.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind-ai.vercel.app/repo/remoteintech/remote-jobs)
Preview:Analyzed by RepoMind

Repository Summary (README)

Preview

Remote 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:

  1. Create a file at src/companies/{company-slug}.md
  2. Use the frontmatter template below
  3. Add a company description in the Markdown body
  4. Run npm run build to verify it builds
  5. 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