Skip to content

Business

The business section provides tools for users who operate a business on Honeycomb. It includes a dashboard, product and job management, a storefront, plan upgrades, and an extensive app launcher with 25+ installable business applications.

RouteFileDescription
/business(app)/business/+page.svelteBusiness dashboard home
/business/products(app)/business/products/+page.svelteProduct list
/business/products/new(app)/business/products/new/+page.svelteCreate product
/business/products/[id](app)/business/products/[id]/+page.svelteProduct detail
/business/products/[id]/edit(app)/business/products/[id]/edit/+page.svelteEdit product
/business/jobs(app)/business/jobs/+page.svelteJob postings list
/business/jobs/new(app)/business/jobs/new/+page.svelteCreate job posting
/business/ads/new(app)/business/ads/new/+page.svelteCreate a new ad campaign
/business/store(app)/business/store/+page.svelteStorefront management
/business/upgrade(app)/business/upgrade/+page.svelteUpgrade business plan

All routes are protected (authentication + onboarding required).

The app launcher page lists all available business apps. Users install apps they need, and installed apps appear in the sidebar (powered by the installedApps data from the app layout). Each app lives under /business/apps/<app-slug>/.

AI Docs

Generate, summarize, and manage AI-powered documents. Routes: /business/apps/aidocs/

Analytics

Track clicks, devices, geography, and referrers. Routes: /business/apps/analytics/

Affiliates

Manage affiliate program and process payouts. Routes: /business/apps/affiliates/

Bio Links

Create and manage link-in-bio pages. Routes: /business/apps/biolinks/

Blog

Write, categorize, and publish blog posts. Routes: /business/apps/blog/

Bundles

Create and sell product bundles. Routes: /business/apps/bundles/

Certificates

Issue certificates from customizable templates. Routes: /business/apps/certificates/

Courses

Build courses with lessons, quizzes, and assignments. Routes: /business/apps/courses/

Documents

Upload, categorize, and manage documents with statuses. Routes: /business/apps/documents/

Domains

Register and configure custom domains. Routes: /business/apps/domains/

E-Signatures

Send and manage electronic signature requests. Routes: /business/apps/esignatures/

Events

Create and manage events. Routes: /business/apps/events/

File Requests

Request files from clients and collaborators. Routes: /business/apps/filerequests/

Forums

Manage business community forums. Routes: /business/apps/forums/

Invoicing

Create invoices, quotations, manage customers and catalog. Routes: /business/apps/invoicing/

Live Sessions

Schedule sessions, manage availability, and run meetings. Routes: /business/apps/live-sessions/

Pixels

Install and manage tracking pixels. Routes: /business/apps/pixels/

Products

Additional product management within apps. Routes: /business/apps/products/

QR Codes

Generate, customize, and download QR codes. Routes: /business/apps/qr/

Reminders

Schedule reminders with delivery logs. Routes: /business/apps/reminders/

Short Links

Create branded short links with splash pages. Routes: /business/apps/shortlinks/

Site Builder

Drag-and-drop website builder with AI and templates. Routes: /business/apps/sitebuilder/

Subscriptions

Create and manage subscription plans. Routes: /business/apps/subscriptions/

Support

Ticketing system with departments. Routes: /business/apps/support/

Time Tracking

Track time entries, projects, and generate reports. Routes: /business/apps/timetracking/

Workflows

Build automation workflows and monitor instances. Routes: /business/apps/workflows/

RouteDescription
/business/apps/aidocsDashboard
/business/apps/aidocs/generateGenerate a new document with AI
/business/apps/aidocs/templatesDocument templates
/business/apps/aidocs/summariesAI-generated summaries
/business/apps/aidocs/[id]View a generated document
RouteDescription
/business/apps/analyticsOverview dashboard
/business/apps/analytics/clicksClick tracking
/business/apps/analytics/devicesDevice breakdown
/business/apps/analytics/geoGeographic data
/business/apps/analytics/referrersTraffic referrers
/business/apps/analytics/settingsAnalytics settings
RouteDescription
/business/apps/invoicingInvoicing dashboard
/business/apps/invoicing/invoicesInvoice list
/business/apps/invoicing/invoices/newCreate invoice
/business/apps/invoicing/invoices/[id]View invoice
/business/apps/invoicing/invoices/[id]/editEdit invoice
/business/apps/invoicing/quotationsQuotation list
/business/apps/invoicing/quotations/newCreate quotation
/business/apps/invoicing/customersCustomer list
/business/apps/invoicing/customers/[id]Customer detail
/business/apps/invoicing/paymentsPayment records
/business/apps/invoicing/catalogProduct/service catalog
/business/apps/invoicing/settingsInvoicing settings
RouteDescription
/business/apps/coursesCourse dashboard
/business/apps/courses/listAll courses list
/business/apps/courses/newCreate course
/business/apps/courses/[id]Course detail
/business/apps/courses/[id]/editEdit course
/business/apps/courses/[id]/studentsEnrolled students
/business/apps/courses/[id]/quizzesCourse quizzes
/business/apps/courses/[id]/quizzes/newCreate quiz
/business/apps/courses/[id]/quizzes/[quizId]Quiz detail
/business/apps/courses/[id]/quizzes/[quizId]/resultsQuiz results
/business/apps/courses/[id]/assignmentsCourse assignments
/business/apps/courses/[id]/assignments/newCreate assignment
/business/apps/courses/[id]/assignments/[assignmentId]Assignment detail
RouteDescription
/business/apps/sitebuilderProjects list
/business/apps/sitebuilder/templatesStarter templates
/business/apps/sitebuilder/aiAI site generation
/business/apps/sitebuilder/[projectId]Project detail
/business/apps/sitebuilder/[projectId]/{settings}Project settings

Time Tracking (/business/apps/timetracking)

Section titled “Time Tracking (/business/apps/timetracking)”
RouteDescription
/business/apps/timetrackingDashboard
/business/apps/timetracking/entriesTime entries
/business/apps/timetracking/projectsProjects
/business/apps/timetracking/reportsReports
/business/apps/timetracking/settingsSettings
RouteDescription
/business/apps/shortlinksDashboard
/business/apps/shortlinks/linksLink list
/business/apps/shortlinks/links/newCreate link
/business/apps/shortlinks/links/[id]Link detail/stats
/business/apps/shortlinks/splashSplash page list
/business/apps/shortlinks/splash/newCreate splash page
/business/apps/shortlinks/splash/[id]Edit splash page
/business/apps/shortlinks/settingsSettings

Installed apps appear in the app sidebar. The (app)/+layout.server.ts queries the user_apps table joined with the apps table to build the sidebar entries. Each entry contains slug, name, and icon, linking directly to /business/apps/<slug>.