# onur.dev: A Personal Website Built with Next.js, Tailwind CSS, and Modern Stack

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Source: osrepos.com
Repository profile: https://osrepos.com/repo/suyalcinkaya-onur.dev
Generated for open source discovery and AI-assisted research.

onur.dev is Onur ?uyalç?nkaya's personal website, showcasing his writings, journey, and bookmarks. It's built with a modern tech stack including Next.js, Tailwind CSS, shadcn/ui, Contentful, Raindrop, and Supabase. This project serves as an excellent example of a feature-rich personal web platform.

GitHub: https://github.com/suyalcinkaya/onur.dev
OSRepos URL: https://osrepos.com/repo/suyalcinkaya-onur.dev

## Summary

onur.dev is Onur ?uyalç?nkaya's personal website, showcasing his writings, journey, and bookmarks. It's built with a modern tech stack including Next.js, Tailwind CSS, shadcn/ui, Contentful, Raindrop, and Supabase. This project serves as an excellent example of a feature-rich personal web platform.

## Topics

- Next.js
- Tailwind CSS
- shadcn/ui
- Contentful
- Raindrop
- Supabase
- JavaScript
- Personal Website

## Repository Information

Last analyzed by OSRepos: Mon May 04 2026 13:08:27 GMT+0100 (Western European Summer Time)
Detail views: 6
GitHub clicks: 20

## Safety Notice

OSRepos shares public repositories for knowledge and discovery only. Review source code, dependencies, licenses, and security implications before running or installing anything.

## Content

## Introduction

onur.dev is the personal website of Onur ?uyalç?nkaya, a dynamic platform that has evolved significantly over the years. Starting from a simple HTML page, it progressed through Create React App, GatsbyJS, and various Next.js iterations.

Currently, it leverages Next.js, Tailwind CSS, and Contentful to provide an app-like web experience. The site serves as a central hub for his writings, highlights his professional journey, and showcases his curated bookmarks.

## Installation

The project is straightforward to set up locally. First, clone the repository:

bash
git clone https://github.com/suyalcinkaya/onur.dev.git


Navigate into the project directory:

bash
cd onur.dev


Install dependencies using `bun`:

bash
bun i


Then, start the development server:

bash
bun dev


Remember to create a `.env` file based on the provided [`.env.example`](https://github.com/suyalcinkaya/onur.dev/blob/master/.env.example){:target="_blank"} for proper configuration.

## Examples

The onur.dev website features several key sections, demonstrating its comprehensive structure:

*   `/` - The main home page.
*   `/[slug]` - Static pre-rendered pages powered by [Contentful](https://www.contentful.com){:target="_blank"}, such as `/stack`.
*   `/writing` - A dedicated section for writings.
*   `/writing/[slug]` - Individual writing pages, also pre-rendered using Contentful.
*   `/journey` - A page detailing the author's professional journey.
*   `/workspace` - Showcasing the author's workspace.
*   `/bookmarks` - A collection of curated bookmarks.
*   `/bookmarks/[slug]` - Individual bookmark pages, pre-rendered using [Raindrop](https://raindrop.io/){:target="_blank"}.
*   `/bookmarks.xml` - An XML feed for bookmarks.
*   `/api` - Various API routes.

## Why Use

onur.dev is an excellent resource for developers looking to build a modern, performant, and content-rich personal website. It showcases a robust tech stack including Next.js for server-side rendering and static site generation, Tailwind CSS for utility-first styling, and shadcn/ui for beautiful UI components.

The integration with Contentful for content management and Raindrop for bookmark curation demonstrates effective use of external services. Deployed on Vercel and utilizing Supabase for backend needs, this project provides a full-stack example of a scalable personal platform.

## Links

*   [GitHub Repository](https://github.com/suyalcinkaya/onur.dev){:target="_blank"}
*   [Live Website](https://onur.dev){:target="_blank"}