AI Pulse is a modern AI News and Blog platform built with the latest web technologies. It tracks the pulse of Artificial Intelligence, bringing you the latest news, model updates, company insights, and deep-dive explainers.
- Framework: Next.js 16 (App Router)
- Language: TypeScript
- Styling: Tailwind CSS 4
- UI Components: Shadcn UI
- Icons: Lucide React
- Content: MDX with
next-mdx-remote - Package Manager: Bun (preferred) or npm
First, install the dependencies:
bun install
# or
npm installThen, run the development server:
bun dev
# or
npm run devOpen http://localhost:3000 with your browser to see the result.
/app: App Router pages and layouts/components: Reusable UI components/content: MDX content for articles/lib: Utility functions and shared logic/public: Static assets
- Dynamic News Feed: Stay updated with the latest in AI.
- Categorized Articles: Filter by News, Models, Companies, and Explainers.
- Responsive Design: Optimized for all devices.
- Dark Mode Support: Easy on the eyes.
This project is open source and available under the MIT License.