Neko Serverless Blogging Website

screenshot of Neko Serverless Blogging Website
hono
nextjs
tailwind
shadcn-ui

Serverless blogging website with notion like editor. Made with Cloudflare workers, Hono and NextJs.

Overview

Neko is a modern serverless blogging website that merges the ease of a Notion-like editor with the flexibility of a cloud-based backend. Built using Cloudflare Workers, Hono, and Next.js, this platform provides an intuitive, efficient way for users to create, manage, and engage with blog content. Its cutting-edge technology stack allows for seamless performance and user experience, catering to both casual bloggers and more serious content creators.

The ability to write, share, and interact with posts on Neko brings a community feel to blogging. With a focus on user authentication and post management, this service stands out by offering features that prioritize both simplicity for creators and engagement for readers. Whether you’re looking to pen personal thoughts or share professional insights, Neko delivers a robust platform that enhances the blogging experience.

Features

  • Create, Read, Update, and Delete Blogs: Easily manage your posts with a straightforward CRUD interface.
  • JWT Authentication: Secure your blog with password salting using bcryptJs to protect user accounts.
  • Notion-like Editor: Enjoy a rich writing experience with an editor that mimics the smooth functionality of Notion.
  • Search Functionality: Quickly find relevant posts with an integrated search feature that enhances discoverability.
  • Post Liking System: Show appreciation for your favorite posts with a simple "like" feature.
  • Code Syntax Highlighting: Perfect for developers, this feature enhances readability for code snippets in your blogs.
  • Nesting Comment System: Engage in discussions with a Reddit-like comment thread that allows infinite nesting for more in-depth conversations.
  • Support for Cover Images: Easily upload cover images to enhance your blog's visual appeal.

Neko’s innovative blend of features makes it a compelling choice for anyone looking to elevate their blogging endeavors.

hono
Hono

Hono is an ultrafast web framework designed for edge computing environments. It's lightweight, supports multiple runtimes including Cloudflare Workers, Deno, and Bun, and provides a familiar Express-like API with excellent TypeScript support.

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.

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.

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.

turborepo
Turborepo

Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

zod
Zod

Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.