Welcome to AI Dev Assistant
Aison Agentic AI Assistant
Click the gear icon (⚙️) to switch between Cloud (Gemini) and Local (Ollama) inference, or click the brain icon (🧠) to view your project’s context.
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.
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.
BitBling Webshop
An e-commerce storefront supporting PayPal and Bitcoin (Coinbase) payments. SSR enabled.
BitBling Webshop v2
A modernized e-commerce storefront. Uses the latest SSR architecture.
Aison Showcase
A cross-platform mobile application template. Build for iOS, Android, and Web from a single codebase.
Aison Generic
A completely blank canvas mobile app. The perfect starting point for building a custom Aison mobile app.
Aison Flutter SDK
Core SDK packages for networking, UI widgets, and local persistence. Not an app, but a library.
Job Lokatr
A specialized recruitment and job board mobile app boilerplate.
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 codeReport 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
Template Preview
Property Lokatr
Live preview is currently loading or unavailable. Please ensure the templates are compiled.
Path: boilerplate/propertylokatr_web-master
Database Schema Preview
Review the extracted JSON schema before building it in Aison. You can make manual edits below.
Billing & Subscriptions
Purchase Tier 1
Includes 1 Aison Sandbox Account (live.aison.tech) and 4 hours of Agentic AI usage.
Purchase History
| Date | Item | Amount |
|---|
Usage & Tokens
Lifetime Input Tokens
Tokens processed from your prompts
Lifetime Output Tokens
Tokens generated by the AI responses
Total Tokens Processed
Combined token usage
Gemini Usage
Google Cloud
0Claude Usage
Anthropic
0Groq Usage
Groq LPU
0Local (Ollama)
Free Inference
0Project 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.
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.