Go to file
2025-06-09 17:40:20 -04:00
.github Support saving reproductions 2025-03-21 16:12:29 -07:00
.husky Remove file handling and operate on repository IDs (#64) 2025-03-14 16:50:51 -07:00
api Migrate to vercel 2025-03-14 07:27:30 -07:00
app lint 2025-06-09 17:35:30 -04:00
icons Revert "Revert "Revert "Revert "Pro 1364 ux and codebase improvements"""" 2025-05-30 12:04:49 -04:00
patches use AsyncLocalStorageContextManager to propagate trace context around (#32) 2025-02-19 06:49:32 -08:00
public Update backend APIs for doing simulation based prompting (#7) 2025-01-20 08:03:25 -08:00
supabase Show app building results (#107) 2025-04-26 13:04:08 -07:00
tests Remove problems UI (#94) 2025-04-03 10:48:34 -07:00
types fix: remove monorepo 2024-09-25 19:54:09 +01:00
.dockerignore create .dockerignore file 2024-10-25 12:36:38 +06:00
.editorconfig feat: initial persistence (#3) 2024-07-25 14:03:38 +01:00
.env.example Use Supabase for problems and user login (#85) 2025-03-30 05:31:56 -07:00
.gitignore fix process vars 2025-03-17 19:19:36 -07:00
.prettierignore feat: initial commit 2024-07-11 16:20:57 +02:00
.prettierrc feat: initial commit 2024-07-11 16:20:57 +02:00
.tool-versions feat: add login 2024-07-11 21:25:19 +02:00
bindings.sh fix: remove monorepo 2024-09-25 19:54:09 +01:00
eslint.config.mjs Improve robustness when sending chat messages (#119) 2025-05-07 14:33:15 -10:00
LICENSE Use Supabase for problems and user login (#85) 2025-03-30 05:31:56 -07:00
load-context.ts Migrate to vercel 2025-03-14 07:27:30 -07:00
package.json Use Supabase for problems and user login (#85) 2025-03-30 05:31:56 -07:00
playwright.config.ts Support saving reproductions 2025-03-21 16:12:29 -07:00
pnpm-lock.yaml Use Supabase for problems and user login (#85) 2025-03-30 05:31:56 -07:00
pre-start.cjs Use remix vite:dev in development 2025-02-27 17:15:14 -05:00
README.md Fix dark mode rendering problems (#63) 2025-03-14 12:30:10 -07:00
sentry.client.config.ts Migrate to vercel 2025-03-14 07:27:30 -07:00
sentry.server.config.ts Migrate to vercel 2025-03-14 07:27:30 -07:00
server.js Migrate to vercel 2025-03-14 07:27:30 -07:00
tsconfig.json Migrate to blobs for repository_contents, solution, and prompt 2025-03-21 13:34:58 -07:00
uno.config.ts Update backend APIs for doing simulation based prompting (#7) 2025-01-20 08:03:25 -08:00
vercel.json Add supabase playwright tests 2025-03-17 11:53:56 -07:00
vite.config.ts Use Supabase for problems and user login (#85) 2025-03-30 05:31:56 -07:00

Nut

Nut is an open source fork of Bolt.new for helping you develop full stack apps using AI. AI developers frequently struggle with fixing even simple bugs when they don't know the cause, and get stuck making ineffective changes over and over. We want to crack these tough nuts, so to speak, so you can get back to building.

When you ask Nut to fix a bug, it creates a Replay.io recording of your app and whatever you did to produce the bug. The recording captures all the runtime behavior of your app, which is analyzed to explain the bug's root cause. This explanation is given to the AI developer so it has context to write a good fix.

Setup

pnpm install
pnpm build
pnpm dev