You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The console, developed using Nextjs, Typescript, and TailwindCSS, operates in a docker container alongside other ๐ฎ Instill Core components. Want to give it a try? Visit the instill-core repository to run the suite on your local machine.
The primary objective of the console is to offer a unified, streamlined, and user-friendly interface for ๐ฎ Instill Core. It allows users to create, manage, and observe pipelines, models, and artifacts directly from their browser.
Folder structure
apps: Store all the instill-ai apps
console: The Instill AI console APP
packages: Store all the packages that will be used across instill-ai frontend projects
design-system: The base component of all the instill-ai frontend projects
design-token: The design-token that unify the style
toolkit: All the high level component of instill-ai frontend projects
Normally, we won't touch the components of design-system due to the casualty will be huge. Most of our development is centering around the toolkit. And the console only consume the components from toolkit without having its own components.
How to contribute to the console's integration connection
We plan to support using our component through OAuth, so user don't need to manually input the token. Right now console already support Slack and Github integration connection. We will add more integration connection in the future.