What you can do
- View files: open and explore your project’s codebase
- Edit code: update logic, styles, or layouts instantly
- Delete files: remove code you no longer need
- Real-time preview: see changes applied right away in the Preview window
How saving works
Every change you make is saved instantly. Behind the scenes, Fimo groups your edits into a single commit after 1 minute of inactivity, so your history stays clean and easy to follow.Fimo relies on Git under the hood. This follows development best practices and makes it easy for engineers to jump into your project for advanced or custom development.
Why it matters
No setup
Edit code directly in the browser, no local environment needed.
Instant results
Changes appear in the Preview window as soon as you save.
Automatic commits
Edits are grouped into commits after 1 minute of inactivity.
Best practices
Your codebase is backed by Git, so it’s structured and ready for engineers.
Workflow at a glance
1
Open the Code tab
Navigate to the file you want to edit.
2
Make your changes
Type directly in the editor — logic, styles, or content.
3
Preview instantly
Switch to the Preview window to see your updates in real time.
4
Commits handled automatically
After 1 minute of inactivity, your edits are grouped into a commit.