Thanks to visit codestin.com
Credit goes to github.com

Skip to content

choirulanwar/textify

Repository files navigation

Textify

📝 An AI writing assistant tool

Textify is an AI-powered writing assistant application designed to help improve your productivity and the quality of your writing.

Screenshot

Tech Stack

Requirements

  • Redis
  • Google Chrome

Local Development

Install wails from the official source for packaging.

Note: The official wails packaging cannot run on win7. To support win7, download MQEnergy/wails and compile it locally:

cd wails/v2/cmd/wails
go install .

Run the tests:

#
make dev

Installation Package

Mac Environment

1. Package according to the local environment

# The ENV parameter can be set to test (for testing) or prod (for production), for example:
make build ENV=prod

# Package into dmg format
make dmg

2、Package installation packages for other environments.

# amd64
make darwin/amd64 ENV=prod

# arm64
make darwin/arm64 ENV=prod

Windows Environment

Note: The installation packages below need to be packaged according to your computer architecture, otherwise the packaging may not be successful.

# amd64 is a 64-bit version of the X86 architecture CPU. It is also known as X86_64. It is widely used in mainstream desktop PCs, laptops, and servers (including virtual machines).
make windows/amd64 ENV=prod

# arm64 is a 64-bit version of the ARM architecture CPU.
make windows/arm64 ENV=prod

# win32
make windows/386 ENV=prod

Todo List

  • Keyword Trend Explorer
  • Content Editor
  • Domain Finder

About

AI Writing Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors