NewsForge is an AI-powered newsroom assistant built for the
Google Chrome Built-in AI Tools Hackathon (Devpost, 2025).
It helps journalists, writers, and content teams generate, rewrite, and translate news articles instantly using modular AI-driven tools — all through a clean, modern web interface.
🌐 Live Demo: https://google-hackathon-ten.vercel.app/
🏆 Hackathon: Google Chrome Built-in AI Tools Hackathon (Devpost)
NewsForge streamlines newsroom workflows by providing AI assistance at every stage of content creation — from ideation to final multilingual publishing.
The platform is designed to accelerate writing, improve accessibility, and reduce turnaround time, while keeping humans in full editorial control.
- 🧠 Prompt API – Expand short ideas into detailed article prompts
- ✍️ Writer API – Generate complete news drafts from minimal input
- 🔁 Rewriter API – Improve clarity, tone, and structure of existing text
- 🌍 Translator API – Translate articles into multiple languages
- 📱 Responsive UI – Clean, newsroom-friendly interface
- ⚡ Fast & Scalable – Built with modern web technologies
- Journalists & editors
- Student writers
- Newsrooms and media teams
- Multilingual content platforms
- Rapid news drafting and iteration
- Next.js
- React
- TypeScript
- Tailwind CSS
- Google Chrome Built-in AI APIs
- Vercel (Deployment)
NewsForge/
├── app/ # Next.js app routes
├── components/ # Reusable UI components
├── lib/ # API & utility logic
├── hooks/ # Custom React hooks
├── public/ # Static assets
├── styles/ # Styling files
├── types/ # TypeScript types
├── README.md
├── package.json
└── next.config.mjs
git clone https://github.com/Aditi2k5/NewsForge.git
cd NewsForge
npm install
pnpm install
npm run dev
