Skip to content
AI-Native PM
Artifacts

Artifact · last verified August 6, 2026

Recommended Tools

The tools we reach for when we build, free first and paid only when the free option falls short. Free tiers and prices change, so this page is dated and we keep it current. Always open the linked pricing page before you commit.

No affiliations

These are our own picks, chosen on merit. We have no affiliate relationships with anything listed here, none of these links are sponsored, and we take nothing from the vendors. When a free option is good enough, that is what we point to.

Hosting and deploy

Where your site and APIs run, and how a git push becomes a live URL.

Cloudflare (Workers and Pages)

Free
Our pick

A generous free tier, a global edge, and static hosting plus backend logic in one account. New projects start on Workers, which serves static files directly; existing Pages sites stay supported.

Pay only when you outgrow the free request and build limits.

Vercel

Free tier

The smoothest deploy experience for Next.js, with a preview URL on every push.

The Hobby tier is free; Pro starts when you need team features or more usage.

Netlify

Free tier

A simple, long-standing host for static sites and serverless functions.

Render / Fly.io

Free tier

When you need a real server or container, not just edge functions.

Render has a free tier whose services sleep after 15 minutes idle; Fly.io's smallest machines are cheap but not free.

Databases and storage

Where your data lives: a database for structured records, object storage for files.

Supabase

Free tier
Our pick

Postgres plus auth, storage, and APIs on one free project, so a small product needs little else.

A free project pauses when idle; the paid tier keeps it warm and adds capacity.

Neon

Free tier

Serverless Postgres that scales to zero, with database branching for safe testing.

Now part of Databricks, still run as its own product with its own free plan.

Turso

Free tier

A ground-up rewrite of SQLite that runs embedded in your app, offline, or in the browser, and syncs to Turso Cloud, with a roomy free tier.

Cloudflare D1 and R2

Free tier

SQLite (D1) and S3-compatible object storage (R2) that pair with Cloudflare hosting, with no egress fees on R2.

Vector and retrieval

For retrieval features: storing embeddings and searching them by meaning, the backbone of RAG.

pgvector

Free
Our pick

A Postgres extension, so your vectors live next to your data; Supabase turns it on with a dashboard click, and on Neon it is one SQL line.

Qdrant

Free tier

An open-source vector database you can self-host for free or run on a free managed tier.

Pinecone

Free tier

A managed vector database with a free starter tier when you want zero operations.

Auth

Who the user is (authentication) and what they are allowed to do (authorization).

Better Auth

Free
Our pick

Open-source auth you host yourself, with plugins for most databases and sign-in providers; the Auth.js team itself points new projects here.

Auth.js (NextAuth)

Free

Now maintained by the Better Auth team and receiving security fixes rather than new features. Existing apps can stay put, and a migration guide covers the move.

Supabase Auth

Free tier

Email, social, and magic-link sign-in that comes free with a Supabase project.

Clerk

Free tier

Polished, drop-in auth with a user-management UI, free up to a monthly retained-user cap.

A user counts only when they come back after the day they sign up, so signups that never return are free. Paid tiers start past the cap.

WorkOS

Paid

When a customer demands enterprise single sign-on, this adds SAML without a rebuild.

Free for early volume on some features; priced for enterprise.

Background jobs and queues

For work that should not block a request: long AI calls, retries, and scheduled tasks.

Cloudflare Queues and Cron

Free tier
Our pick

Queues and scheduled triggers that pair with Cloudflare Workers, in the same account.

Inngest

Free tier

Durable functions, retries, and scheduling with a generous free tier and good local development.

Trigger.dev

Free tier

Open-source background jobs built for long-running AI tasks; self-host or use the free cloud tier.

Monitoring and observability

How you learn it broke before your users tell you: errors, logs, and uptime.

Sentry

Free tier
Our pick

Error and performance monitoring with full stack traces, free for small volume.

Better Stack

Free tier

Uptime checks, on-call alerts, and log management in one free starter tier.

Axiom

Free tier

Log storage and querying with a roomy free monthly allowance.

UptimeRobot

Free

Simple uptime checks and alerts, free for a long list of monitors.

The free plan is for personal, non-commercial use under its terms.

Security

The defenses worth turning on before you ship: a wall in front, secrets handled, code scanned.

Cloudflare (WAF and DDoS)

Free
Our pick

A free web application firewall and denial-of-service protection in front of your app.

GitHub Dependabot and secret scanning

Free

Free dependency alerts on any repository, and free secret scanning on public ones; private repositories need the paid Secret Protection add-on.

Doppler

Free tier

One place to manage secrets across environments instead of scattering .env files.

Free for individuals and small teams; paid for larger organizations.

Snyk

Free tier

Scans your code and dependencies for known vulnerabilities, with a free developer tier.

Payments

Taking money, and handling the sales tax that comes with it.

Stripe

Free tier
Our pick

The default for payments and subscriptions, with no monthly fee and a per-transaction cut.

You handle sales tax and VAT yourself, or add a tax service on top.

Stripe Managed Payments

Paid

Stripe's own merchant of record for digital products: it collects and remits global sales tax and handles fraud, disputes, and buyer support.

Built by the Lemon Squeezy team after Stripe acquired them; Lemon Squeezy still runs, but new work goes into Managed Payments.

Paddle

Paid

Another merchant of record aimed at software, handling tax and compliance.

CDN

Serving your static files and images fast from servers near each user.

If you host on Vercel, Netlify, or Cloudflare, a CDN is already included. Reach for a separate one only for heavy media.

Cloudflare CDN

Free
Our pick

A global CDN, caching, and image delivery on the free plan.

Bunny.net

Paid

A cheap, fast, pay-as-you-go CDN when you want a dedicated one.

CI and CD

Running tests and checks automatically on every push, before code ships.

Vercel, Netlify, and Cloudflare auto-deploy from a git push, so for many small products their built-in deploys are all the delivery you need.

GitHub Actions

Free tier
Our pick

CI/CD that lives in your repo, free for public projects and with a monthly minute allowance for private ones.

GitLab CI/CD

Free tier

Built-in pipelines if your code lives on GitLab, with free CI minutes.

Email and transactional

Sending the email your product depends on: sign-in links, receipts, and alerts.

Resend

Free tier
Our pick

Developer-friendly transactional email with a clean API and a free monthly allowance.

Postmark

Free tier

A long-trusted transactional sender known for fast, reliable delivery, now part of ActiveCampaign.

A free developer plan with a low monthly send cap that does not expire; paid plans are inexpensive and dependable.

Amazon SES

Paid

The cheapest option at real volume, in exchange for more setup.

Analytics

Understanding usage without spying on your users.

Cloudflare Web Analytics

Free
Our pick

Privacy-first traffic analytics with no cookies, free on any plan.

PostHog

Free tier

Product analytics, session replay, and feature flags with a large free monthly allowance.

Umami

Free

Open-source, privacy-friendly analytics: self-host it for free, or use the hosted cloud's free tier.

Plausible

Paid

Simple, privacy-friendly hosted analytics when you would rather not self-host.

Models

Which model wins changes monthly, so we do not pin one here. Default to the latest, most capable model your budget allows, then drop to a cheaper or faster one only where an eval proves it holds. Choose with these:

Setting up your own machine?

This page is about what you build and ship on. For your local AI development tools, Claude Code, Codex, or Cursor, see the Setup Clinic.