- Next.js 16 with App Router
- leverages React 19 with server-side rendering
- TypeScript for type safety
- Radix UI primitives for accessible components
- SCSS with BEM methodology for styling
- Sanity CMS with Studio
- Real-time content updates and preview
- Structured content with Portable Text
- ESLint with Next.js config and custom rules
- Stylelint for SCSS linting
- Prettier for code formatting
- Type generation for Sanity schemas
- Custom design in Figma
- Responsive and mobile-first approach
- Accessible and intuitive UI
- GitHub for source code hosting and version control
- Vercel with automatic deployments
- Global CDN for fast content delivery
- Automatic SSL certificates and DDoS protection
To clone and run this application, you'll need
From your command line:
# Clone this repository
$ git clone https://github.com/Quicksaver/inception
# Go into the repository
$ cd inception
# Enable corepack
$ corepack enable
# Install dependencies
$ yarn
# Local dev run the website
$ yarn dev