Introduction · Setup · One-click Deploy · Tech Stack + Features · Author
This search experience is built on Postgres, hosting over 50 million records while ensuring fast and efficient search using ParadeDB's pg_search. pg_search leverages Postgres indexes to enable near-instantaneous search results, even across large datasets.
- # or log in to your account on Neon.
- Create a new database (or select an existing one).
- Navigate to the database settings to find your connection string, which will be your
DATABASE_URL
. - Go to your GitHub repository.
- Click on Settings in the repository menu.
- In the left sidebar, click on Secrets and variables and then Actions.
- Click on the New repository secret button.
- Add a new secret with the name
DATABASE_URL
and paste your database URL as the value.
You can deploy this template to Vercel/Netlify/Render with the buttons below:
- Next.js – React framework for building performant apps with the best developer experience.
- Neon – A serverless database platform that provides instant scalability and high performance for your applications, allowing you to focus on building without worrying about infrastructure.
- pg_search – A powerful search extension for PostgreSQL that enables advanced search capabilities using the BM25 algorithm.
- Vercel – Easily preview & deploy changes with git.
- Netlify – A platform that simplifies the deployment process and provides continuous integration for your projects.
- Render – A cloud platform that offers instant deployment and automatic scaling for web applications.
- Tailwind CSS – Utility-first CSS framework for rapid UI development.
- TypeScript – Static type checker for end-to-end typesafety.
- Prettier – Opinionated code formatter for consistent code style.
- Rishi Raj Jain (@rishi_raj_jain_)