examples
Serverless Postgres starter apps, bots, and branching workflows
All Skills in This Repository (6)
Pure Emerald Level Indicatorsneon-functions
Deploy long-running Node.js HTTP functions on Neon database branches.
neon
Provides centralized overview of Neon's backend platform including Postgres, Auth, Object Storage, Compute Functions, and AI Gateway.
neon-postgres
Configure and manage Neon Serverless Postgres integrations across development, testing, and production.
neon-postgres-branches
Select and create Neon Postgres branches for development and migration testing.
neon-ai-gateway
Route LLM inference requests through a unified Neon database branch endpoint.
neon-object-storage
Provide S3-compatible object storage synced with Neon Postgres branches.
Frequently Asked Questions
FAQPage SchemaHow to install Neon examples?โผ
Run `npx skills add neondatabase/examples --all -g -y` in your terminal to install all skills in this suite globally.
What can I build with Neon examples?โผ
You can launch full-stack apps with Next.js, Drizzle, GraphQL, tRPC, or Hono, plus Discord, Telegram, and WhatsApp bots, all pre-wired to a serverless Postgres database.
How do database branches work in these examples?โผ
The agent guides enforce a safe workflow: create a git branch, spin up an isolated Neon database branch, apply schema changes there, and never touch production data.
Do these examples work with coding agents like Claude Code?โผ
Yes. Each example ships with AGENTS.md and CLAUDE.md files that give coding agents explicit rules for working with Neon projects and database branches.
Do I need database experience to use these starters?โผ
No. Each example is self-contained with environment templates and setup instructions, so you can configure a DATABASE_URL and run it with minimal setup.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core