Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chenxiaoyao6228/idea-forge
- Owner: chenxiaoyao6228
- Created: 2024-12-18T10:58:28.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-02-06T02:18:37.000Z (6 days ago)
- Last Synced: 2025-02-06T03:25:48.139Z (6 days ago)
- Topics: ai, collaborative, docker, gpt, nestjs, notion, react, sse, tiptap, websocket
- Language: TypeScript
- Homepage: https://ideaforge.link
- Size: 4.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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
```