Live at: Techfrom10
Powered by Asynx Pvt. Ltd
Techfrom10 is an AI-powered news platform that automatically generates and displays the latest news by searching the web using Perplexity AI. It also uses DALL·E 3 to generate relevant images, which are uploaded to AWS S3, with metadata stored in a PostgreSQL database.
This project is built using a modern tech stack featuring Next.js, SCSS, TypeScript, PostgreSQL, AWS S3, and API routes.
- 🧠 AI-Powered News Generation - Search and generate news content using Perplexity AI.
- 🖼️ Image Generation - Automatically create relevant images using DALL·E 3.
- ☁️ AWS S3 Integration - Upload and serve images via Amazon S3.
- 🗄️ PostgreSQL Database - Efficient storage of news content and image data.
- ⚡ Next.js Framework - Provides fast, responsive, and SEO-friendly UI.
- 🎨 SCSS Styling - Organized and modular styles using SCSS.
- 🔐 TypeScript Support - Improves code maintainability and scalability.
- 🔌 API Routes - Backend functionality with Next.js API routes.
- Frontend: Next.js, TypeScript, SCSS
- Backend: Next.js API Routes
- Database: PostgreSQL
- Cloud: AWS S3
- AI Integrations: Perplexity AI (text), DALL·E 3 (images)
git clone https://github.com/Asynx-Pvt-Ltd/Techfrom10.git
cd techfrom10yarn
yarn dev