Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diegofcornejo/nextjs-shadcn-v0-template
Next.js 13 + Tailwind CSS + Shadcn + v0 AI Starter
https://github.com/diegofcornejo/nextjs-shadcn-v0-template
ai nextjs shadcn-ui tailwindcss v0
Last synced: about 7 hours ago
JSON representation
Next.js 13 + Tailwind CSS + Shadcn + v0 AI Starter
- Host: GitHub
- URL: https://github.com/diegofcornejo/nextjs-shadcn-v0-template
- Owner: diegofcornejo
- Created: 2023-09-15T21:46:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T10:35:29.000Z (about 1 year ago)
- Last Synced: 2024-03-15T11:11:07.159Z (8 months ago)
- Topics: ai, nextjs, shadcn-ui, tailwindcss, v0
- Language: TypeScript
- Homepage: https://nextjs-shadcn-v0ai.vercel.app
- Size: 90.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js 13 + Tailwind CSS + Shadcn + v0 Starter
This project is a starter template for a static website utilizing various modern web development technologies. The main motivation behind this project is to learn and gain hands-on experience with these technologies.
## Technologies Used
- [Next.js 13](https://nextjs.org/) (App Router)
- [Tailwind CSS](https://tailwindcss.com/)
- [Shadcn Components](https://ui.shadcn.com/)
- [v0 AI Components by Vercel](https://v0.dev/) (Alpha)
- [Bun](https://bun.dev/) as the npm installer and builder
- [Vercel](https://vercel.com/) as the deployer## Installation
To install the dependencies, run:
```bash
bun install
```## Development
To start the development server, run:
```bash
bun run dev
```## Install shadcn / v0 AI components
```bash
bunx shadcn-ui@latest add table
bunx v0 add GkNjwEC
```## Authentication
Actually this project has a mock authentication system. You can login with any username and password in `app/api/data/users.json` file.
## TODO
- [ ] Add a real authentication system with a database or a third-party service
- [ ] Manage sessions with cookies
- [ ] Add a full example of a CRUD app