Choose a Framework
Here are initialization commands for some popular frameworks:Next.js
React
Vue.js
SvelteKit
Astro
Backend and API Considerations
Microapp encourages you to use your own API for backend functionality. This gives you complete control over your backend implementation and allows you to:- Use any backend technology or service you prefer
- Host your API on your own infrastructure
- Implement custom authentication and authorization
- Handle data storage and processing according to your needs
- Scale your backend independently from your frontend