paulgeorge35 / planical

https://planical.app
1 stars 0 forks source link

Planical

An open source application built using the new router, server components and everything new in Next.js 13.

Warning This app is a work in progress. See the roadmap below.

About this project

Right now, I'm using this project as an experiment to see how a modern app (with features like authentication, subscriptions, API routes etc) would work in Next.js 13 and server components.

Note on Performance

Warning This app is using the canary releases for Next.js 13 and React 18. The new router and app dir is still in beta and not production-ready. Expect some performance hits when testing the dashboard.

Features

Roadmap

Known Issues

A list of things not working right now:

  1. To update

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Create a supabase project and update the API key, Project key and database URL.

  2. Start the development server:

pnpm dev