- Framework: Next.js
- Database: PlanetScale
- ORM: Prisma
- Authentication: NextAuth.js
- Deployment: Vercel
- CMS: Sanity
- Styling: Tailwind CSS
- Analytics: Splitbee
lib/*
- Short for "library", a collection of helpful utilities or code for external services.pages/api/*
- API routes. Health check, spotify, guestbook and blog post views.pages/blog/*
- Static pre-rendered blog pages using MDXpages/dashboard
- Containing metrics from health apipages/projects
- Showcase of my current projects on GitHubpages/about
- General information about mepages/sitemap.xml.tsx
- Automatically generated sitemappages/*
- All other static pages.public/*
- Static assets including fonts and images.prisma/*
- My Prisma schema, which uses a PlanetScale MySQL database.styles/*
- A small amount of global styles. I'm mostly using vanilla Tailwind CSS.
This application requires Node.js v20.xx.+
git clone https://github.com/sayandey18/sayandey.dev.git
cd sayandey.dev
yarn install
yarn dev
Create a .env
file similar to .env.example
.
Please review the license and remove all of my personal information (resume, blog posts, images, etc.).