Skip to content

Demo for the new Next.js 13 features with Pocketbase.

Notifications You must be signed in to change notification settings

hamzahsn/next13-pocketbase-demo

 
 

Repository files navigation

Next 13 Demo

Build a basic note-taking app with Next.js 13 and Pocketbase.

Setup

  1. Create a new Next.js app: npx create-next-app@latest --ts

  2. Download Pocketbase from pocketbase.io

  3. Navigate to the unzipped directory cd pocketbase_0.7.9_darwin_arm64

  4. Start Pocketbase: ./pocketbase serve

  5. Open the Admin UI, create collection, and update security rules to allow read/write access.

  6. Add experimental: { appDir: true } to next.config.js

About

Demo for the new Next.js 13 features with Pocketbase.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.3%
  • TypeScript 48.2%
  • JavaScript 2.5%