feat(prompts): add fine-tuned prompt and update mobile app instructions

Introduce a new fine-tuned prompt for better results and update mobile app development instructions to ensure comprehensive guidance. The changes include enhanced design guidelines, improved database handling, and clearer artifact creation rules for better project setup.
This commit is contained in:
KevIsDev
2025-04-24 10:59:29 +01:00
parent 02401b90aa
commit 3cafbb6f59
6 changed files with 861 additions and 127 deletions

View File

@@ -94,7 +94,7 @@ export const STARTER_TEMPLATES: Template[] = [
label: 'React + Vite + typescript',
description: 'React starter template powered by Vite for fast development experience',
githubRepo: 'xKevIsDev/bolt-vite-react-ts-template',
tags: ['react', 'vite', 'frontend'],
tags: ['react', 'vite', 'frontend', 'website'],
icon: 'i-bolt:react',
},
{