Skip to content

Add Neon as sponsor and recommended database#1192

Merged
f merged 5 commits into
mainfrom
cursor/neon-open-source-program-602a
May 31, 2026
Merged

Add Neon as sponsor and recommended database#1192
f merged 5 commits into
mainfrom
cursor/neon-open-source-program-602a

Conversation

@f

@f f commented May 25, 2026

Copy link
Copy Markdown
Owner

Description

  • Adds Neon to the existing sponsor list without removing current sponsors.
  • Downloads official Neon light and dark SVG logo assets into public/sponsors/.
  • Suggests Neon as the recommended hosted PostgreSQL database in README, self-hosting, Docker, and website self-hosting docs with the referral link and logo.

Type of Change

  • Bug fix
  • Documentation update
  • Other (please describe): sponsorship deliverables

Additional Notes

Uses Neon referral link: https://get.neon.com/VqfnMo4

Verification:

  • git diff --check passes
  • npx eslint src/app/docs/self-hosting/page.tsx passes
  • npm run lint -- --quiet passes
Open in Web Open in Cursor 

Overview

This PR adds Neon as a new sponsor to the prompts.chat project and integrates it as the recommended hosted PostgreSQL database option across documentation and configuration files. The changes include adding Neon's SVG logo assets (light and dark variants) and updating multiple documentation files to prominently feature Neon as a sponsorship partnership.

Changes Made

Configuration

  • Updated prompts.config.ts to add a new Neon sponsor entry to the homepage sponsors list, including name, CSS class, logo references (light/dark variants), and destination URL

Documentation Updates

  • README.md: Added a "Recommended database" note in the Self-Hosting section pointing to PostgreSQL with Neon as a hosted option, and inserted a Neon sponsor tile in the Sponsors section
  • SELF-HOSTING.md: Added a "Recommended Database" subsection explaining PostgreSQL requirement and recommending Neon for hosted serverless Postgres, with sponsor branding and link
  • src/app/docs/self-hosting/page.tsx: Added a "Recommended Database" subsection under the Manually prerequisites with Neon recommendation, sponsor labels, and theme-aware logo display
  • DOCKER.md: Added a recommendation for Neon as a hosted PostgreSQL option in the "Standalone (Bring Your Own Database)" section with sponsored branding

Assets

  • Added official Neon logo assets to public/sponsors/:
    • neon.svg (light theme)
    • neon-dark.svg (dark theme)

Technical Details

  • All changes include proper referral links to Neon (https://get.neon.com/VqfnMo4)
  • Sponsor blocks feature theme-aware logo display for both light and dark modes
  • Documentation updates maintain consistent formatting and placement across files
  • Verification: All changes pass git diff checks, ESLint validation, and project linting

Impact

  • Introduces Neon as a prominent new sponsor while maintaining existing sponsor relationships
  • Provides clear guidance to users about recommended database hosting options
  • Improves documentation discoverability of the PostgreSQL requirement and hosting recommendations

Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
@coderabbitai

coderabbitai Bot commented May 25, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 63709bb1-fbe1-41cd-ab64-cafb2480139e

📥 Commits

Reviewing files that changed from the base of the PR and between e8ac8fd and dad7f48.

⛔ Files ignored due to path filters (2)
  • public/sponsors/neon-dark.svg is excluded by !**/*.svg
  • public/sponsors/neon.svg is excluded by !**/*.svg
📒 Files selected for processing (5)
  • DOCKER.md
  • README.md
  • SELF-HOSTING.md
  • prompts.config.ts
  • src/app/docs/self-hosting/page.tsx

📝 Walkthrough

Walkthrough

This PR integrates Neon as a recommended hosted PostgreSQL provider and sponsor throughout the prompts.chat documentation and configuration. Sponsor metadata is defined in configuration, displayed in the self-hosting React component with responsive branding, and referenced consistently across Docker, self-hosting, and README guides.

Changes

Neon Sponsorship Integration

Layer / File(s) Summary
Sponsor configuration
prompts.config.ts
Neon sponsor entry is added to homepage.sponsors.items with name, CSS class, light/dark logo assets, and destination URL.
Self-hosting page component
src/app/docs/self-hosting/page.tsx
A new "Recommended Database" subsection is added under the "Manually" installation prerequisites, stating PostgreSQL is required and recommending Neon with a "Sponsored by" label, outbound link, and responsive sponsor logos.
Static documentation updates
SELF-HOSTING.md, DOCKER.md, README.md
Markdown documentation guides add "Recommended Database" notes recommending Neon for hosted serverless PostgreSQL, with sponsor callout blocks and image assets; README also adds a Neon sponsor tile in the sponsors section.

🎯 2 (Simple) | ⏱️ ~8 minutes

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

cursoragent and others added 4 commits May 25, 2026 15:01
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
Co-authored-by: Fatih Kadir Akın <fka@fka.dev>
@cursor cursor Bot changed the title Add Neon documentation and remove website ads Add Neon as sponsor and recommended database May 25, 2026
@f f marked this pull request as ready for review May 31, 2026 18:58
Copilot AI review requested due to automatic review settings May 31, 2026 18:58
@f f merged commit 6028f3f into main May 31, 2026
8 of 10 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants