Onur.dev

screenshot of Onur.dev
nextjs
react
tailwind
shadcn-ui
contentful
supabase

My personal website built using Next.js, Tailwind CSS, shadcn/ui, Contentful, Raindrop, Supabase and deployed on Vercel.

Overview:

Onur.dev is a personal website that has undergone several iterations in terms of technology stack. It started as a simple static HTML page and evolved to use Create React App, GatsbyJS, Next.js with Chakra UI and MDX, and finally settled with Next.js, Tailwind CSS, and Contentful. The website serves as a platform for the author's writings, documenting their journey, and showcasing bookmarks.

Features:

  • Home page: The main landing page of the website.
  • Static pre-rendered pages: Pages with specific slugs, such as /stack and /about, which are generated using data from Contentful.
  • Writing page: A dedicated page for the author's writings.
  • Static pre-rendered writing pages: Writing pages with specific slugs, fetched and rendered using data from Contentful.
  • Journey page: A page that showcases the author's journey.
  • Bookmarks page: A page that displays the author's saved bookmarks.
  • Static pre-rendered bookmarks pages: Individual bookmark pages with specific IDs, generated using data from Raindrop.
  • API routes: The website includes API routes for server-side functionality.
nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

shadcn-ui
Shadcn UI

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

contentful
Contentful

Contentful is a headless content management system (CMS) that provides a flexible and scalable platform for creating, managing, and delivering digital content across multiple channels and devices.

supabase
Supabase

Supabase is an open source Firebase alternative. Start your project with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

framer-motion
Framer Motion

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.