Framework Guide
Choosing the right technology stack is crucial for your outcome. OutcomeDev provides templates to get you started quickly.
Decision Framework
Ask yourself these questions:
- Platform: Web or Mobile?
- Interactivity: Static site or dynamic app?
- Speed: Do you need it fast or scalable?
Available Templates
1. Next.js (React)
The Standard
- Best For: Most web applications, SaaS, and dashboards.
- Why: Huge ecosystem, easy deployment, and great performance.
2. Svelte
The Performer
- Best For: Interactive apps where performance is key.
- Why: Writes less code, runs faster in the browser.
3. Nuxt (Vue)
The Organizer
- Best For: Teams that prefer Vue.js structure.
- Why: Intuitive and powerful for both static and dynamic sites.
4. Hono
The API Builder
- Best For: Backend APIs and lightweight services.
- Why: Extremely fast and lightweight.
5. Empty
The Customizer
- Best For: Mobile apps (Expo/React Native) or custom setups.
- Why: Gives you a blank canvas to install exactly what you need.
Summary
| Goal | Recommendation |
|---|---|
| Ship fast & scale | Next.js |
| High interactivity | Svelte |
| Backend API | Hono |
| Mobile App | Empty (then install Expo) |