name | slug | description | framework | useCase | css | deployUrl | demoUrl | relatedTemplates | ||
---|---|---|---|---|---|---|---|---|---|---|
Blogging platform with Slate and Supabase |
platforms-slate-supabase |
Build a blogging platform based on Slate.js, Supabase and Vercel. |
Next.js |
Documentation |
Tailwind |
|
Build a blogging platform based on Slate.js, Supabase and Vercel.
Read the guide Platforms guide This solution builds upon this guide. The differences will be explained down bellow.
- Skip the PlanetScale installation and instead create a database on Supabase and replace the proper keys in the .env files.
- Populate the database with the two necessary tables You can use the following script in the supabase sql editor to go faster
This working demo site was built using the Platforms Starter Kit and:
- Next.js as the React framework
- Tailwind for CSS styling
- Supabase as the database
- NextAuth.js for authentication
- Vercel for deployment
- Start a discussion with a question, piece of feedback, or idea you want to share with the team.
- Open an issue if you believe you've encountered a bug with the starter kit.