Giter Site home page Giter Site logo

inke's Introduction

Inke - Small is beautiful

status License inke.app's GitHub repo

About Inke

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

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

Features

  • 😗 WYSIWYG Editing like markdown
  • 😄 Efficient Shortcut Inputs
  • 😍 AI-powered Text Autocomplete
  • 🥰 Local Data Storage
  • 🥳 Image uploads(use command or drag)
  • 😍 Cloud storage notes
  • 😄 Export as json/image/txt
  • 🥰 Install as PWA App to your desktop

Self Hosting

You can deploy your own version of Inke to Vercel with one click:

Deploy with Vercel

Setting Up Locally

To set up Inke 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.

To run the app locally, you can run the following commands:

pnpm i
pnpm build
pnpm dev

Environment Variable

Prop Type Description Example
OPENAI_API_KEY string The API Key to use for the OpenAI completion API. sk-xxx
BLOB_READ_WRITE_TOKEN string OPTIONAL: Vercel Blob (for uploading images). Get your Vercel Blob credentials here vercel_blob_xxxx
KV_REST_API_URL string OPTIONAL: Vercel KV (for ratelimiting). Get your Vercel KV credentials here "https//xxx.com"
KV_REST_API_TOKEN string OPTIONAL: Vercel KV (for ratelimiting). Get your Vercel KV credentials here. abcdefg
NEXTAUTH_SECRET string Only for production – generate one here: generate-secret. fasgagahhjerherg
DATABASE_URL string DATABASE url mongodb://xxxx
EMAIL_FROM string Next Auth Provider: Email Inke <[email protected]>
EMAIL_SERVER string Next Auth Provider: Email smtps://xxxx
GITHUB_ID string Next Auth Provider: Github xadsafsa
GITHUB_SECRET string Next Auth Provider: Github xadsafsa

Sync repo

# Sync
git fetch upstream
git merge upstream/main
git push origin main

Tech Stack

Inke is built on the following stack:

Star History

Star History Chart

Product Hunt

License

GPL © yesmore

inke's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.