百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
O

onur.dev

> 前端框架
开源

✦ 我的个人网站使用了 Next.js、Tailwind CSS、shadcn/ui、Contentful、Raindrop、Supabase 等技术,并部署在 Vercel 上。

2.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

✦ 我的个人网站使用了 Next.js、Tailwind CSS、shadcn/ui、Contentful、Raindrop、Supabase 等技术,并部署在 Vercel 上。

onur.dev



My personal website has evolved over the years — from a simple static HTML page, to Create React App, to GatsbyJS, then to a combination of Next.js, Chakra UI and MDX, and finally to a combination of Next.js, Tailwind CSS and Contentful. It serves as an app-like-web platform for my writings, highlighting my journey, showcasing my bookmarks, and more.

Overview

  • / — Home page.
  • /[slug] — Static pre-rendered pages using Contentful. (e.g. /stack)
  • /writing — Writing page.
  • /writing/[slug] — Static pre-rendered writing pages using Contentful.
  • /journey — Journey page.
  • /workspace — Workspace page.
  • /bookmarks — Bookmarks page.
  • /bookmarks/[slug] — Static pre-rendered bookmarks pages using Raindrop.
  • /bookmarks.xml — Bookmarks XML feed.
  • /api — API routes.

Running Locally

$ git clone https://github.com/suyalcinkaya/onur.dev.git
$ cd onur.dev
$ bun i
$ bun dev

Create a .env file similar to .env.example.

Tech Stack

  • Next.js
  • Tailwind CSS
  • shadcn/ui
  • Contentful
  • Raindrop
  • Supabase
  • Vercel

Repo Activity

License

  1. Feel free to take inspiration from this code.
  2. Avoid directly copying it, please.
  3. Crediting the author is appreciated.

No complicated licensing. Be kind and help others learn.

You can use the same license with: https://github.com/superkhau/lice

$ npm install -g lice
$ lice -l onur_dev

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

JavaScriptcontentfulgraphqljavascriptnextjs

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架