Install Delavec
Delavec is distributed as a lightweight desktop app and a CLI, for macOS, Windows, and Linux. Join the waitlist from the product page — Delavec is currently in closed development.
Point Delavec at your project
Open a project folder or repository. Delavec indexes the frontend, backend, and data layer together, so a question like “where do we validate signups” can surface code across all three.
Search, change, execute
Describe a change in plain language. Delavec finds the relevant files, proposes a diff for review, and can execute the result — running the app, a test suite, or a migration — without leaving the tool.
Work with the data layer
Delavec treats schema migrations and queries as first-class: ask it to add a column, and it proposes both the migration and the code paths that need updating alongside it.
Next steps
- Configure which commands Delavec is allowed to execute automatically
- Connect your CI provider to see check results inline
- Review the change log for everything Delavec has run in your project