Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Plasmic + Supabase + Next.js Pokedex demo for data-fetching and authentication.
The Plasmic+Supabase Demo is a Next.js template that pairs the Plasmic visual frontend builder with a Supabase backend to deliver a working Pokedex example.
The Plasmic+Supabase Demo is a full-stack starter built with Next.js, Plasmic, and Supabase. It takes Supabase credentials supplied in a local environment file and produces a Pokedex-style web application where the frontend is managed visually through Plasmic Studio. The project is bootstrapped with create-plasmic-app and serves as a reference for integrating Plasmic with Supabase for data-fetching and authentication.
.env.example to .env and populate Supabase credentials; the same file holds the Plasmic project ID and token.Developers who want to learn how Plasmic and Supabase work together, teams that want to let non-developers publish content to a Next.js site, and anyone building a data-driven frontend with a visual builder.
Copy .env.example to .env and fill in your Supabase credentials. Run yarn to install dependencies and fetch schema and types, then yarn dev to start the development server. The Plasmic-built frontend is accessible through a Studio link; to edit it, clone the Plasmic project and set the new project ID and token in .env.
It demonstrates a Pokedex application that uses Plasmic for the frontend, Supabase for the backend, and Next.js as the platform.
Copy the example environment file, add your Supabase credentials, install dependencies with yarn, then run yarn dev. The README links to a Supabase tutorial that walks through creating a compatible Supabase project.
Yes. The frontend lives in Plasmic Studio. You can clone the linked Plasmic project and edit pages visually; the project ID and token must then be updated in .env.
The README links to the Plasmic website, documentation, community forum, and GitHub repository, plus a Supabase integration tutorial.
