https://github.com/frxnnk/amazon-affiliates
Amazon Affiliates site built with Astro, Tailwind CSS, and Clerk authentication
https://github.com/frxnnk/amazon-affiliates
affiliates amazon astro ecommerce tailwindcss typescript web
Last synced: about 1 month ago
JSON representation
Amazon Affiliates site built with Astro, Tailwind CSS, and Clerk authentication
- Host: GitHub
- URL: https://github.com/frxnnk/amazon-affiliates
- Owner: frxnnk
- License: mit
- Created: 2026-01-05T18:54:52.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2026-04-23T10:10:56.000Z (2 months ago)
- Last Synced: 2026-04-23T10:33:17.635Z (2 months ago)
- Topics: affiliates, amazon, astro, ecommerce, tailwindcss, typescript, web
- Language: Astro
- Homepage: https://amazon-affiliates-two.vercel.app
- Size: 8.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Amazon Affiliates
Amazon Affiliates product site built with Astro and Tailwind CSS. Browse and discover products with affiliate link integration and a clean, fast static site.
## Features
- Static site generation with Astro for blazing fast performance
- Tailwind CSS for styling
- Product listing pages with Amazon affiliate links
- Clean, responsive design
- Clerk authentication integration
## Tech Stack
- **Framework**: Astro
- **Styling**: Tailwind CSS
- **Auth**: Clerk
- **Hosting**: Vercel
## Getting Started
```bash
npm install
npm run dev
```
Open `http://localhost:4321` to see the site.
## Scripts
| Command | Action |
|---|---|
| `npm install` | Install dependencies |
| `npm run dev` | Start local dev server at `localhost:4321` |
| `npm run build` | Build production site to `./dist` |
| `npm run preview` | Preview build locally |
## License
MIT