Skip to content

8gratitude8/akasha

Repository files navigation

akasha: a node-based AI-powered research assistant

Hacker News License Novel.sh's GitHub repo

Introduction · Setting Up Locally · Tech Stack · Contributing · License


Introduction

akasha is a Notion-style WYSIWYG editor with AI-powered autocompletions.

Here's a quick 30-second demo:

Novel.mp4

Setting Up Locally

To set up akasha locally, you'll need to clone the repository and set up the following environment variables:

  • OPENAI_API_KEY – your OpenAI API key (you can get one here)
  • BLOB_READ_WRITE_TOKEN – your Vercel Blob read/write token (currently still in beta, but feel free to sign up on this form for access)

If you've deployed this to Vercel, you can also use vc env pull to pull the environment variables from your Vercel project.

Tech Stack

akasha is built on the following stack:

Contributing

Here's how you can contribute:

  • Open an issue if you believe you've encountered a bug.
  • Make a pull request to add new features/make quality-of-life improvements/fix bugs.

Author

  • Forked from Steven Tey ([@steventey]