bkend-cookbook

bkend.ai practical project tutorials and troubleshooting guide. Covers 10 single-project guides (todo to SaaS) and 4 full-guide projects (blog, recipe-app, shopping-mall, social-network) with step-by-step implementation. Also includes common error solutions and FAQ. Triggers: cookbook, tutorial, example project, todo app, blog app, shopping mall, 쿡북, 튜토리얼, 예제, 블로그, 쇼핑몰, 투두, 프로젝트 만들기, クックブック, チュートリアル, 例題, ブログ, ショッピング, 食谱, 教程, 示例, 博客, 商城, libro de cocina, tutorial, ejemplo, blog, tienda, livre de recettes, tutoriel, exemple, blog, boutique, Kochbuch, Tutorial, Beispiel, Blog, Shop, ricettario, tutorial, esempio, blog, negozio Do NOT use for: API reference details (use bkend-data/auth/storage), platform management (use bkend-quickstart).

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "bkend-cookbook" with this command: npx skills add popup-studio-ai/bkit-claude-code/popup-studio-ai-bkit-claude-code-bkend-cookbook

bkend.ai Cookbook & Troubleshooting

Single Project Guides

ProjectLevelKey Features
Todo AppBeginnerBasic CRUD, state management
Note AppBeginnerRich text, categories
BlogIntermediatePosts, tags, file upload
Chat AppIntermediateReal-time messaging
E-commerceIntermediateProducts, orders, payments
Booking SystemIntermediateReservations, calendar
Social FeedAdvancedPosts, follows, feeds
DashboardAdvancedCharts, analytics, roles
Multi-tenantAdvancedOrganization-scoped data
SaaS StarterAdvancedSubscriptions, billing, onboarding

Full Guide Projects (4, each with quick-start + 7 chapters)

ProjectAuthCore CRUDFilesAdvancedAI
BlogEmail/SocialArticles, TagsImagesBookmarksAI summary
Recipe AppEmail/SocialRecipes, IngredientsPhotosMeal Plan, Shopping ListAI recommendations
Shopping MallEmail/SocialStores, Products, OrdersProduct imagesReviewsAI search
Social NetworkEmail/SocialProfiles, PostsMediaFollows, FeedsAI recommendations

Common Implementation Pattern

1. Auth setup (email + social login)
2. Core CRUD (main data tables)
3. File upload (images/media)
4. Advanced features (search, filters, relationships)
5. AI integration (recommendations, summaries)
6. Troubleshooting & optimization

Troubleshooting Quick Reference

ErrorCauseSolution
401 UnauthorizedToken expiredPOST /v1/auth/refresh
403 ForbiddenInsufficient permissionsCheck RBAC settings
404 Not FoundWrong path/IDVerify endpoint and environment
409 ConflictUnique field duplicateCheck duplicate data
429 Rate LimitRequest limit exceeded (100/h)Check Retry-After header
CORS ErrorDomain not registeredRegister in bkend console
MCP Connection FailedOAuth incompleteComplete browser auth
Schema ValidationBSON type mismatchCheck schema with backend_table_get

FAQ

QuestionAnswer
Table not visibleCheck environment (dev/staging/prod)
MCP tools not showingRun claude mcp list to verify connection
Social login not workingCheck Provider settings in console
File upload failsVerify size limits (image 10MB, video 100MB)
Slow queriesAdd indexes via backend_index_manage
Data not syncingCheck x-environment header matches

Official Documentation (Live Reference)

For the latest cookbook and troubleshooting, use WebFetch:

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

desktop-app

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

mobile-app

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

phase-3-mockup

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

claude-code-learning

No summary provided by upstream source.

Repository SourceNeeds Review