framework | platform | title |
---|---|---|
figma, flutter, react, solid-js |
Android, iOS, Web, macOS, Linux, Windows |
Grida Assistant for Figma |
Any design to high quality code, with live preview.
- ✅ Human readable code generation.
- ✅ Code generation built with CoLI, developed especially for assistant usage, ensuring the best code generation quality.
- ✅ Slots support (Component with parameters)
- ✅ Modularized code generation / readability. All production level code, code beign generated as Functions, Varables, Ect..
- ✅ Design Linting - Visaully makes sence, Structure made sence.
- ✅ Cloud Resource Copy. Copy your resource in 1 second. (No need to download images and move under
res/
) - ✅ Live preview via console - compiles output source remotely makes design to living application within seconds
- ✅ Context detection - Grida assistant understands the design, than converts it into a hight quality code. we don't generate rect and text code for a button. We generate button code for a button.
Install figma plugin via below link. Note that the published plugin is always behind few new features behind this repository. For trying out the latest and mindblowing features, please build from your local environment directly.
Install via figma plugin link here.
- We use yarn workspace for maintaining this project as monorepo.
- Some additional steps are required to run this project properly.
# [REQUIRED] we use git submodules for `packages/`. you have to explicitly execute this command instead default clone.
git clone --recurse-submodules https://github.com/gridaco/assistant.git
cd assistant
# [REQUIRED] Yarn will install dependencies, link packages, and generate compiled code of packages, so it can be referenced by root projects.
yarn
# [OPTIONAL 1] Run figma plugin in dev mode (use localhost server) (recommanded)
yarn figma
# [OPTIONAL 1-2] Run figma plugin in dev mode (native)
yarn figma-native
# [OPTIONAL 2] Run sketch plugin in dev mode
yarn sketch
# [OPTIONAL 3 & Contributors only] Run plugin ui in webdev mode
yarn web
# visit http://localhost:3303/init-webdev to work on browser
Soon as the subpackages are released as stable, we will remove git submodule dependency for ease of use. until then, this will be the primary repository and all the edits and PRs will be caused by this project. - Learn more here
Sometimes, when pulling this repo from remote, if new submodule package is added, you'll need to run below command to pull with updated submodules (we recommand you to know what this command actually does in a nut shell.)
git submodule update --init --recursive
flutter widget builder is done by figma/flutter and the core builder is powered by Grida dynamic
- figma/flutter
- grida/flutter-builder
- grida/dynamic
- ✅
Theme.of
Textstyle support - ✅
Colors.
Color support - ✅ Slots support (not static content)
- ✅ Modularized builder functions - (not all-in-one widget tree)
- ✅ Formatted Dart code
- ✅ Best code quality (I Assure,) in this planet
Watch the demo on our website
Grida console integrated with assistant enables you to manage your design's content in one place. even if text, image is updated, you don't need to update your code. our cloud service got your back.
Learn more at console repository
Rule based button / input / icon detection with @reflect-ui/detection Higher quality ML based detection available at Grida's context engine
We provide various tools for you for creating stauning designs, and making you 10 times faster to create a working prototype.
Features
-
icons loader (Design Tab ➡️ Icons)
- 5,000 + material design icons
- 800 + ant design icons
- Read our blog about Icons Loader feature on medium
-
fonts replacer
-
buttons generator
-
and more
- Figma: See plugin README
- Sketch:
Sketch platform will be available soon
webdev
is a mode that you can run assistant as a standalone appliaction for ui development purpose of its' you can't acccess or call api to design tools.
Learn more at ./webdev
yarn
# on root
yarn webdev
# or..
cd webdev
yarn start
Use console.log
statements to inspect values in your code.
To open the developer console in the Figma desktop app, go to Plugins
→ Development
→ Open Console
.
general See this project's contributing guideline and technical overview here. And general Grida project contribution and collaboration guideline here.
supported platforms and frameworks
- ✅ Figma
- ✅ Flutter
- ✅ Grida Web
- Sketch -- Coming Soon
- React -- Coming Soon & Under Development
- Vue -- Coming Soon & Under Development
- CSS/SASS -- Coming Soon & Under Development
- Adobe XD -- Coming Soon
- Zeplin -- Coming Soon
we release new updates in a by-monthluy cycle. Watch this repository on github or signup for our news letters on grida.co
All update logs available at CHANGELOG.md
- Flutter force week 103
- Flutter force week 135
- Assistant initial release
- Introducng Grida Assistant 2021.8.0b
read LICENSE.
to shortly brief,
- Any form of modifing this software, including clone, fork, merge is allowed with no restrictions.
- Making profit "by using" this software is allowed with no restrictions.
- Making profit "by re-distributing" is not allowed. Recap, you cannot publish this plugin as an alternative to this original plugin. -- Why is that? We are taking "minimum" profit from this software, we will prevent from other enterprise from copycatting this software.
- The code and packages distributed via this repository is free to use without any restrictions.
- The code and design is free to use and modify. (Just don't make any profits by re-distributing this plugin.)
Re-use of this software and it's license is overrided by contributing-and-license