Location
United States, Canada
Job Type
full-time
Salary
$110,000 - $250,000
Posted
April 16, 2026

Job Description

At most companies, frontend engineers are treated like decorators — taking mockups from design and wiring them into place. At Files.com, frontend engineering is core to how our platform works and scales.

The Frontend Engineer at Files.com owns the frontend layer of our platform, including interfaces built in React that interact with APIs handling hundreds of requests per second. This is not a narrow role. Engineers here work across projects that touch web, desktop, mobile, and internal tools — with the authority to shape architecture and the opportunity to dive into any layer of the stack.

This is a high-impact, high-autonomy position where your work will be directly experienced by thousands of users every day, including some of the world’s biggest brands. You’ll collaborate closely with backend engineers, designers, and product managers to build interfaces that make complex IT workflows feel intuitive and fast.

And unlike siloed roles in big enterprises, you’ll bounce across projects, own meaningful outcomes, and contribute to open-source efforts. Files.com is a flat, engineering-first culture where initiative is rewarded and engineers have the freedom to shape their craft.

Who We Are

We’re Files.com, a profitable, founder-led SaaS company powering secure file transfer and automation for 4,000+ brands you know: Marc Jacobs, GrubHub, Michelin, Hot Topic, Stamps.com, Planet Fitness, KFC, and more.

We’ve built a $35M+ business with just 70 people by hiring smart, disciplined, high-output teammates who act fast and own outcomes. Backed by $46.5M from Riverwood Capital, we’re scaling intentionally — and this role is a critical part of that growth.

Most importantly: Files.com is an engineering-first company. Our founder and CEO is an engineer himself, still deeply engaged in the craft. That means decisions are made with technical quality in mind, engineers have a direct line to leadership, and building systems that last is the cultural default.

What Makes This Role Different

โšก Not Just Frontend: While we need strong frontend expertise, engineers here contribute across the stack — mobile, desktop, backend, and even open-source projects.
๐Ÿš€ Serious CI/CD: We use GitLab for CI/CD with a sophisticated deployment pipeline on Vercel + AWS. Engineers ship with confidence, speed, and reliability.
๐Ÿงช Testing Built for Productivity: We invest heavily in Jest and Cypress for unit and integration testing. Everything is designed to maximize your velocity, not slow you down. Testing here is an accelerant, not a drag.
๐Ÿ“š World-Class Training & Documentation: Our internal Engineering Training Guide is nearly a million words long, and everything we build is thoroughly documented. You’ll never be stuck without guidance.
๐Ÿ›ก Scale + Reliability: You’ll work on systems that handle hundreds of millions of API calls a day, moving data for thousands of enterprise customers. Testing, reliability, and maintainability aren’t afterthoughts — they’re the foundation.
๐Ÿค Engineer-First Culture: You’ll have an entire engineering team at your back. Files.com is built for engineers, by engineers. Every tool, every system, every process is designed to make you more productive.
๐ŸŒฑ Proven Growth Path: Our engineering managers all grew from within. Many engineers here expand beyond frontend into mobile, backend, or platform ownership. The growth path isn’t just open — it’s expected.

Some Examples of Projects Our Developers Have Recently Completed

  • Universal Metadata Extractor: Built a scalable pipeline that extracts and normalizes metadata from dozens of file types so customers can search, tag, and audit files with precision.
  • SSO Everywhere: Expanded our identity layer to support SCIM provisioning and passwordless authentication across all integrations.
  • Streaming File Previews: Delivered a system for on-the-fly video and audio previews that stream instantly in-browser.
  • Cross-Cloud Automation: Extended our orchestration engine to support real-time workflows across SharePoint, Box, and Google Drive.

Some Projects Our Developers Will Tackle in the Next 6–12 Months

  • AI-Powered Content Discovery: Implementing semantic file search using vector embeddings for meaning-based file discovery.
  • Zero-Trust Sharing: Designing ephemeral file access links with advanced device posture and geolocation constraints.
  • Next-Gen Sync: Rebuilding our sync layer to support multi-directional, conflict-aware synchronization at petabyte scale.
  • Observability at Scale: Rolling out a monitoring framework with distributed tracing for real-time visibility into file flows and API calls.
  • Policy as Code: Enabling IT teams to define and enforce security and retention rules in version-controlled code.

What You’ll Actually Do

  • Build & Scale: Develop robust frontend features using React and TypeScript.
  • Architect Systems: Help design scalable, maintainable frontend architectures.
  • Ship Components: Build and evolve shared component libraries that improve consistency and velocity.
  • Collaborate: Work with backend, design, and product to deliver cohesive, end-to-end experiences.
  • Write Great Code: Participate in reviews, improve documentation, and raise the bar for clarity and maintainability.
  • Optimize Performance: Ensure responsiveness, accessibility, and speed across the platform.

Who Thrives in This Role

โœ… Engineers who want to solve complex UI and scale problems — building interfaces that handle hundreds of millions of API calls daily.
โœ… Builders who care about pixel-perfect detail and maintainable code, not just wiring mockups together.
โœ… Polyglot thinkers who love React/TypeScript but also want to explore mobile, backend, or infrastructure projects.
โœ… People who thrive in a high-trust, flat team where initiative and ownership are expected.
โœ… Engineers who enjoy contributing to shared component libraries and open-source projects that raise the bar for everyone.

