---
title: "Introducing neon.ts: infrastructure as code for your Neon projects"
url: https://daily.dev/posts/introducing-neon-ts-infrastructure-as-code-for-your-neon-projects-izyrgudv7
source_url: https://neon.com/blog/introducing-neon-ts
type: article
source: "Neon"
published: 2026-06-14T18:14:38.006Z
updated: 2026-06-14T18:15:00.136Z
tags: ["backend", "typescript", "iac"]
reading_time: 7
upvotes: 72
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introducing neon.ts: infrastructure as code for your Neon projects

**[Neon](https://daily.dev/sources/neontech)** · 7 min read · 72 upvotes · 1 comments

## Summary

Neon is launching neon.ts, a TypeScript-based infrastructure-as-code config file for managing Neon projects. It lets developers declare Neon services (serverless Postgres, Data API, Auth, and upcoming functions/buckets/AI gateway), get type-safe environment variables via a parseEnv utility, and define branch configuration policies in TypeScript. The CLI commands neonctl config plan and neonctl config apply provision declared services, while neonctl checkout applies branch policies automatically. A notable DX feature encodes dependency rules between services as TypeScript type errors with human-readable fix suggestions, benefiting both developers and AI coding agents.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/introducing-neon-ts>

## Community discussion

Top comments from developers on daily.dev.

**@bob72** · 1 upvotes

> Just use AWS/GCP or Azure, no need to use those Vercel like companies. Though seems like they attract a lot of developers that never looked beyond type script.

## Similar posts on daily.dev

- [Introducing @neon/sdk, our new TypeScript client for the Neon API](https://daily.dev/posts/introducing-neon-sdk-our-new-typescript-client-for-the-neon-api-i10qmnegd) · Neon · 8 upvotes · 0 comments

---

Tags: [#backend](https://daily.dev/tags/backend), [#typescript](https://daily.dev/tags/typescript), [#iac](https://daily.dev/tags/iac)

[View this post on daily.dev](https://daily.dev/posts/introducing-neon-ts-infrastructure-as-code-for-your-neon-projects-izyrgudv7)
