CLI tool for JavaScript + Postgres API framework with ORM, migrations, and vectors
Top 96.2% on sourcepulse
Instant.dev provides a JavaScript/TypeScript ORM and API framework for PostgreSQL, inspired by Ruby on Rails' ActiveRecord. It targets Node.js, Deno, and Bun developers seeking a robust, production-tested solution for building APIs with features like migrations, vector support for AI integration, and complex query composition. The framework has been used in production since 2016, managing over a billion records.
How It Works
Instant.dev leverages a convention-over-configuration approach, offering a fluent API for database interactions. It generates migrations, models, and endpoints, simplifying development. Key features include built-in support for pgvector
, allowing seamless integration of AI capabilities, and a powerful query builder that supports complex joins, transactions, input validation, and lifecycle callbacks. Its design prioritizes developer experience and rapid development.
Quick Start & Requirements
npm i instant.dev -g
cd ~/projects/my-awesome-project && instant init
Highlighted Details
pgvector
support for AI-powered vector fields and search.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The framework is primarily focused on PostgreSQL. While it supports multiple JavaScript runtimes (Node.js, Deno, Bun), extensive testing across all might be limited. The "Kits" are noted to support Autocode and Vercel specifically.
11 months ago
Inactive