Welcome to AI Dev Assistant

Login

Reset Password

Enter your email to receive a reset link.

Set New Password

Aison Agentic AI Assistant

LLM:
Project:
>_

Hello! I am your Aison Agentic AI Assistant. I’ve loaded your Project Memory and have RAG-access to the Aison API schema.

Click the gear icon (⚙️) to switch between Cloud (Gemini) and Local (Ollama) inference, or click the brain icon (🧠) to view your project’s context.
Thinking

Write out the detailed requirements for what you are building. This acts as the master project plan for the AI to follow.

System Design

Based on your project scope, the AI will detail how it intends to execute the requirements. You can then automatically build the schema in Aison.

No requirements gathered yet. Check "Invoke System Scope AI Agent" and chat to gather requirements.

No execution plan generated yet. Write your project scope and click "Generate Plan" above.

No diagram generated.


                                    

                                
No design mockup generated yet.

Browse and select starting templates to quickly build high-quality web applications on Aison.

Property Lokatr

A sophisticated property listings portal for estate agents to sell properties on. Connects to the Aison API.

Angular v21

BitBling Webshop

An e-commerce storefront supporting PayPal and Bitcoin (Coinbase) payments. SSR enabled.

Angular 10 Univ.

BitBling Webshop v2

A modernized e-commerce storefront. Uses the latest SSR architecture.

Angular v21

Aison Showcase

A cross-platform mobile application template. Build for iOS, Android, and Web from a single codebase.

Flutter / Dart

Aison Generic

A completely blank canvas mobile app. The perfect starting point for building a custom Aison mobile app.

Flutter / Dart

Aison Flutter SDK

Core SDK packages for networking, UI widgets, and local persistence. Not an app, but a library.

Dart Packages

Job Lokatr

A specialized recruitment and job board mobile app boilerplate.

Flutter / Dart

Commit and push your project changes to your GitLab server.


Deploy your project to a cloud hosting provider.


Digital Ocean Settings

Note: App Platform will automatically build and deploy from the selected GitLab branch.

Web Studio

Edit your scaffolded application code
dist/browser/index.html
HTML
Ready
Live Preview

Report a Bug

Learning Mode

Train the Agent on Aison API patterns via HAR files or manual cURL entry.

Extract API Calls from HAR

Upload a .har file exported from your browser's Network tab. We'll extract all Aison API calls and help you convert them into Agent Skills.

Project Memory

This is your personal workspace memory. The AI auto-updates this file in the background to learn your preferences and project structure. You can manually edit or delete assumptions here to correct its behavior.

Teach Aison API

Train the local AI by providing an example. Describe the task in the prompt, provide what the AI incorrectly suggested (if applicable), and ensure the corrected Jinja code below is accurate.

API Configuration

LLM Providers Aison Platform GitLab

Google Gemini

Anthropic Claude

Groq

Local LLM (Ollama)

Requires Gemini, Claude, and Groq to be initialized. When enabled, intelligently routes terminal tasks to Groq, layouts to Local, and reasoning to Gemini/Claude.

Aison Account Connection

GitLab Version Control

Template Preview


                    

Property Lokatr

Live preview is currently loading or unavailable. Please ensure the templates are compiled.

Path: boilerplate/propertylokatr_web-master

Fully compatible with Aison Agentic AI Assistant

Database Schema Preview

Review the extracted JSON schema before building it in Aison. You can make manual edits below.

Build Progress Step-by-step logs

Billing & Subscriptions

Purchase Tier 1

Includes 1 Aison Sandbox Account (live.aison.tech) and 4 hours of Agentic AI usage.

$29.00 / one-time

Purchase History

Date Item Amount

Usage & Tokens

Lifetime Input Tokens

Tokens processed from your prompts

0

Lifetime Output Tokens

Tokens generated by the AI responses

0

Total Tokens Processed

Combined token usage

0

Gemini Usage

Google Cloud

0

Claude Usage

Anthropic

0

Groq Usage

Groq LPU

0

Local (Ollama)

Free Inference

0

Project Usage Breakdown

Project Name Total Tokens

Clone Website

Enter the URL of the website you'd like to clone into Aison. The AI will analyze the site, design the database schema, and dynamically scaffold a new Angular 21 project using the optimal boiler plate from the aison market place. It will automatically crawl internal links to clone subpages.

Analyzing website structure...

                

Aison Flutter SDK Documentation

SDK Architecture & Packages

This SDK is structured as a monorepo containing several focused, modular Dart packages designed to rapidly integrate Flutter applications with the Aison platform backend.

  • aison_client: The core networking and API communication layer. Handles HTTP requests, websockets, and API interactions with the Aison backend.
  • aison_flutter_widgets: A library of pre-built, reusable UI components specifically tailored to consume and display Aison data seamlessly in Flutter.
  • aison_flutter_persistence: Handles local data caching and offline storage for Aison models using SQLite or Hive.
  • aison_flutter_reporter: Telemetry, crash reporting, and analytics integration tailored for Aison apps.
  • aison_logger: Standardized logging utility across the SDK.
  • aison_utils: Common helper functions, extensions, and constants used across the Aison Flutter ecosystem.
  • aison_flutter_metadata: Handles reflection and dynamic model parsing from Aison's generic data structures.
To use this SDK, ask the Assistant to scaffold a new project using these packages.