Your Growth Path

Frontend Engineers at Files.com don’t stagnate. Many start in React, then expand into:

  • Technical Leadership — owning major front-end systems and mentoring others.
  • Cross-Platform Engineering — contributing to mobile apps, desktop clients, and backend services.
  • Staff/Principal Tracks — tackling architecture challenges across scale, performance, and design systems.
  • Open-Source Impact — shaping the ecosystem through reusable tools, libraries, and contributions.

Every single engineering manager at Files.com was promoted internally. Growth isn’t a promise here — it’s a proven track record.

Perks & Benefits

๐Ÿฉบ 100% Paid Health, Dental & Vision (75% for family)
๐Ÿ’ธ 401(k) with 4% Company Match
๐Ÿ“ˆ Equity Grants for Every Employee
๐Ÿผ Paid Parental Leave
๐ŸŒด 20 PTO Days + 11 Holidays + Full Company Winter Break
๐Ÿ’ฐ $1,000 Signing Bonus + Modern Apple Laptop + Anniversary Gifts
โœˆ๏ธ Team Travel to NYC, Austin, Nashville, Miami, and more

Bottom Line: This is a high-visibility, high-leverage engineering role where your work shapes the experience of thousands of enterprise users. If you want daily variety, the freedom to explore beyond frontend, and a fast-growth environment that rewards ownership, this is your seat.

๐ŸŽฏ Who is this job for?

This role suits a Senior-level Frontend Engineer with strong experience in React and TypeScript, plus familiarity across the full stack (APIs, backend basics, CI/CD). The candidate should have solid skills in building scalable UI architectures, performance optimization, testing (Jest, Cypress), and working with high-load systems. They should be comfortable owning end-to-end features, collaborating cross-functionally, and tackling complex projects like real-time systems, large-scale data flows, and platform-level architecture .

๐Ÿ’ฌ Potential Interview Questions

  1. What are the key benefits of using React with TypeScript in large-scale applications like those at Files.com?
    React with TypeScript improves maintainability and scalability by providing strong typing, better tooling, and early error detection. This is crucial when handling complex UI logic and high-frequency API interactions.

  2. How would you optimize a React application that handles hundreds of API requests per second?
    Use techniques like request batching, memoization (React.memo, useMemo), virtualization, and efficient state management. Also, leverage caching strategies and debounce/throttle mechanisms to reduce unnecessary renders.

  3. What strategies would you use to design a scalable frontend architecture?
    Adopt modular design, component reusability, and separation of concerns. Implement a well-structured state management solution and maintain a shared component library for consistency and scalability.

  4. How do Jest and Cypress complement each other in testing?
    Jest is used for unit testing and fast feedback on isolated components, while Cypress handles end-to-end and integration testing in real browser environments. Together, they ensure both correctness and user experience reliability.

  5. Explain how CI/CD pipelines improve frontend development workflows.
    CI/CD automates testing, building, and deployment, ensuring faster and more reliable releases. It reduces manual errors and allows engineers to ship features confidently and frequently.

  6. How would you ensure high performance and responsiveness in a complex UI?
    Optimize rendering by minimizing re-renders, using lazy loading, code splitting, and efficient data fetching. Monitor performance metrics and continuously profile the app to identify bottlenecks.

  7. What is the role of a shared component library in a large engineering team?
    It ensures UI consistency, speeds up development, and reduces duplication. It also improves maintainability by centralizing reusable components and enforcing design standards.

  8. How do you handle collaboration with backend engineers and product teams?
    Maintain clear API contracts, participate in design discussions, and ensure alignment on requirements. Effective communication and documentation help deliver cohesive end-to-end solutions.

  9. What challenges arise when building interfaces for systems handling millions of API calls daily?
    Performance, data consistency, and error handling become critical. Efficient data fetching, caching, and graceful degradation strategies are necessary to maintain a smooth user experience.

  10. How would you approach contributing beyond frontend (e.g., backend or infrastructure) in this role?
    Leverage full-stack knowledge to understand system design and APIs, contribute to backend services when needed, and collaborate on infrastructure improvements. This aligns with the cross-functional expectations at Files.com.

๐Ÿ“‹ Job Summary

Files.com is a profitable, engineering-first SaaS company building secure file transfer and automation solutions for 4,000+ global brands. As a Frontend Engineer, you’ll develop and scale high-performance interfaces using React and TypeScript, contribute across the stack, and help architect systems handling hundreds of millions of API calls daily. The role is fully remote (USA/Canada) with a salary range of $110,000–$250,000 plus equity and strong benefits. You’ll work with a modern stack (React, TypeScript, GitLab CI/CD, Vercel, AWS, Jest, Cypress) in a high-autonomy environment. This is a great opportunity to own impactful projects, grow beyond frontend, and shape products used by major enterprises.

Required Skills

React TypeScript

Never miss a JavaScript opportunity

Subscribe to get similar jobs and weekly insights delivered to your inbox

Hiring JavaScript developers?

Post your job to 12,000+ registered developers. Starting free.

See Pricing

Related jobs

Spain, Canada, Poland,

Senior UX Engineer

Netlify

Full-time

Is this your listing? Claim or request removal