Overview Description

Generate an structured guide with codebase layout, API routes, and database connections.

Prompt Command

94 words
Act as a senior software architect. Provide a step-by-step implementation guide for bootstrapping a modern full-stack web application using Next.js 14 (App Router), TypeScript, TailwindCSS, Prisma ORM, and PostgreSQL. Explain the file and directory layout. Provide the complete code for: 1) The database schema file (prisma.schema) with a User and Post model, 2) A Server Action file to create a new post, and 3) The main page component (app/page.tsx) that fetches posts from the database and displays them in a clean grid layout. Keep best practices in mind, including type safety and error boundaries.
Tip: Click the copy button to copy the prompt text.

Execution Sample Output

A representation of what the AI outputs when this prompt is executed:

# Example Scrape Success Output Log
import requests
from bs4 import BeautifulSoup

# Script running results:
# [SUCCESS] Fetching page 1...
# [SUCCESS] Parsing product listing data.
# [INFO] Scraped items count: 25. Delaying 2.0s...
# Output structure:
# {"title": "AI Coding Book", "price": "$29.99", "availability": "In Stock"}

Associated tags

No tags associated.
Similar Prompts

Related Recommendations

Explore additional top-rated prompt parameters for similar platform criteria.