Skip to content

Latest commit

 

History

History
71 lines (44 loc) · 1.86 KB

File metadata and controls

71 lines (44 loc) · 1.86 KB

🚀 How to Start a New Taubyte Project

📋 Simple Instructions

Step 1: Say the Magic Words

Just type this in your chat:

cursor start new project

Step 2: Answer the Questions

The AI will ask you 6 simple questions about your project:

  1. Project name - What do you want to call it?
  2. Project type - What kind of app is it?
  3. Main features - What should it do?
  4. Frontend needed? - Do you want a web interface?
  5. Backend needs - What backend functionality?
  6. Special requirements - Any specific needs?

Step 3: Get Your Project

The AI will create a complete Taubyte backend (and frontend if needed) following all the best practices from the guide.


🎯 Example Conversation

You: cursor start new project

AI: Great! Let's create your Taubyte project. I'll ask you a few questions:

1. What's your project name? You: My Chat App

AI: 2. What type of project is this? You: Real-time messaging application

AI: 3. What are the main features you want? You: User messaging, online presence, message history, file sharing

AI: 4. Do you need a frontend? You: Yes, React with TypeScript

AI: 5. What backend functionality do you need? You: REST API for messages, real-time updates, user management, file storage

AI: 6. Any specific requirements? You: Mobile-friendly, dark mode support

AI: Perfect! I'll create your complete Taubyte project now...


That's It!

The AI will:

  • ✅ Create the backend code following Taubyte patterns
  • ✅ Create the frontend code (if requested)
  • ✅ Set up proper project structure
  • ✅ Include all necessary files
  • ✅ Follow the complete Taubyte guide
  • ✅ Make it ready for Taubyte Dashboard deployment

No need to read the guide yourself - the AI does it all!