
Stac
Dev Suite
Playground
Docs
Blogs
Github
Discord
Twitter / X
Server Driven UI
Framework for Flutter
300+ Stars

Stac 0.9.3
Build, deploy, manage and scale your Flutter applications with Stac,
the open-source SDUI framework with tons of features.
Get Started
Try in Playground
Stable Release 0.9 is out!
Build dynamic UIs, Gallery Widget and Real-time Push App updates
Open Docs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import 'package:flutter/material.dart';
import 'package:stac/stac.dart';
void main() async {
await Stac.initialize();
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
@override
Widget build(BuildContext context) {
return MaterialApp(
title: 'Stac Counter Example',
home: Stac.fromNetwork(
context: context,
request: StacNetworkRequest(
url: 'https://stac.dev/form_screen.json',
),
),
);
}
}
Server
Client


How Stac works?
Build, deploy, manage and scale your Flutter applications with Stac, the open-source SDUI framework with tons of features.


incredible
and great
Real Time
App Updates
No need for tedious app store
or play store approvals
Stac Code Convert:
Dart to JSON
Instant code conversion & import console
Cross Platform
Development
Easily develop Android, iOS, Web app together
Powerful
Dynamic Variables
No need for tedious app store
or play store approvals
Advanced
Data Caching
No need for tedious app store
or play store approvals
Real Time
State Management
No need for tedious app store
or play store approvals
: feature set
Our Commitment
towards our Community
Community
We are dedicated to building and growing together, ensuring Stac thrives through collaboration, transparency, and community-driven innovation.
Stay Connected
via our Newsletter
Join Newsletter
| Only used for releases, events and goodies.
| We provide a no-spam experience.
Stac Dev Suite
Relevance
Docs
Github
Pub.dev
Investor Relations
Privacy Policy
Framework
Playground

Made with 💙 for flutter
Copyright © 2025 All Rights Reserved
Social
Blogs
Medium
X / Twitter
Discord