Project Structures
ecommerce Structure
src/
app/
page
layout
products/
page
[category]/
page
[product]/
page
cart/
page
checkout/
page
api/
products/
route
cart/
route
orders/
route
components/
Header/
Header
Navigation
SearchBar
CartIcon
Footer/
Footer
Newsletter
PolicyLinks
ProductCard
ProductGallery
AddToCartButton
lib/
formatCurrency
calculateDiscount
styles/
blogPost Structure
src/
app/
page
layout
blog/
page
[slug]/
page
api/
posts/
route
components/
Header
Footer
BlogPost
CommentSection
lib/
formatDate
markdownToHtml
styles/
techWebsite Structure
src/
app/
page
layout
products/
page
solutions/
page
about/
page
contact/
page
components/
Header
Footer
ProductShowcase
TechSpecs
ContactForm
lib/
api
styles/
portfolio Structure
src/
app/
page
layout
projects/
page
[project]/
page
about/
page
contact/
page
components/
Header
Footer
ProjectCard
SkillsSection
ContactForm
lib/
projectData
styles/
saasApplication Structure
src/
app/
page
layout
dashboard/
page
settings/
page
billing/
page
api/
auth/
route
subscriptions/
route
usage/
route
components/
Dashboard/
Sidebar
TopBar
Stats
Charts
Settings/
Profile
Preferences
Billing/
Plans
Invoice
lib/
analytics
subscription
styles/
communityPlatform Structure
src/
app/
page
layout
forums/
page
[category]/
page
[thread]/
page
members/
page
[id]/
page
events/
page
api/
posts/
route
members/
route
components/
Forums/
ThreadList
PostEditor
CategoryNav
Members/
Profile
ActivityFeed
Events/
Calendar
EventCard
lib/
formatTime
notifications
styles/
learningPlatform Structure
src/
app/
page
layout
courses/
page
[courseId]/
page
lessons/
[lessonId]/
page
progress/
page
certificates/
page
api/
courses/
route
progress/
route
components/
Course/
Curriculum
VideoPlayer
Quiz
Progress/
TrackingCard
Achievements
Certificate/
Template
lib/
courseProgress
certification
styles/
newsPortal Structure
src/
app/
page
layout
news/
page
[category]/
page
[article]/
page
topics/
page
archive/
page
api/
articles/
route
topics/
route
components/
Articles/
Featured
List
Related
Topics/
Navigation
Trending
Search/
Filter
Results
lib/
newsApi
categoryFilters
styles/
Pro Structures
These structures are meticulously crafted and tailored for optimal real-world application.
computer_store
src/
app/
layout
page
loading
error
not-found
(auth)/
login/
page
register/
page
layout
(shop)/
products/
page
loading
[productId]/
page
layout
categories/
page
[categoryId]/
page
layout
(checkout)/
cart/
page
checkout/
page
layout
(dashboard)/
account/
page
orders/
page
[orderId]/
page
layout
api/
auth/
[...nextauth]/
route
products/
route
[productId]/
route
orders/
route
components/
ui/
button
input
card
modal
layout/
header
footer
navigation
products/
product-card
product-grid
product-filters
checkout/
cart-item
payment-form
lib/
db/
prisma
schema.prisma
utils/
formatting
validation
config/
site
hooks/
use-cart
use-products
use-search
types/
product
order
user
public/
images/
products/
banners/
icons/
middleware
email_saas
src/
app/
layoutx
pagex
loadingx
errorx
not-foundx
(auth)/
login/
pagex
register/
pagex
forgot-password/
pagex
layoutx
(dashboard)/
layoutx
pagex
campaigns/
pagex
loadingx
create/
pagex
[campaignId]/
pagex
edit/
pagex
analytics/
pagex
templates/
pagex
create/
pagex
[templateId]/
pagex
edit/
pagex
subscribers/
pagex
import/
pagex
[subscriberId]/
pagex
analytics/
pagex
overview/
pagex
engagement/
pagex
deliverability/
pagex
settings/
pagex
profile/
pagex
team/
pagex
billing/
pagex
integrations/
pagex
api/
auth/
[...nextauth]/
route
campaigns/
route
[campaignId]/
route
send/
route
templates/
route
[templateId]/
route
subscribers/
route
import/
route
[subscriberId]/
route
webhooks/
mailgun/
route
stripe/
route
components/
ui/
buttonx
inputx
selectx
modalx
dropdownx
data-tablex
email-editor/
editorx
toolbarx
blocks/
text-blockx
image-blockx
button-blockx
previewx
analytics/
metrics-cardx
line-chartx
pie-chartx
heat-mapx
campaigns/
campaign-cardx
campaign-listx
campaign-statsx
schedule-formx
layout/
headerx
sidebarx
footerx
navigationx
lib/
db/
prisma
schema.prisma
email/
send
template-parser
validators
services/
mailgun
stripe
analytics
utils/
formatting
validation
dates
hooks/
use-campaigns
use-templates
use-subscribers
use-analytics
use-pagination
types/
campaign
template
subscriber
analytics
user
config/
site
constants
styles/
editor.css
globals.css
middleware
e_commerce_dashboard
src/
app/
layout
page
loading
error
(auth)/
login/
page
reset-password/
page
layout
(dashboard)/
layout
page
products/
page
create/
page
categories/
page
[categoryId]/
page
inventory/
page
[productId]/
page
edit/
page
variants/
page
orders/
page
pending/
page
completed/
page
returns/
page
[orderId]/
page
customers/
page
segments/
page
[customerId]/
page
orders/
page
analytics/
page
sales/
page
inventory/
page
customers/
page
marketing/
page
discounts/
page
promotions/
page
abandoned-carts/
page
settings/
page
store/
page
shipping/
page
payments/
page
team/
page
api/
products/
route
categories/
route
inventory/
route
orders/
route
stats/
route
analytics/
route
components/
ui/
data-table
stats-card
date-picker
dropdown
modal
products/
product-form
variant-manager
inventory-grid
bulk-editor
orders/
order-list
order-details
status-badge
fulfillment-form
analytics/
revenue-chart
sales-overview
inventory-reports
customer-insights
marketing/
discount-form
promotion-scheduler
cart-recovery
dashboard/
sidebar
header
search
notifications
lib/
db/
prisma
utils/
currency
dates
calculations
services/
stripe
shipping
analytics
hooks/
use-orders
use-products
use-analytics
use-notifications
types/
product
order
customer
analytics
middleware
expense_tracker
src/
app/
layout
page
loading
error
(auth)/
login/
page
register/
page
reset-password/
page
layout
dashboard/
layout
page
expenses/
page
create/
page
edit/
[expenseId]/
page
categories/
page
create/
page
[categoryId]/
page
reports/
page
income/
page
create/
page
edit/
[incomeId]/
page
categories/
page
create/
page
[categoryId]/
page
settings/
profile/
page
notifications/
page
preferences/
page
api/
expenses/
route
income/
route
categories/
route
reports/
route
components/
ui/
button
modal
table
dropdown
date-picker
expenses/
expense-form
expense-list
expense-chart
income/
income-form
income-list
income-chart
dashboard/
sidebar
header
overview-cards
lib/
db/
prisma
utils/
currency
date-helpers
calculations
services/
auth
expenses
income
reports
hooks/
use-expenses
use-income
use-categories
use-reports
types/
expense
income
category
report
styles/
global.css
components.css
utilities.css
middleware