Effortlessly Summarize Articles with Cutting-Edge AI Technology – Get the Key Points in Seconds!
- 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
To get a local copy up and running follow these simple steps.
Make sure you have npm installed on your local machine.
npm install npm@latest -g
git clone https://github.com/MasabBinZia/SummaAI.git
pnpm install
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>
pnpm dev
Open http://localhost:3000 with your browser to see the result.
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".
- Fork the Project
- Create your Feature Branch (git checkout -b feature/AmazingFeature)
- Commit your Changes (git commit -m 'Add some AmazingFeature')
- Push to the Branch (git push origin feature/AmazingFeature)
- Open a Pull Request