Project Types

Understanding the different project types and when to use each.

Steps

  1. Landing Page: Single-page marketing sites for products, services, or lead generation.
  2. Website: Multi-page informational sites, blogs, portfolios with static content.
  3. Web App: Interactive applications with user accounts, dynamic data, and backend logic.
  4. Dashboard: Data visualization and management interfaces with charts and tables.
  5. API: Backend services providing data endpoints without a frontend.
  6. E-commerce: Online stores with product listings, shopping cart, and payment processing.

Copy/paste prompts

Use these in the editor chat after you’ve gotten the required link/key/embed code.

Landing page prompt

/guides/project-types
Create a landing page for [YOUR PRODUCT/SERVICE]. Include a compelling hero section, feature highlights, social proof/testimonials, and a clear call-to-action.

Web app prompt

/guides/project-types
Build a [TYPE OF APP] with user authentication. Users should be able to [MAIN ACTIONS]. Include a dashboard showing [KEY METRICS/DATA].

Dashboard prompt

/guides/project-types
Create an analytics dashboard for [YOUR USE CASE]. Include charts showing [KEY METRICS], a data table with filtering, and real-time updates.
Build a REST API for [YOUR USE CASE] with endpoints for [RESOURCES]. Include authentication, validation, and proper error handling.