Watch me make a open-source SaaS in two weeks 🤯
29 messages from people that want to see a project in two weeks, challenged accepted ✅
So let's make Dingify
◆ Real time monitoring ↹
◆ Easy SDK for developers 🧑💻
◆ You decide what alerts you want 📊
Almost like an open-source Logsnag 🐐
I want to document everything for you, and would love for you to join ⚡
Setting up the repo this weekend, come and join when it's ready.
Tech Stack:
@nextjs@vercel@nextauthjs@prisma@honojs@resend@shadcn@tailwindcss@neondatabase@speakeasydev#buildinpublic#opensource
Badget is still going at full speed, this is my side project 👀
My newest course "Build a Finance Platform" is 50% finished and has 13 new chapters uploaded and ready to be watched!
This is by far the best tech stack I've worked with, and features the most interesting of implementations, such as:
- Separate API with @honojs
- Payments with @lemonsqueezy
- End-to-end Typesafety
- @DrizzleORM with SQL-like queries (learn joins, selects, inserts, migrations etc.)
- @tan_stack React-Query
- Beautiful graphs and statistics
- @Plaid for banking integration
- ...and much more!
Interesting! Now Deno supports `deno serve` command. Completely the same code runs with wrangler and bun and deno commands (Of course, there's no need to use Hono😉).
Here's a tutorial no one asked for
It's the BROH stack bro
Bun + React + drizzle Orm + Hono
+ Kinde Auth + TanStack Query + TanStack Router + TanStack Form + Tailwind + Shadcn + Zod + Neon +
just watch it and find out, it's better than htmx
ALT The React, Bun & Hono Tutorial 2024 - Drizzle, Kinde, Tanstack, Tailwind, TypeScript, RPC, & more. This is a modern full-stack tutorial for anyone that wants to learn how to make a modern react SPA that works seamlessly with a bun & hono server.
My first pull requests for @honojs got merged! Huge shout-out to @yusukebe and the team for creating and maintaining this awesome ultra-fast web framework, and responding so swiftly. The DX for contributing and using this framework is a blast!
github.com/honojs/hono/pull/…
New video!
Josh builds Profanity API which detects toxic content in the input. He shows how to build a high-scale API using:
🔹@honojs for the API
🔹Upstash Vector for profanity filtering
🔹Cloudflare Workers for the backend
🔹Vercel for frontend hosting
youtube.com/watch?v=nLzaCmgx…
Querying @cloudflare Workers Analytic Engine with natural language - Using @honojs, Workers, Vectorize, AI Gateway for gpt3-turbo, workers AI for embeddings and D1
The tech stack we are using in the next course to manage data (schema, validation, RPC, queries, mutations and forms)
the ultimate typesafety combo:
- @DrizzleORM + drizzle-zod
- @honojs + zodValidator + RPC
- @tan_stack react query for mutations / queries
- @HookForm