• Stars
    star
    287
  • Rank 144,232 (Top 3 %)
  • Language
    TypeScript
  • License
    GNU Affero Genera...
  • Created almost 2 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Full-stack Next.js 14 application. Uses React 18 client & server components, TypeScript, Prisma ORM, Railway PostgreSQL database, NextAuth.js OAuth 2.0 authentication, OpenAI API GPT-3.5-Turbo, and Stripe payments.

This is an app built to showcase the capabilities of Next.js 13.

Live demo is up at nextjs13.app

Warning
This app is a work in progress. Site may be unstable.

Home and Feed pages

Features

  • Using new Next.js 13 Beta
  • New /app dir,
  • Routing, Layouts, Nested Layouts and Layout Groups
  • Data Fetching, Caching and Mutation
  • Uses client and server components from React 18
  • API Routes
  • Live social media feed with likes, comments, and profanity filter
  • Enhance social media posts using OpenAI API with GPT-3.5-Turbo model
  • OAuth 2.0 Authentication through Google, GitHub, and Discord using NextAuth.js
  • ORM using Prisma
  • PostgreSQL Database on Railway
  • UI Components built using NextUI v2.0
  • Styled using Tailwind CSS
  • Dark mode using next-themes
  • Payments using Stripe
  • Written in TypeScript

Run locally

  1. Install dependencies
npm install
  1. Copy .env.example to .env.local and update variables:
cp .env.example .env.local
  1. Run the development server:
npm run dev

Open http://localhost:3000 with your browser to see the result.

License

Licensed under the GNU Affero General Public License v3.0.

More Repositories

1

Sensor-Hub-MQTT

Mobile application made in Unity3D to subscribe to sensor data and publish sounds, light ring colors, and more to Delta Controls' O3 Sensor Hub over MQTT protocol.
C#
6
star
2

Weather-JavaFX

Java desktop weather application using JavaFX in conjunction with OpenWeather and Google Maps APIs. 🥇 Won first place for best personal project for CPSC 210 course at UBC in Summer 2019.
Java
5
star
3

STTC-Virtual-Tour

Unity application to view real-time sensor data in a walkthrough of the Skilled Trades and Technology Centre (STTC) at Red River College.
5
star
4

MetraPal

iOS app built in Swift for better tracking of Metra trains in the Chicago area.
Swift
5
star
5

AR-Labyrinth

Augmented reality physics-based labyrinth game that utilizes the rotation of a tracked image for enhanced immersion and precision. Built with Unity and C#.
C#
4
star
6

Bookswap

Textbook trading full-stack web application built using React.js, Python, Flask, and MongoDB.
JavaScript
4
star
7

2.5D-Platformer

Simple 2.5D physics-based platformer prototype made in Unity.
C#
4
star
8

arubayaseen

Web app created for my wedding on July 2, 2023.
TypeScript
3
star
9

Spot-Deals-AR

An augmented reality mobile application built in Unity that uses image recognition and image tracking on a brand's logo to display relevant information and deals super positioned around it.
C#
3
star
10

Node-RED-Sensor-Hub

Tutorial for using Node-RED with Delta Controls' O3 Sensor Hub.
3
star
11

Tallwood-Virtual-Tour

Unity application to view real-time sensor data in a walkthrough of the Tallwood House at the University of British Columbia. Worked on in conjunction with UBC ECE.
1
star
12

shape-toy

React application for manipulating shapes on an HTML5 canvas.
JavaScript
1
star
13

x86_64-OS-Kernel

x86_64 operating system kernel that is Multiboot2 compliant.
Makefile
1
star