Skip to content
/ zeroai Public

Get your job done with AI in an interactive and easy way with a suite of AI tools crafted to help you build smarter with AI, all through an intuitive and user-friendly interface.

Notifications You must be signed in to change notification settings

mxvsh/zeroai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

This project is still under development. You can contribute by adding new tools, fixing bugs, or improving the existing code. Feel free to open an issue or a pull request. 😊

Table of Contents

About

ZeroAI is a collection of AI tools (eg. Email Writer, MCQ generator, YouTube Summarizer, etc.) that helps you get your job done with AI in an interactive and easy way. It is a web application built using Next.js, Tailwind CSS, and AI SDK.

You can completely run this application on your local machine without any internet connection and use it for free. It supports Ollama and OpenAI API for generating content.

Available Tools

I am planning to add more tools in the future. Here is the list of tools that are currently available (or planned to be available):

  • Email Writer
  • Code Generator
  • Grammar Checker
  • Image Generator
  • Text Summarizer
  • MCQ Generator
  • Question Answering
  • YouTube Summarizer
  • Text Translator

Running Locally

First, clone the repository:

git clone [email protected]:mxvsh/zeroai.git

Then, install the dependencies:

bun install

Create a .env.local file in the root directory and add the following environment variables:

PROVIDER=openai
OPENAI_API_KEY=

Finally, run the development server:

bun dev

Adding a new tool

To add a new tool, create a new folder in the tools directory with index.ts, page.tsx and action.ts. You can refer to the existing tools for the structure.

Help

If you have any questions or need help, feel free to open an issue or reach out to me on Twitter or Telegram. 🙂

About

Get your job done with AI in an interactive and easy way with a suite of AI tools crafted to help you build smarter with AI, all through an intuitive and user-friendly interface.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published