搜索真实文献并生成引用对应文献的AI论文
Go to file
2024-02-17 12:13:34 +08:00
.github/workflows ci: docs 2024-02-17 12:10:03 +08:00
.vscode chore: sentry,i18n,buyvip 2024-02-12 13:28:16 +08:00
app fix: 修复lemon路由 2024-02-15 19:57:29 +08:00
components refractor: 将格式化文献的函数重构到公共函数中 2024-02-15 20:13:26 +08:00
docs ci: docs 2024-02-17 12:13:34 +08:00
pages feat: sentry 2024-02-11 22:49:17 +08:00
supabase chore: email template 2024-02-14 21:37:52 +08:00
utils refractor: 将格式化文献的函数重构到公共函数中 2024-02-15 20:13:26 +08:00
.env.production style: 设置icon样式 2024-02-11 11:34:57 +08:00
.gitattributes Initial commit 2024-01-16 10:54:40 +08:00
.gitignore ci: docs 2024-02-17 12:13:34 +08:00
CHANGELOG.md chore: release 1.5.0 2024-02-13 16:32:21 +08:00
dictionaries.js feat: i18n中文英文 2024-02-12 20:55:14 +08:00
Dockerfile ci: dockerfile 2024-02-11 18:37:02 +08:00
getPaper.py Initial commit 2024-01-16 10:54:40 +08:00
LICENSE docs: readme image license 2024-01-23 15:17:09 +08:00
middleware.ts feat: i18n中文英文 2024-02-12 20:55:14 +08:00
next.config.js feat: sentry 2024-02-11 22:49:17 +08:00
package-lock.json chore: release 1.5.0 2024-02-13 16:32:21 +08:00
package.json chore: release 1.5.0 2024-02-13 16:32:21 +08:00
postcss.config.js init 2024-01-18 15:46:18 +08:00
README_en.md docs: readme 2024-01-23 15:29:15 +08:00
README.md chore: readme 💯 2024-02-13 16:35:34 +08:00
sentry.client.config.ts chore: sentry,i18n,buyvip 2024-02-12 13:28:16 +08:00
sentry.edge.config.ts feat: sentry 2024-02-11 22:49:17 +08:00
sentry.server.config.ts feat: sentry 2024-02-11 22:49:17 +08:00
tailwind.config.js style: gold color 2024-02-08 15:47:49 +08:00
tsconfig.json feat: lemonsqueezy1 2024-02-05 23:11:47 +08:00
vercel.json others: vercel 2024-01-21 23:20:23 +08:00

Next.js and Supabase Starter Kit - the fastest way to build apps with Next.js and Supabase

paper-ai

The fastest way to write a paper with true references

Features · Demo · Deploy to Vercel · Clone and run locally ·


Features

Using AI for Paper Writing

  • AI Write Feature: Click "AI Write" for a normal dialogue interaction. AI will provide writing suggestions or answer questions based on your input.
  • Paper2AI Feature: Click "Paper2AI" to search for papers in Semantic Scholar or arxiv based on entered keywords. The system will integrate the information into your paper.

Editing and Modifying

  • Directly edit and modify the AI-generated content in the editor.
  • Use the provided tools to adjust text style and layout.

Demo

You can view a fully working demo at paperai.life.

Deploy to Vercel

Deploy with Vercel

The above will also clone the repo to your GitHub, you can clone that locally and develop locally.

If you wish to just develop locally and not deploy to Vercel, follow the steps below.

Clone and run locally

# Clone the repository
git clone https://github.com/14790897/paper-ai.git

# Enter the project directory
cd paper-ai

# Install dependencies
npm install

# Run the project
npm run dev

LICENSE

MIT