Use AI coding agents like Claude Code to create fully functional pages on Visimade using natural language.
First, create an API token from your Account Settings → API Tokens. Make sure to include the pages:write scope.
Your token will look like: vm_abc123...
Start your conversation with the AI by providing your token and pointing to the documentation:
My Visimade API token is: vm_your_token_here See the Visimade documentation at: https://visimade.com/ai-agents/visimade-md I want to create a new page.
The AI will read the documentation and understand how to interact with the Visimade API.
Now describe the page you want to create. Be specific about:
Create a page called "Pomodoro Timer" with: - A clean, minimal design with a dark theme - A 25-minute countdown timer with start/pause/reset buttons - Sound notification when the timer ends - Track completed pomodoros in a session counter
Create a page called "Daily Habit Tracker" with: - A grid of habits the user can check off each day - Users should be able to add/remove their own habits - Data should be private to each user (use Solo App mode) - Show a weekly streak counter for motivation - Clean, calming design with soft colors
Create a page called "Team Retrospective Board" with: - Three columns: What went well, What could improve, Action items - Team members can add cards to any column - Cards should show who created them - Use Team App mode so only invited members can participate - Include a voting system for prioritizing items
Create a page called "Code Snippet Library" with: - Users can submit code snippets with title, language, and description - All snippets are public and browsable - Users can only edit/delete their own snippets - Include syntax highlighting - Use Social App mode for public submissions with ownership
After the AI creates your page, it will give you the URL. Visit the page and test it out. If you want changes, just tell the AI:
The timer looks great! Can you: - Make the font larger for the countdown - Add a subtle animation when the timer starts - Change the notification sound to something softer
The AI will update the page and create a new version automatically. You can always revert to previous versions from the page settings.