Home/Docs/Frameworks

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:

  1. Platform: Web or Mobile?
  2. Interactivity: Static site or dynamic app?
  3. 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

GoalRecommendation
Ship fast & scaleNext.js
High interactivitySvelte
Backend APIHono
Mobile AppEmpty (then install Expo)