Skip to content

Commit f2f9a1e

Browse files
committedJun 3, 2025
updated
1 parent 28620f9 commit f2f9a1e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+213
-102
lines changed
 

‎docs/user/1_index.md

Lines changed: 1 addition & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1 @@
1-
# Overview
2-
3-
### Get Started
4-
5-
Codebolt is a fast, lightweight, and customizable source code editor for Windows and macOS, designed to enhance productivity with intelligent features and extensive language support.
6-
Click on the "Get Started" button. This action initiates the sign-in process, where users are given two options for authentication: Google or GitHub.
7-
<!-- Start your journey with Codebolt by exploring these introductory videos. -->
8-
9-
<!-- [![Watch the video](../../static/img/get_started.png)](../../static/video/onboarding.mp4) -->
10-
11-
<iframe width="100%" height="500" src="https://www.youtube.com/embed/YpZV_AFHsX8?si=oNo5MzqlAPqqgdgu" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
12-
13-
After successfully completing the onboarding process, users can sign in to explore the application dashboard. On the dashboard, users can:
14-
15-
* Create new project in the workspace or open the project folder.
16-
* Access recent projects and files for quick continuation of their work.
17-
* Create new workspace, accessible from the top-right of the dashboard..
18-
19-
![dashboard](../../static/img/codebolt_application.png)
20-
21-
### Latest Agents
22-
23-
Bug hunter agents and documentation agents help you work faster and make the platform more powerful.
24-
25-
![latest agents](../../static/img/latest_agent.png)
26-
27-
### First Steps
28-
29-
To get started with CodeBolt, here are some initial steps to familiarize yourself with the editor:
30-
31-
* [Intro Videos](#) - Begin your journey with CodeBolt through introductory videos that showcase its features and capabilities.
32-
33-
* [Setup](#) - Install CodeBolt for your platform and configure the toolset according to your development needs.
34-
35-
* [User Interface](#) - Introduction to the basic UI, commands, and features of the codebolt editor.
36-
37-
* [Settings](#) - Customize Codebolt for how you like to work.
38-
39-
* [Chat Features](#) - Explore CodeBolt's built-in chat functionality to communicate seamlessly with collaborators.
40-
41-
* [Preview](#) - Utilize the preview feature in CodeBolt to see real-time updates of your code or project output.
42-
43-
* [Terminal](#) - Access and use the integrated terminal in CodeBolt for command-line operations without leaving the editor.
44-
45-
* [Editor](#) - Learn about the powerful editing capabilities of CodeBolt, including syntax highlighting, auto-completion, and more.
46-
47-
* [Browser](#) - Use CodeBolt's built-in browser to test and preview web applications directly within the editor environment.
48-
49-
* [Planner](#) - Organize your tasks and projects effectively with CodeBolt's integrated planner or task management tools.
50-
51-
* [Git](#) - Take advantage of Git integration within CodeBolt for version control, branching, committing, and merging code changes.
52-
53-
* [Debug](#) - Set up and debug your applications seamlessly using CodeBolt's debugging tools and features.
54-
55-
![Application Overview](../../static/img/application_features.png)
56-
57-
### Downloads
58-
* [Download Codebolt](https://codebolt.ai/) - Quickly find the appropriate install for your platform (Windows, macOS)
59-
60-
1+
# User Guide

‎docs/user/application/1_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Introduction
2+
3+
Codebolt is a code editor enabling developers to build and use adaptable use-case specific AI agent toolkits. This gives more accurate software generation, allowing developers and even end users to customise complex softwares using text prompts.
4+
5+
6+
![introduction](/application/introduction.png)
7+
8+
9+

0 commit comments

Comments
 (0)
Please sign in to comment.