Cryptovoxels Simplifies Database Setup for Developers
Cryptovoxels has removed the PostGIS requirement from their codebase, making it significantly easier for developers to spin up a local database.
**Key Update:**
- PostGIS dependency eliminated in latest pull request
- Streamlines local development environment setup
- Part of broader modernization effort
**Recent Modernization:**
This change follows a series of technical upgrades including:
- Migration from Preact to Svelte
- Postgres upgrade from version 12 to 18
- Transition from ILIKE to vector search
- Build tool switch from Webpack to Vite
These improvements have resulted in server-side rendering, faster loading times, and better compatibility with AI coding assistants like Claude and Cursor.
[View Pull Request](https://github.com/cryptovoxels/retro/pull/1)