Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leytox/ai-landing
AI Saas Landing page create using newest web tech stack
https://github.com/leytox/ai-landing
ai landing nextjs react saas tailwind
Last synced: about 13 hours ago
JSON representation
AI Saas Landing page create using newest web tech stack
- Host: GitHub
- URL: https://github.com/leytox/ai-landing
- Owner: Leytox
- Created: 2024-11-04T16:24:34.000Z (about 20 hours ago)
- Default Branch: main
- Last Pushed: 2024-11-04T17:00:59.000Z (about 20 hours ago)
- Last Synced: 2024-11-04T17:34:12.517Z (about 19 hours ago)
- Topics: ai, landing, nextjs, react, saas, tailwind
- Language: TypeScript
- Homepage: https://ai-landing-iota.vercel.app
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI SaaS Landing Page Website Template by Frontend Tribe
This is a starter template for the AI SaaS Landing Page video created by Frontend Tribe.
## Getting Started
First, install the dependencies:
```bash
npm install
# or
yarn
# or
pnpm install
```Then, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open the provided URL with your browser to see the result and start coding along with the video tutorial.