Skip to content

MasabBinZia/SummaAI

Repository files navigation

SummaAI Logo

SummaAI

Unlock the Power of Information with SummaAI

Effortlessly Summarize Articles with Cutting-Edge AI Technology – Get the Key Points in Seconds!

Features

  • AI Article Summarization
  • Quick and Efficient Summaries
  • User-Friendly Interface
  • Built with Next.js 14 and React
  • TanStack Query for client side data fetching.
  • Styled with ShadcnUI
  • Authentication with Clerk

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

Make sure you have npm installed on your local machine.

npm install npm@latest -g

Installation

git clone https://github.com/MasabBinZia/SummaAI.git

Install NPM packages

pnpm install

Add Enviorment Varaiables

NEXT_PUBLIC_API_URL=https://example-article-api.com/summarize
NEXT_PUBLIC_CLERK_FRONTEND_API=<your-clerk-frontend-api>
CLERK_API_KEY=<your-clerk-api-key>
STRIPE_SECRET_KEY=<your-stripe-secret-key>
NEXT_PUBLIC_STRIPE_PUBLIC_KEY=<your-stripe-public-key>

Run the Project

pnpm dev

Open http://localhost:3000 with your browser to see the result.

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request