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. 😊
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.
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
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
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.
If you have any questions or need help, feel free to open an issue or reach out to me on Twitter or Telegram. 🙂