https://github.com/yashitacodes/threatintel-frontend
A modern, AI-driven cybersecurity news aggregator built with Next.js that provides real-time threat intelligence updates and analysis.
https://github.com/yashitacodes/threatintel-frontend
aggregator cybersecurity news newsapi nextjs react19 shadcn-ui tailwindcss typescript
Last synced: about 2 months ago
JSON representation
A modern, AI-driven cybersecurity news aggregator built with Next.js that provides real-time threat intelligence updates and analysis.
- Host: GitHub
- URL: https://github.com/yashitacodes/threatintel-frontend
- Owner: YashitaCodes
- Created: 2024-11-18T17:13:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T23:12:17.000Z (over 1 year ago)
- Last Synced: 2025-01-30T14:19:01.096Z (over 1 year ago)
- Topics: aggregator, cybersecurity, news, newsapi, nextjs, react19, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://threatintel-frontend.vercel.app
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThreatIntel 🛡️
[](https://nextjs.org/)
[](https://www.typescriptlang.org/)
[](https://tailwindcss.com/)
[](https://ui.shadcn.com/)
[](https://react.dev/)
[](https://opensource.org/licenses/MIT)
An AI-powered news aggregator for threat intelligence, providing real-time updates and analysis of cybersecurity threats and vulnerabilities.
## 🚀 Features
- Dark/Light theme support
- Real-time threat intelligence updates
- Advanced search capabilities
- Category-based filtering
- Responsive design
## 🛠️ Tech Stack
- Next.js 15 with App Router
- TypeScript
- Tailwind CSS
- shadcn/ui components
- Radix UI primitives
## 🏃♂️ Getting Started
1. Clone the repository
2. Install dependencies:
```bash
npm install
```
3. Create a `.env.local` file with required environment variables:
```bash
NEXT_PUBLIC_API_URL=your_api_url_here
```
4. Run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## 📝 License
This project is licensed under the MIT License - see the LICENSE file for details.
## 🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check [issues page](https://github.com/yourusername/threatintel-frontend/issues).