---
title: Cloudflare D1
description: Build serverless SQL databases on Cloudflare's global network and query them from Workers and Pages projects.
order: 0
pcx_content_type: overview
sidebar:
order: 1
head:
- tag: title
content: Overview
products:
- d1
---
import {
CardGrid,
Description,
Feature,
LinkTitleCard,
Plan,
RelatedProduct,
} from "~/components";
Create new serverless SQL databases to query from your Workers and Pages projects.
D1 is Cloudflare's managed, serverless database with SQLite's SQL semantics, built-in disaster recovery, and Worker and HTTP API access.
D1 allows you to create thousands of databases at no extra cost for isolation, perfect for scaling out application vibe-coding platforms. D1 pricing is based only on query and storage costs.
Create your first D1 database by [following the Get started guide](/d1/get-started/), learn how to [import data into a database](/d1/best-practices/import-export-data/), and how to [interact with your database](/d1/worker-api/) directly from [Workers](/workers/) or [Pages](/pages/functions/bindings/#d1-databases).
---
## Features
Create your first D1 database, establish a schema, import data and query D1
directly from an application [built with Workers](/workers/).
Execute SQL with SQLite's SQL compatibility and D1 Client API.
Time Travel is D1’s approach to backups and point-in-time-recovery, and allows
you to restore a database to any minute within the last 30 days.
D1 read replication can lower latency for read queries and scale read
throughput by adding read-only database copies, called read replicas, across
regions globally closer to clients.
---
## Related products
Build serverless applications and deploy instantly across the globe for exceptional performance, reliability, and scale.
Deploy dynamic front-end applications in record time.
---
## More resources
Learn about D1's pricing and how to estimate your usage.
Learn about what limits D1 has and how to work within them.
Browse what developers are building with D1.
Learn more about the storage and database options you can build on with
Workers.
Connect with the Workers community on Discord to ask questions, show what you
are building, and discuss the platform with other developers.
Follow @CloudflareDev on Twitter to learn about product announcements, and
what is new in Cloudflare Developer Platform.