- Edit a React Native project locally and see the result render in the preview pane via
react-native-web, with click-to-source, drag-to-edit, and live JSX edits. - NativeWind / Tailwind classes compile and update without reloading the preview.
- Mobile device profile presets so you can frame the preview as iPhone, Pixel, or a custom viewport.
TypeScript component gallery (Pro)
- Open a React/TS component library and Kerf renders every exported component with a live prop panel and variant matrix — no Storybook required.
Folder-open UX
- New banner on the welcome screen surfaces folder errors at the top, instead of hiding them in the side panel.
- SvelteKit projects missing
node_modulesnow show the exact install command (detects pnpm, yarn, bun, or npm from the lockfile) with a one-click "Copy command" button.
Packaging fixes
- Built-in snippet library now ships correctly in the packaged app — the snippets panel no longer fails on first open.
- Re-bundled main-process dependencies that recently slipped back into the externals list. Restores the "everything bundled" invariant the packaged app needs.