hygraph / ai-writer-app

AI Writer assistant, powered by GPT-3.

Home Page:https://ai-writer-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hygraph-app-nextjs-quick-start

A Hygraph boilerplate for building apps for

Quick Start

  1. Create a new Nextjs project via the Next CLI
npx create-next-app --example https://github.com/hygraph/hygraph-app-nextjs-quick-start my-hygraph-app
  1. Register your app on Hygraph

In order to use this boilerplate, you need a Hygraph account and a project to install the app to.

Follow these instructions to register an app on Hygraph.

  1. Start building! Navigate to your app directory and start the Nextjs dev server
cd my-hygraph-app
yarn dev

About

AI Writer assistant, powered by GPT-3.

https://ai-writer-app.vercel.app

License:BSD 2-Clause "Simplified" License


Languages

Language:TypeScript 99.6%Language:JavaScript 0.4%