golden-rabbit-antigravity-v1
No description available.
File Explorer
Download Latest Version (.zip)- architecture.md
- nextjs-framework.md
- tech-stack.md
- tdd.md
- auth.png
- customer-detail.png
- customer.png
- dashboard.png
- order-detail.png
- order.png
- product-create.png
- product.png
- sales.png
- settings.png
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- sales.actions.ts
- settings.actions.ts
- CustomerInfoCard.tsx
- OrderInfoCard.tsx
- OrderItemsCard.tsx
- OrderProgress.tsx
- OrderStatusActions.tsx
- ShippingCard.tsx
- actions.ts
- page.tsx
- OrderFilters.tsx
- OrderStatsTabs.tsx
- OrderTable.tsx
- page.tsx
- ImageUploader.tsx
- ProductFilters.tsx
- ProductForm.test.tsx
- ProductForm.tsx
- ProductListClient.tsx
- ProductTable.tsx
- page.tsx
- actions.ts
- page.tsx
- schema.ts
- page.tsx
- StoreSettingsForm.tsx
- page.tsx
- layout.tsx
- page.tsx
- actions.ts
- page.tsx
- layout.tsx
- page.tsx
- page.tsx
- actions.ts
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- CategoryPreferenceChart.tsx
- CustomerFilters.tsx
- CustomerProfileCard.tsx
- CustomerStats.tsx
- CustomerSummaryCard.tsx
- CustomerTable.tsx
- OrderHistoryCard.tsx
- CategoryPieChart.tsx
- MetricsCard.tsx
- RecentOrdersTable.tsx
- SalesChart.tsx
- Sidebar.tsx
- AIInsightCard.tsx
- BestSellerList.tsx
- KPISection.tsx
- RegionalSalesChart.tsx
- SalesChart.tsx
- SalesDashboardClient.test.tsx
- SalesDashboardClient.tsx
- alert.tsx
- avatar.tsx
- badge.tsx
- button.tsx
- card.tsx
- input.tsx
- label.tsx
- select.tsx
- switch.tsx
- table.tsx
- tabs.tsx
- textarea.tsx
- LoginDTO.ts
- OrderRepository.ts
- IAuthRepository.ts
- ICustomerRepository.ts
- IDashboardRepository.ts
- ISalesRepository.ts
- IStoreSettingsRepository.ts
- ProductRepository.ts
- GetCustomerDetailUseCase.test.ts
- GetCustomerDetailUseCase.ts
- GetCustomerListUseCase.test.ts
- GetCustomerListUseCase.ts
- GetCustomerStatsUseCase.test.ts
- GetCustomerStatsUseCase.ts
- GetDashboardDataUseCase.test.ts
- GetDashboardDataUseCase.ts
- GetOrderDetailUseCase.test.ts
- GetOrderDetailUseCase.ts
- GetOrderStatsUseCase.test.ts
- GetOrderStatsUseCase.ts
- GetOrdersUseCase.test.ts
- GetOrdersUseCase.ts
- UpdateOrderStatusUseCase.test.ts
- UpdateOrderStatusUseCase.ts
- UpdateTrackingInfoUseCase.test.ts
- UpdateTrackingInfoUseCase.ts
- CreateProductUseCase.test.ts
- CreateProductUseCase.ts
- GetCategoriesUseCase.ts
- GetProductsUseCase.test.ts
- GetProductsUseCase.ts
- GetSalesDashboardStatsUseCase.test.ts
- GetSalesDashboardStatsUseCase.ts
- GetStoreSettingsUseCase.test.ts
- GetStoreSettingsUseCase.ts
- UpdateStoreSettingsUseCase.test.ts
- UpdateStoreSettingsUseCase.ts
- LoginUseCase.test.ts
- LoginUseCase.ts
- Order.ts
- OrderStatus.ts
- Category.ts
- Customer.ts
- CustomerDetail.ts
- DashboardData.ts
- Product.test.ts
- Product.ts
- ProductSales.ts
- RegionalSales.ts
- SalesStats.ts
- SalesTrend.ts
- StoreSetting.test.ts
- StoreSetting.ts
- User.ts
- AuthError.ts
- server.ts
- SupabaseAuthRepository.test.ts
- SupabaseAuthRepository.ts
- SupabaseCustomerRepository.test.ts
- SupabaseCustomerRepository.ts
- SupabaseDashboardRepository.test.ts
- SupabaseDashboardRepository.ts
- SupabaseOrderRepository.test.ts
- SupabaseOrderRepository.ts
- SupabaseProductRepository.test.ts
- SupabaseProductRepository.ts
- SupabaseSalesRepository.test.ts
- SupabaseSalesRepository.ts
- SupabaseStoreSettingsRepository.test.ts
- SupabaseStoreSettingsRepository.ts
- utils.ts
- server.ts
- middleware.ts
- 20251230222100_initial_schema.sql
- 20251231020000_add_store_settings_columns.sql
- 20251231030000_fix_recursive_policy.sql
- 20251231040000_create_customers_view.sql
- 20251231050000_enable_rls_customers_view.sql
- 20251231060000_create_storage_bucket.sql
- .gitignore
- config.toml
- seed.sql
- .gitignore
- eslint.config.mjs
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tdd.md
- tech-stack.md
- tsconfig.json
- vitest.config.ts
- architecture.md
- nextjs-framework.md
- service.md
- tech-stack.md
- SKILL.md
- SKILL.md
- SKILL.md
- tdd.md
- validate-feature.md
- auth.html
- dashboard.html
- landing.html
- note.html
- payment-done.html
- payment.html
- client.ts
- middleware.ts
- server.ts
- file.svg
- globe.svg
- next.svg
- og-image.png
- vercel.svg
- window.svg
- Footer.tsx
- HeroSection.tsx
- Navbar.tsx
- PricingSection.tsx
- PaymentWidget.tsx
- page.tsx
- page.tsx
- actions.ts
- page.tsx
- layout.tsx
- page.tsx
- Header.tsx
- Sidebar.spec.tsx
- Sidebar.tsx
- ActivityFeed.tsx
- CancelSubscriptionDialog.tsx
- SubscriptionCard.tsx
- UsageCard.tsx
- WelcomeSection.tsx
- actions.ts
- layout.tsx
- page.tsx
- page.tsx
- layout.tsx
- page.tsx
- layout.tsx
- note.actions.ts
- route.ts
- route.ts
- route.ts
- actions.ts
- login-form.tsx
- page.tsx
- signup-form.tsx
- favicon.ico
- globals.css
- layout.tsx
- Button.tsx
- Card.tsx
- Footer.tsx
- Icon.tsx
- Input.tsx
- Modal.tsx
- Navbar.tsx
- Pricing.tsx
- NewNoteModal.tsx
- NoteList.tsx
- IActivityRepository.ts
- INoteRepository.ts
- IPaymentGateway.ts
- IPaymentRepository.ts
- ISubscriptionRepository.ts
- IUsageRepository.ts
- CreateNoteUseCase.spec.ts
- CreateNoteUseCase.ts
- DeleteNoteUseCase.spec.ts
- DeleteNoteUseCase.ts
- GetNoteByIdUseCase.spec.ts
- GetNoteByIdUseCase.ts
- GetNotesUseCase.spec.ts
- GetNotesUseCase.ts
- CancelSubscriptionUseCase.spec.ts
- CancelSubscriptionUseCase.ts
- ExecuteBillingPaymentUseCase.spec.ts
- ExecuteBillingPaymentUseCase.ts
- InitiatePaymentUseCase.spec.ts
- InitiatePaymentUseCase.ts
- ProcessPaymentFailureUseCase.spec.ts
- ProcessPaymentFailureUseCase.ts
- ProcessPaymentSuccessUseCase.spec.ts
- ProcessPaymentSuccessUseCase.ts
- ProcessScheduledBillingsUseCase.spec.ts
- ProcessScheduledBillingsUseCase.ts
- RegisterBillingKeyUseCase.spec.ts
- RegisterBillingKeyUseCase.ts
- StartSubscriptionUseCase.spec.ts
- StartSubscriptionUseCase.ts
- GetDashboardDataUseCase.spec.ts
- GetDashboardDataUseCase.ts
- ActivityLog.ts
- Note.ts
- Payment.ts
- Subscription.ts
- UsageStats.ts
- TossPaymentGateway.ts
- SupabaseActivityRepository.spec.ts
- SupabaseActivityRepository.ts
- SupabaseNoteRepository.spec.ts
- SupabaseNoteRepository.ts
- SupabasePaymentRepository.ts
- SupabaseSubscriptionRepository.spec.ts
- SupabaseSubscriptionRepository.ts
- SupabaseUsageRepository.spec.ts
- SupabaseUsageRepository.ts
- middleware.ts
- 20240101000000_initial_types.sql
- 20240101000001_users_and_auth.sql
- 20240101000002_plans_and_subscriptions.sql
- 20240101000003_content_management.sql
- 20240101000004_activity_logs.sql
- 20240101000005_rls_policies.sql
- 20240101000006_updated_at_trigger.sql
- 20240107000000_add_category_to_notes.sql
- 20240112000000_fix_subscription_schema.sql
- 20240112000001_add_unique_to_subscriptions_user_id.sql
- 20240112000002_add_subscription_policies.sql
- 20240112000003_upgrade_payments_schema.sql
- 20240112000004_allow_payment_updates.sql
- 20240113000000_add_billing_key.sql
- .gitignore
- config.toml
- .gitignore
- eslint.config.mjs
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- service.md
- test.js
- tsconfig.json
- vercel.json
- vitest.config.ts
- architecture.md
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- button.tsx
- card.tsx
- checkbox.tsx
- input.tsx
- label.tsx
- useTodos.test.ts
- useTodos.ts
- utils.ts
- types.ts
- components.json
- eslint.config.mjs
- jest.config.ts
- jest.setup.ts
- next.config.ts
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- yarn.lock
- .gitignore
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- architecture.md
- verify.ts
- actions.ts
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- badge.tsx
- button.tsx
- card.tsx
- input.tsx
- label.tsx
- tabs.tsx
- textarea.tsx
- PostForm.tsx
- PostList.tsx
- PostDto.ts
- IPostRepository.ts
- CreatePostUseCase.ts
- PostUseCases.ts
- Post.ts
- InMemoryPostRepository.ts
- utils.ts
- components.json
- eslint.config.mjs
- next.config.ts
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- yarn.lock
- .gitignore
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- container.tsx
- cta.tsx
- faq.tsx
- features.tsx
- footer.tsx
- hero.tsx
- navbar.tsx
- pricing.tsx
- snackbar-link.tsx
- snackbar-provider.tsx
- screen.png
- file.svg
- globe.svg
- next.svg
- reference.png
- vercel.svg
- window.svg
- .gitignore
- eslint.config.mjs
- next.config.ts
- package.json
- pnpm-lock.yaml
- postcss.config.mjs
- README.md
- tsconfig.json
- page.tsx
- page.tsx
- page.tsx
- actions.ts
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- auth-form.tsx
- header.tsx
- CategoryFilter.tsx
- Footer.tsx
- Navbar.tsx
- Pagination.tsx
- PostList.tsx
- share-button.tsx
- auth.png
- detail.png
- home.png
- write.png
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- 20241228000000_init_schema.sql
- 20241229100000_add_insert_policy.sql
- .gitignore
- config.toml
- seed.sql
- client.ts
- middleware.ts
- server.ts
- .gitignore
- eslint.config.mjs
- middleware.ts
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- route.ts
- route.ts
- route.ts
- route.ts
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- chat_1.png
- chat_2.png
- pinecone.ts
- supabase.ts
- utils.ts
- file.svg
- globe.svg
- next.svg
- vercel.svg
- window.svg
- review.csv
- 20231230000000_create_reviews_table.sql
- 20231230000001_create_chat_tables.sql
- 20231230000002_change_reviews_id_to_text.sql
- 20231230000003_add_reviews_update_policy.sql
- 20231230000004_fix_reviews_rls_final.sql
- .gitignore
- config.toml
- .gitignore
- eslint.config.mjs
- next.config.ts
- package-lock.json
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- prompts.md
- .gitignore
- README.md
// repository documentation
Was this content helpful?
(0 ratings)
