https://github.com/niazmorshed2007/appwrite-writer
Appwrite Writer is a notion like editor powered with Appwrite, OpenAI & Novel.
https://github.com/niazmorshed2007/appwrite-writer
Last synced: about 2 months ago
JSON representation
Appwrite Writer is a notion like editor powered with Appwrite, OpenAI & Novel.
- Host: GitHub
- URL: https://github.com/niazmorshed2007/appwrite-writer
- Owner: NiazMorshed2007
- License: mit
- Created: 2023-07-13T12:53:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-31T17:10:06.000Z (about 2 years ago)
- Last Synced: 2025-04-02T13:52:09.867Z (6 months ago)
- Language: TypeScript
- Homepage: https://appwrite-writer.vercel.app
- Size: 1.07 MB
- Stars: 31
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README

Introduction ·
Setting Up Locally ·
Tech Stack ·
## Introduction
Appwrite Writer is a Notion-style WYSIWYG editor with AI-powered autocompletions powered by Appwrite and [Novel] (https://github.com/steven-tey/novel). It's goal is to give you an example of how powerful things you can build with Appwrite. Use this project to build your next cool project. And share love by sharing on social!
https://github.com/NiazMorshed2007/appwrite-writer/assets/77217706/f7fba7f5-d902-473f-9e0f-82e05c4e7797
## Tech Stack
Appwrite Writer is built on the following stack:
- [Appwrite](https://appwrite.io/) - backend
- [Next.js](https://nextjs.org/) – framework
- [OpenAI](https://openai.com/) - AI completions
- [Novel](https://github.com/steven-tey/novel)
- [Vercel AI SDK](https://sdk.vercel.ai/docs) – AI library
- [Vercel](https://vercel.com) – deployments
- [TailwindCSS](https://tailwindcss.com/) – styles
- [Cal Sans](https://github.com/calcom/font) – font## Author
- Niaz Morshed ([@niazmorshed_](https://twitter.com/niazmorshed_))