Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chenxiaoyao6228/idea-forge

Idea Forge is an AI-powered tool for writing and collaboration, enhancing creativity, productivity, and seamless teamwork
https://github.com/chenxiaoyao6228/idea-forge

ai collaborative docker gpt nestjs notion react sse tiptap websocket

Last synced: 5 days ago
JSON representation

Idea Forge is an AI-powered tool for writing and collaboration, enhancing creativity, productivity, and seamless teamwork

Awesome Lists containing this project

README

        

# Idea Forge

Idea Forge is a powerful document collaboration tool that combines the functionality of Notion with the intelligence of AI. It provides a seamless environment for real-time collaborative editing, AI-powered writing assistance, and efficient document management.

## Getting Started

1. Install Docker Desktop for your operating system from the [official Docker website](https://www.docker.com/products/docker-desktop/)

> 由于 docker 被墙,国内用户请使用 docker 镜像加速,或者使用科学上网, 不然镜像无法拉取

2. Setup tiptap pro extension

Register and log in to the Tiptap website at https://tiptap.dev/, then visit https://cloud.tiptap.dev/pro-extensions and get your token.

Create a `.npmrc` file in the root directory of the project with the following content:

```bash
link-workspace-packages=true

@tiptap-pro:registry=https://registry.tiptap.dev/
//registry.tiptap.dev/:_authToken={your_token}
```

3. Ensure Docker Desktop is running before proceeding with the setup

```bash
## Install && Setup local docker environment for the server, including postgresql, redis
pnpm install && pnpm run setup

## Run the server
pnpm run dev
```