2

Remote Saas Startup Jobs in California (NOW HIRING)

Executive Assistant, GTM

San Francisco, CA · Remote

$130K/yr

  • Life

  • Retirement

  • PTO

We're based in San Francisco, CA, but built as a remote-first company that enables you to do your ... This is a unique opportunity to take on a critical support role within a high-growth SaaS startup ...

Executive Assistant, GTM

San Francisco, CA · On-site +1

$110K - $130K/yr

  • Life

  • Retirement

  • PTO

We're based in San Francisco, CA, but built as a remote-first company that enables you to do your ... This is a unique opportunity to take on a critical support role within a high-growth SaaS startup ...

Senior Engineer

Palo Alto, CA · On-site +1

$122K - $168K/yr

The ideal candidate will have startup experience or be comfortable working at an early stage ... Product Divebell is a SaaS platform which seamlessly integrates with databases, blob stores, SaaS ...

Senior Account Executive

San Francisco, CA · On-site +1

$100K - $160K/yr

Location: Remote (United States) Work Model: Remote Industry: Fintech (business banking and ... The Opportunity This is a relationship-driven Senior Account Executive role, not a traditional SaaS ...

Account Executive

San Francisco, CA · On-site +1

$110K - $160K/yr

  • Medical

  • Retirement

  • PTO

Qualifications * 2-5 years of B2B SaaS closing experience with clear evidence of overperformance ... Experience in early-stage or fast-growing startup environments. * Experience selling dev tools ...

Software Engineer

San Francisco, CA · On-site +1

  • Medical

  • Dental

  • Vision

  • Retirement

  • PTO

... startup environment. This position will report to the Engineering Manager. Your Impact Key ... Research integration options for various SaaS/IaaS technologies, including APIs for user ...

Account Executive - State & Local - CA

San Diego, CA · On-site +1

$180K - $250K/yr

  • Medical

  • Dental

  • Vision

  • Retirement

  • PTO

Remote California Compensation: $180,000 - $250,000 / year Description Clearview AI is the leading ... Our company is a high-octane, fast growing startup looking to hire enthusiastic and intelligent ...

Senior Software Engineer

San Francisco, CA · On-site +1

$144K - $190K/yr

  • Medical

  • Dental

  • Vision

  • Retirement

  • PTO

... startup environment. This position will report to the Engineering Manager. Your Impact Key ... Research integration options for various SaaS/IaaS technologies, including APIs for user ...

Showing results 21-40

Remote Saas Startup information

What is the difference between Remote Saas Startup vs Remote SaaS Customer Support Specialist?

AspectRemote SaaS Customer Support Specialist
CredentialsTypically requires customer service experience, technical knowledge, and sometimes certifications like IT or support-specific courses
Work EnvironmentCustomer support teams within SaaS companies, often remote, focusing on client interactions and troubleshooting
Employer & Industry UsageUsed by SaaS companies to describe roles focused on client support and service
Comparison FocusCustomer support functions within SaaS startups, emphasizing client interaction and issue resolution

While a Remote SaaS Customer Support Specialist focuses on assisting clients and resolving technical issues, a Remote SaaS Startup refers to the broader company environment operating remotely in the SaaS industry. The support specialist role is a specific job within a SaaS startup, which may have various roles and functions. Understanding this distinction helps clarify job expectations and career paths within SaaS companies.

What are the most commonly searched types of Saas Startup jobs in California?

The most popular types of Saas Startup jobs in California are:

What cities in California are hiring for Remote Saas Startup jobs?

Cities in California with the most Remote Saas Startup job openings:

Infographic showing various Remote Saas Startup job openings in California as of August 2026, with employment types broken down into 91% Full Time, 5% Part Time, 2% Temporary, and 2% Contract. Highlights an 79% Physical, 3% Hybrid, and 18% Remote job distribution.

QA Engineer (SDET) - AI, Data & Platform Quality

Extractable

San Francisco, CA • Remote

Full-time

Posted 25 days ago


Job description

Programmatic QA Testing for LLMs & Agents Data Quality Platform Reliability

About Finalytics.ai

Finalytics.ai is the leading provider of personalization for the financial industry. Our platform combines data integrations, machine learning, and real-time technology to make digital experiences more relevant and higher-converting for credit unions and banks. We're a growing startup led by industry veterans, building the next generation of AI-driven personalization.

Why This Role Is Different

QA at Finalytics goes well beyond clicking through a UI. Our platform makes model-driven decisions, runs LLMs and agents that generate content and answer questions, and depends on data pipelines that feed those models every day - and all of it has to be tested programmatically.

We're looking for an engineering-minded QA team contributor to help build quality across three areas: our core personalization features, our LLM and agentic capabilities, and the data that powers them. This is a coding role, embedded in the same repo and release flow as our engineers that will report directly to the CTO. You won't just find bugs - you'll build the automated tests, evals, and data checks that let a small team ship trustworthy AI every sprint.

Our stack is Python/Django with a JavaScript personalization tag, backed by MySQL, Celery, BigQuery, and AWS.

What You'll Do

1. Programmatic QA of Core Features

  • Extend our scenario test runner - a proprietary harness that captures real production personalization requests and replays them across environments, asserting on expected algorithms and content selection. Grow it into automated regression across every client.
  • Write automated tests in Python with pytest across our tiers - unit, integration, HTTP, and end-to-end.
  • Build headless Playwright end-to-end tests to verify how personalized content and tracking render on real client pages.
  • Harden the pre-deploy quality gate and pre-commit checks that block bad changes automatically.

2. Testing & Standardizing LLMs and Agents

  • Design evals for non-deterministic AI features - our conversational analytics assistant, AI content builders, and generative SEO - measuring correctness, grounding, and regression across prompt and model versions.
  • Test the tool-calling and agentic layers - that function-calling loops pick the right tools and guardrails hold on adversarial input.
  • Validate our agent/MCP interface - contract conformance, rate limiting, authorization, and safe failure.
  • Help set our standards for shipping AI - catching hallucinations and drift, and benchmarking prompt/model changes before clients see them.

3. Data Quality Engineering

  • Build automated data-health checks that flag stale rollups, incomplete coverage, and broken aggregations before they hit a client dashboard.
  • Validate data pipelines end-to-end - rollups, funnel/rate/financial ingestion, and BigQuery - with drift detection across environments.
  • Guard model inputs so the signals our ML depends on stay accurate and complete.

4. Reliability & Performance

  • Track platform performance - response times, JS load, and page speed - and help keep it fast.
  • Stand up quality dashboards - uptime, coverage, data-health, and eval scores.

5. Collaboration & Bug Lifecycle

  • Work in the codebase alongside engineers to diagnose issues across development, release, and deployment.
  • Drive the bug lifecycle - reproduce, capture with a failing test, and verify the fix.

What We're Looking For

  • 3+ years in QA/SDET or test automation with a code-first approach.
  • Strong Python - you write clean test code and can read the app you're testing.
  • pytest (preferred) and browser automation (Playwright or Selenium).
  • API and contract testing experience.
  • A genuine interest in testing AI - comfortable with non-determinism, evals, and prompts.
  • Data-savvy - strong SQL, and the instinct to validate pipelines and reconcile data.
  • Building automated quality gates into the deploy and release process.

Nice to Have

  • Testing or evaluating LLM applications - evals, prompt regression, tool-calling agents, or MCP.
  • Data or analytics QA - BigQuery or ETL/rollup validation.
  • Django, MySQL, or Celery experience.
  • Security testing with SAST/DAST tooling.
  • Familiarity with machine learning.
  • Financial industry, personalization, or CMS/marketing-platform experience.
  • Familiarity with AWS.
  • SaaS startup experience on a fast-moving, multi-tenant platform.

Why Finalytics

  • Frontier work - help define what QA means for AI, agents, and data-driven personalization in finance.
  • Direct impact - help shape how quality works across the platform, reporting straight to the CTO.
  • Automation-first culture - your work is code, in the same repo and release flow as engineering.
  • Remote-first, collaborative, low-ego team growing with a scaling fintech.