wasp
wasp copied to clipboard
The fastest way to develop full-stack web apps with React & Node.js.
**Issue Overview:** I’m starting a brand-new project and trying to connect to Prisma’s accelerated PostgreSQL database (Prisma Data Platform), but I’m running into issues. Despite configuring my environment and database...
Bun is implementing metadata for Chrome Dev Tools to directly recognize and edit the local files in the project. Check demo: https://x.com/jarredsumner/status/1927599856798867792 Maybe we can implement it too?
 We have these pills in the docs that are supposed to link to different auth method and signify which Auth UI component is used with which auth method. While...
**Describe the bug** > Write-up: https://www.notion.so/wasp-lang/Error-writeup-Browser-error-on-blank-project-20018a74854c80249e83ec893c7d6d91?pvs=4 `wasp/core/serialization` is calling `@prisma/client` as part of its logic. When the Prisma schema doesn't have any models, `@prisma/client` is an empty placeholder in the...
Currently, we have no mechanism to ensure that **transitive** dependencies are the same across the different packages of a Wasp app (user code, generated sdk, server, and client). For example,...
Very much work in progress. Testing different strategies for encoding the tutorial app steps so they can be automatically performed to generate the final tutorial TODO app. Creating this PR...
A Discord community member [shared](https://discord.com/channels/686873244791210014/867713251479519232/1344666150964957286) this document with us: [Coding Best Practices for the Project (1).pdf](https://github.com/user-attachments/files/20408535/Coding.Best.Practices.for.the.Project.1.pdf) This is good stuff, and other users have found it helpful. Frameworks have style...
Since Wasp uses Prisma as its abstraction layer for the database, it should be possible for us to expand our support for SQLite and PostgreSQL to more database engines. We...