https://github.com/coding-vibe/ai-assistant-landing
https://github.com/coding-vibe/ai-assistant-landing
material-ui nextjs react strapi typescript
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/coding-vibe/ai-assistant-landing
- Owner: coding-vibe
- Created: 2025-07-01T14:01:26.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-07-01T15:00:42.000Z (8 months ago)
- Last Synced: 2025-07-01T16:24:07.838Z (8 months ago)
- Topics: material-ui, nextjs, react, strapi, typescript
- Language: TypeScript
- Homepage:
- Size: 643 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI Assistant Landing
AI Assistant Landing is a modern and responsive landing page designed to showcase AI-based product. Itβs easy to customize and mobile-friendly.
Content is dynamically managed via **Strapi** β a headless CMS.
## Features
β¨ Pre-built landing page sections (hero, client, features, CTA)
π Content powered by [Strapi](https://strapi.io/)
π¨ Styled with MUI and Emotion (CSS-in-JS)
π± Fully responsive layout
βοΈ Easy to extend and modify
## Tech stack
- React
- TypeScript
- Next.js
- Strapi (as headless CMS)
- Material UI (MUI)
- Emotion
## Running the app
1. Install dependencies β `npm install`
2. Start development server β `npm run dev`
3. Build for production β `npm run build`
4. Start production β `npm start`
> Make sure your [Strapi](https://strapi.io/) backend is running and accessible.
> You may need to configure API endpoints or environment variables in `.env.local`.
View [**Demo**](https://ai-assistant-landing-omega.vercel.app/)