# Bringing Postgres to Replit with Neon

DevFeed: [Bringing Postgres to Replit with Neon](<https://devfeed.tech/articles/bringing-postgres-to-replit-with-neon-5677.md>)

Original publisher: [Read original article](<https://neon.com/blog/neon-replit-integration>)

Author: Nikita Shamgunov

Published: 2023-01-24T00:09:38Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Repl.it](<https://devfeed.tech/topics/replit.md>), [ide](<https://devfeed.tech/topics/ide.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [hosting](<https://devfeed.tech/topics/hosting.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>)

Tags: [case-studies](<https://devfeed.tech/tags/case-studies.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [database](<https://devfeed.tech/tags/database.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [developers](<https://devfeed.tech/tags/developers.md>), [development](<https://devfeed.tech/tags/development.md>), [hosting](<https://devfeed.tech/tags/hosting.md>), [ide](<https://devfeed.tech/tags/ide.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [serverless](<https://devfeed.tech/tags/serverless.md>)

## AI overview

The article describes Replit's integration of Postgres databases powered by Neon. The integration is intended to support full-stack application development while handling large-scale database provisioning and variable usage through cloud-based, serverless infrastructure.

## Source excerpt

Replit is a collaborative cloud-based IDE that enables its users to create applications without worrying about infrastructure. It started as an educational tool for developers but rapidly evolved into a platform for building and hosting applications. The Replit team recently ship...