<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel-41-wmxm9c" -->

---
title: Deploying a Serverless Jamstack Site with RedwoodJS,...
description: Redwood is a framework for serverless applications that pulls together React (for front-end component), GraphQL (for data) and Prisma (for database queries) By...
canonical: https://daily.dev/posts/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel-41-wmxm9c
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Deploying a Serverless Jamstack Site with RedwoodJS, Fauna, and Vercel | daily.dev
og:description: Redwood is a framework for serverless applications that pulls together React (for front-end component), GraphQL (for data) and Prisma (for database queries) By...
og:url: https://daily.dev/posts/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel-41-wmxm9c
og:image: https://api.daily.dev/og/posts/41_wMxm9C.png
og:image:alt: Deploying a Serverless Jamstack Site with RedwoodJS, Fauna, and Vercel
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploying a Serverless Jamstack Site with RedwoodJS, Fauna, and Vercel

**[CSS-Tricks](https://daily.dev/sources/css_tricks)** · [@ajcwebdev](https://daily.dev/ajcwebdev) · 18 min read · 10 upvotes · 0 comments

## Summary

Redwood is a framework for serverless applications that pulls together React (for front-end component), GraphQL (for data) and Prisma (for database queries) By the end, you’ll get to dive into Jamstack and serverless concepts, but also hands-on experience with a really neat combination of tech.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://css-tricks.com/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#graphql](https://daily.dev/tags/graphql), [#serverless](https://daily.dev/tags/serverless), [#jamstack](https://daily.dev/tags/jamstack), [#faunadb](https://daily.dev/tags/faunadb)

[View this post on daily.dev](https://daily.dev/posts/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel-41-wmxm9c)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Deploying a Serverless Jamstack Site with RedwoodJS, Fauna, and Vercel","url":"https://daily.dev/posts/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel-41-wmxm9c","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel-41-wmxm9c"},"datePublished":"2020-12-22T16:12:27.198Z","dateModified":"2021-10-07T14:17:10.317Z","description":"Redwood is a framework for serverless applications that pulls together React (for front-end component), GraphQL (for data) and Prisma (for database queries) By...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8ae98139778fce46c294315f6ffc09cd","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/8ae98139778fce46c294315f6ffc09cd","isAccessibleForFree":true,"articleSection":"CSS-Tricks","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Person","name":"Anthony Campolo","url":"https://daily.dev/ajcwebdev","image":"https://avatars0.githubusercontent.com/u/12433465?v=4","interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"EndorseAction"},"userInteractionCount":240}},"commentCount":0,"discussionUrl":"https://daily.dev/posts/deploying-a-serverless-jamstack-site-with-redwoodjs-fauna-and-vercel-41-wmxm9c","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":10},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"webdev,graphql,serverless,jamstack,faunadb","timeRequired":"PT18M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"CSS-Tricks","item":"https://daily.dev/sources/css_tricks"},{"@type":"ListItem","position":3,"name":"Deploying a Serverless Jamstack Site with RedwoodJS, Fauna, and Vercel"}]}
```

