Configuration language for building enterprise web apps 10x faster
At Wasp, we’re building a next-generation, compiler-driven full-stack web framework. Wasp is currently in Beta - it has ~14,000 stars on GitHub and is being used by startups and Fortune 500 companies to build and deploy web apps.
We were part of Y Combinator in 2021 and raised funds from top US & EU deep tech funds and early engineers from Facebook, Twitter, and Airbnb. We raised our first round post-YC in 2021, and more details on the most recent funding will be public soon.
We are a team of 6 and are looking to expand our team with strong, driven engineers!
This is the code it takes to get a full-stack auth (FE, BE, and db) working in your Wasp app. Currently, we support, React, Node.js, and Prisma:
app todoApp {
title: "ToDo App",
auth: {
userEntity: User,
methods: { google: {}, gitHub: {}, email: {...} }
}
}
Based on our experiences of building complex web app platforms in different industries (fintech, biotech, edtech), we realized there is a huge need for an easier way to develop and maintain such apps. We asked ourselves: “What is the web development of the future going to look like?” and the answer was “A higher-level, stack agnostic framework, built from the ground up!”. We wanted to separate the high-level specification of a web app from the implementation: you would describe the high-level of the web app in a specialized DSL while implementing the details in the technology of your choice (e.g. React, Node, Prisma, …).
This is why we created Wasp, which is currently in Beta. Wasp has amassed over 13,000 stars on GitHub (and its SaaS starter, Open SaaS, another 8,000). It is being used by developers across the board (solo builders, startups, and Fortune 500 companies) to develop and deploy their SaaS-es and internal tools.
The team operates fully remotely, with Discord being the main means of communication. We have a small office in Zagreb, Croatia, where a few of us happen to be from, and you are welcome to visit whenever. We are hiring in a time range of GMT - 5 to GMT + 3.
At Wasp, we are building the next generation of web development technology - a compiled, stack-agnostic DSL for implementing full stack web-apps. Imagine Ruby on Rails as a language and not bound to the specific stack or architecture.
We are a team of experienced engineers from Google and Palantir. We believe engineering is an art applied to practice and treat it as such. If you are passionate about software engineering and building an OSS technology for fellow engineers that will shape the future of web development - read on!