Nellalink v1
Nellalink is a SaaS AI Smart Business Suite for business owners — shops, restaurants, hotels, and service providers. Digital storefront, QR menu, AI tools, insights, and share-links are features of that suite.
How to read this project
- Pick a playbook
- On Frontend, pick User App or Front-facing, then Screens / Pages, Logic / Functions, or ENV / Metadata Catalog
- Middleware defaults to Logic / Functions (Screens is a map onto Frontend; it also has ENV / Metadata Catalog)
- Each step has status (
implemented/partial/to implement) and one winner URL - Project Management (PM) tells you which ENV names turn that flow on and which Core metadata it writes. Each playbook has an ENV / Metadata Catalog.
Playbooks
| Playbook | Default sort | Start |
|---|---|---|
| Frontend | App first, then Screens | User App · Front-facing |
| Middleware Backend | Logic / Functions | Middleware Backend |
| Core Backend | Recommended usage | Core Backend |
| Project Management (PM) | Activation matrix | Project Management |
Owner web: app*.nellalink.com (React). Guest storefront: business*.nellalink.com/app/... (React + Vite on Front-facing branch faruq; master is still Nuxt). Mobile (Play Store) uses the same APIs; v1 screens are from the two web apps.
Entities
nellalink_business → nellalink_business_menu → nellalink_business_menu_item
Do not create nll_menu tables. Catalog: Core ENV / Metadata Catalog and glossary.
Environments (dev / test)
- Core Backend:
https://backend-test.nellalink.com/public/api/v1/nellalink - Core explorer: backend-test docs
- Middleware Backend:
https://middleware-dev.nellalink.com - Middleware explorer: middleware-dev docs
Full table: Environments.
Versioning
- /v1/nellalink/ — published. Implement this.
- /next/ — draft under review.