[platforms] add multi-tenant blog example with Neon - #1559
[platforms] add multi-tenant blog example with Neon#1559rishi-raj-jain wants to merge 3 commits into
Conversation
|
@rishi-raj-jain is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
Deployment failed for project mintlify-docs-rewrite with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
Deployment failed for project mintlify-docs-rewrite with the following error: Learn More: https://vercel.com/docs/concepts/projects/project-configuration |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
But this is not related to my PR 😓 |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Deployment failed for project single-spa-root-microfrontend with the following error: |
|
Deployment failed for project microfrontends-docs with the following error: |
|
Deployment failed for project single-spa-content-microfrontend with the following error: |
|
Deployment failed for project microfrontends-marketing with the following error: |
|
All of the above failures have nothing to do with my PR. |
Description
Adds
solutions/platforms-blog-neon, a Platforms-style multi-tenant blog on Neon Postgres, Auth, Data API, and Object Storage.A signed-in user creates a site and gets a subdomain (
acme.yourapp.com) that serves a public blog. The dashboard talks to the Data API with a Neon Auth JWT and RLS, public tenant pages use the serverless driver and published rows only. Cover images are stored and fetch over presigned URLs from Neon Object Storage.Includes
db/schema.sql, demo seed data, and clone/deploy docs.Demo URL
https://platforms-blog-neon.vercel.app
Type of Change
New Example Checklist
npm run new-examplewas used to create the example