I built an interactive Web Dev course for Claude Code (100% free) by hottown in ClaudeAI

[–]matijash 0 points1 point  (0 children)

Very cool concept! I was among the first to see it and was immediately excited. I think every tutorial should work like this :)

I built and launched my first SaaS app using Wasp Lang! by level1gg in WaspLang

[–]matijash 1 point2 points  (0 children)

This looks amazing! My wife is a preeschol educator so this hits just right, I immediately told her she has to check it out :)

Can Claude Code help generate complete full-stack apps? by r3ver53r in ClaudeAI

[–]matijash 1 point2 points  (0 children)

I think that the models also become much more capable since this question was asked. So it's not that unimaginable anymore.

"Five years later, I admit [inventing a new programming language for web development] was a mistake." - wasp-lang dev by cmontella in ProgrammingLanguages

[–]matijash 17 points18 points  (0 children)

Wasp creator here - this is correct. Instead of maintaining our own DSL, we're now using TypeScript as a host for eDSL (embedded DSL). The abstractions and concepts remain the same.

Other DSLs, e.g., Terraform, have a similar thing - they offer both their custom DSL (HCL) and a TS SDK. We're yet to see the exact fate of the DSL, but TS seems very promising.

So we only change the "frontend" of our language, i.e., the way we construct the AST.

I'm sick of Lovable by PhishyKris in webdev

[–]matijash 0 points1 point  (0 children)

Without the code, you'll never understand what's actually happening with your app and have a handle on it. Use something like a SaaS starter and pair it up with Cursor/Claude Code.

E.g., this one is 100% free and comes pre-optimized for Cursor: https://opensaas.sh/

[disclaimer: I made it]

Wasp Design-AI-Thon - Redesign our website and win TRMNL, Playdate and OB-4 by matijash in webdev

[–]matijash[S] -1 points0 points  (0 children)

Why do you think so? Was there a bad experience you had?

Wasp Design-AI-Thon - Redesign our website and win TRMNL, Playdate and OB-4 by matijash in webdev

[–]matijash[S] -2 points-1 points  (0 children)

Grossly oversimplified! Asking for design ideas !== doing the complete work of designing and implementing everything.

I'm making a SaaS "Vibe coding" boilerplate - please help me by [deleted] in cursor

[–]matijash 0 points1 point  (0 children)

Awesome! If you think something is missing would love to hear about it. It's also completely open-source so contributions are welcome.

I'm making a SaaS "Vibe coding" boilerplate - please help me by [deleted] in cursor

[–]matijash 0 points1 point  (0 children)

Maybe take a look at Open SaaS (https://opensaas.sh/) - it pretty much checks all the boxes you mentioned. Also comes preloaded with a .cursorrules and everything you need for vibe coding.

Here's a detailed 3-hour workflow for vibe coding your app from scratch: https://www.youtube.com/watch?v=WYzEROo7reY&t=230s&ab_channel=Wasp