HN user

matijash

848 karma

Working on https://github.com/wasp-lang/wasp matija@wasp-lang.dev

Posts101
Comments178
View on HN
pckt.blog 1d ago

GitHub's Stacked PRs

matijash
1pts0
wasp.sh 8d ago

Why design matters for a web framework: a 7-year evolution

matijash
2pts0
wasp.sh 1mo ago

Wasp now lets you write your full-stack spec in 100% TypeScript

matijash
2pts0
google.github.io 2mo ago

Typograms: A portable ASCII diagram format that renders to SVG

matijash
3pts0
wasp.sh 2mo ago

5 Years and $5M Later: Creating a New Language for Web Development Was a Mistake

matijash
7pts0
openvibe.sh 2mo ago

Open Vibe – an interactive web dev course in Claude Code

matijash
1pts1
wasp.sh 2mo ago

They said AI would kill SaaS boilerplates, but it's doing the opposite

matijash
2pts0
wasp.sh 3mo ago

4.0M tokens for Next.js vs. 2.5M tokens for Wasp: same app, same prompt

matijash
2pts1
wasp.sh 3mo ago

Next.js vs. Wasp: 40% Less Tokens for the Same App

matijash
2pts0
github.com 3mo ago

ApiArk – an open-source, local-first Postman alternative

matijash
4pts0
twitter.com 4mo ago

Next.js vs. Wasp: Use 42% fewer tokens for the same app

matijash
2pts0
news.ycombinator.com 5mo ago

Ask HN: Are you a SWE that lost job purely due to AI? Share your story

matijash
18pts3
wasp.sh 5mo ago

Claude Code for Fullstack Dev – The Minimal Setup

matijash
3pts0
twitter.com 7mo ago

Inventing a new programming language for web development was a mistake

matijash
3pts0
dev.jimgrey.net 8mo ago

Working in the Software Industry in 1989

matijash
3pts0
twitter.com 9mo ago

I've run 11 Launch Weeks – here's the founder's perspective

matijash
1pts0
twitter.com 1y ago

First look at Kiro vs. Cursor (30min video)

matijash
1pts0
wasp.sh 1y ago

Wasp framework makes its development roadmap public

matijash
3pts0
www.youtube.com 1y ago

The UI Evolution of Audio Plugins [video]

matijash
1pts0
wasp.sh 1y ago

Show HN: Wasp – the first full-stack framework powered by an LLM

matijash
17pts0
old.reddit.com 1y ago

We made "Laravel for JavaScript" and got 15,000 gh stars. Here's the backstory

matijash
1pts0
github.com 1y ago

Jujutsu: A Git-compatible VCS that is both simple and powerful

matijash
2pts0
docs.opensaas.sh 1y ago

$300 vs. open-source SaaS starter

matijash
2pts2
old.reddit.com 1y ago

I made a GPT-wrapper SaaS which makes $500/mo without me touching it

matijash
2pts1
wasp-lang.dev 2y ago

Show HN: Wasp Studio – Visualize your React/Node web app's architecture

matijash
1pts1
wasp-lang.dev 2y ago

The first framework that lets you visualize your React/Node.js app's code

matijash
1pts0
github.com 2y ago

A free and open-source Civilization you can play in a browser

matijash
2pts0
twitter.com 2y ago

I built a retro arcade game for my wedding

matijash
2pts1
www.daytona.io 2y ago

Writing a 4000 Stars GitHub Readme

matijash
5pts0
github.com 2y ago

Garden – The Design System by Zendesk

matijash
2pts0

Yes, the main thing is that we're trying to see if AI can have an easier time using one framework vs. another, and how important it is.

All Rails-like frameworks (Django, Laravel, or Wasp in this case) claim its helpful to use something opinionated and structured, which makes sense (the tradeoff is the flexibility, of course).

We've run some early tests[1] but plan to do a more substantial benchmark next.

[1] https://wasp.sh/blog/2026/03/26/nextjs-vs-wasp-40-percent-le...

Yeah, both RedwoodJS and BlitzJS appeared at about the same time as we started Wasp (https://github.com/wasp-lang/wasp), with the same mission of being Rails/Laravel for JS.

We were excited to see that several instances of the same core idea appeared at the same time, and it gave us validation that we're on the right path. A bit sad about Redwood moving away from the original vision, but interested to see where this new direction takes it.

Full-stack is an overloaded term, but it used to mean "a completr solution for building a web app."

From the comment above: Next.js is the opposite of a "batteries included" framework. No abstractions for ORM, background jobs, sending emails, managing attachments, web socket communication - all very basic stuff when dealing with a production application.

well it's just a static code, but I guess it's software as a service still :D

Yeah, updates are not given. Often it's simply a starting point and then you're on your own. Since it's not library code, it's simply pre-written code.

Wasp is hiring a framework engineer to build Laravel for JS | Remote (US East Coast / EU)

We are Matija and Martin, founders of Wasp (https://wasp-lang.dev/) and twin brothers. We’re building a Rails/Laravel-like full-stack framework that is designed to be stack and architecture-agnostic. Currently, we’re focusing on React, Node.js and Prisma. Our secret sauce is a custom-built compiler at the heart of the framework, which “understands” how your app works across the whole stack - we’re relying a lot on code generation, and that gives us a lot of flexibility to do some pretty cool things [1] and cut down the boilerplate.

Since we launched Beta last year, we’ve seen quite strong community adoption [2] - Wasp has grown to ~14,000 stars on GitHub and is being used by indie hackers, startups, and Fortune 500 companies.

We’re currently a team of six - senior engineers (ex-Google/Palantir) + growth and a devrel. We raised our first round after graduating from YC in 2021 [3] and just recently closed another round (details will be public soon).

We are looking for a well-rounded engineer with substantial web dev experience who wants to be a part of a strong engineering/open-source culture and work on all aspects of the product with us - our custom compiler (in Haskell; but don’t worry about it [4]), frontend, backend, database/infra, deployment, CLI, ….

This is a remote position - for more details, take a look here: https://wasp-lang.notion.site/Framework-Engineer-at-Wasp-12a...

[1] https://wasp-lang.dev/blog/2024/04/25/first-framework-that-l...

[2] https://x.com/MatijaSosic/status/1839279924819145010

[3] https://techcrunch.com/2021/10/04/yc-grads-wasp-land-1-5m-se...

[4] https://wasp-lang.notion.site/Framework-Engineer-at-Wasp-12a...

Wasp (https://github.com/wasp-lang/wasp) has actually worked out quite well! It just crossed 10k stars on GitHub and is currently the fastest-growing full-stack framework for React & Node.js. It's being used in both startups and enterprises.

Although Wasp has its own DSL/compiler, the secret to its adoption is probably that it works with the existing stack, like React & Node.js. From the developer's perspective, it feels like a framework; the "compiler" part is just what gives it its superpowers.

Hey HN,

Wasp has been around a few times here as a full-stack framework, but one of the core reasons why we made it was to have an abstraction layer for common web app features.

Since Wasp got decently mature (Beta, 10k stars), we started investigating more on the DSL/abstraction side, and this is the first demo we built.

I'd love to hear what you think and whether you'd find it useful.

Matija

Thanks for sharing, Business Class looks really cool! As I mentioned in other comments, I think the situation in JS is similar to other technologies - there are a lot of oss boilerplates, but most of them don't offer the same level of polish and features as the paid alternatives. Also, a good portion of them is outdated or not actively maintained.

And that's exactly what we are going for, just with an open-source, community-driven approach.

I can imagine you had the same motivation when you created your boilerplate starter (not the oss/community thing, but above)?