# Build Your Own Full-Text Search CMS with Neon and pg\_search

DevFeed: [Build Your Own Full-Text Search CMS with Neon and pg\_search](<https://devfeed.tech/articles/build-your-own-full-text-search-cms-with-neon-and-pg-search-5295.md>)

Original publisher: [Read original article](<https://neon.com/blog/full-text-search-cms-pgsearch>)

Author: Tristan Partin

Published: 2025-07-07T16:22:34Z

Content type: tutorial

Language: en

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

Topics: [Web Development](<https://devfeed.tech/topics/web-development.md>), [modern web development](<https://devfeed.tech/topics/modern-web-development.md>), [interactive website](<https://devfeed.tech/topics/interactive-website.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [building](<https://devfeed.tech/tags/building.md>), [database](<https://devfeed.tech/tags/database.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [next-js](<https://devfeed.tech/tags/next-js.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [prisma](<https://devfeed.tech/tags/prisma.md>), [search](<https://devfeed.tech/tags/search.md>), [typescript](<https://devfeed.tech/tags/typescript.md>), [webflow](<https://devfeed.tech/tags/webflow.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

## AI overview

A tutorial for building a lightweight CMS with Neon, the pg_search extension, Prisma, and Next.js, with full-text search backed by a PostgreSQL database.

## Source excerpt

A CMS is a "must-have" for building a website. And your choices are many. If you want full-stack, you can go with WordPress or Webflow. If you want headless, you can go with Sanity or Contentful. Heck, with the aid of a GitHub Action, you can just turn your Notion pages directly...