Serverless blogging website with notion like editor. Made with Cloudflare workers, Hono and NextJs.
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.
Neko’s innovative blend of features makes it a compelling choice for anyone looking to elevate their blogging endeavors.
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.
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 CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
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.
Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust.
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 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.