claudedwithlove
explore/project-next-hono-sqlite

project-next-hono-sqlite

Cherished

An Nx monorepo template that deploys a Next.js frontend to Vercel and a Hono.js backend to Cloudflare Workers with a shared SQLite database via D1. It demonstrates full-stack development across multiple deployment platforms using TypeScript, with shared type definitions between frontend and backend.

·0··submitted April 17, 2026
View on GitHub
Clauded With Love Rating
7.1 / 10

A well-structured Nx monorepo template demonstrating full-stack TypeScript development with Next.js frontend deployed to Vercel and Hono.js backend on Cloudflare Workers, connected by a shared D1 SQLite database. The project provides a solid foundation for developers wanting to build applications across multiple modern deployment platforms with type safety.

Code Quality6.5
Usefulness7.5
Claude Usage7.0
Documentation8.5
Originality6.0
Highlights
  • Excellent architecture diagram and comprehensive README with clear setup instructions
  • Smart use of shared TypeScript types package ensuring type safety across frontend and backend
  • Complete development workflow with proper environment separation and deployment scripts for both Vercel and Cloudflare platforms
To Improve
  • Add comprehensive test coverage including unit tests for API endpoints and integration tests for the full stack
  • Include error handling examples and production-ready logging/monitoring setup for both frontend and backend applications
Language