Cole Medin
fbf1d46106
Merge pull request #1245 from Stijnus/FEAT_BoltDYI_NEW_SETTINGS_UI_V3
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
Docs CI/CD / build_docs (push) Has been cancelled
feat: bolt dyi new settings UI V3
2025-02-10 15:44:25 -06:00
Leex
6a8449e6aa
fix: removed chrome canary note
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
canary is not needed anymore.
2025-02-09 19:19:06 +01:00
Stijnus
c4c73622f5
Fix ESLint issues
2025-01-28 11:39:12 +01:00
Stijnus
0db9ce2717
Revert "Major UI improvements"
...
This reverts commit 6e52114172
.
2025-01-28 10:28:45 +01:00
Stijnus
6e52114172
Major UI improvements
2025-01-28 01:33:19 +01:00
Leex
031e679aff
Merge branch 'main' into FEAT_BoltDYI_PREVIEW_V3
2025-01-19 00:14:09 +01:00
Leex
6ae1ac25d2
Merge pull request #1094 from lewis617/patch-1
...
docs: replace docker-compose with docker compose
2025-01-19 00:11:39 +01:00
Leex
840dd59af8
docs: Update README.md
2025-01-18 21:24:02 +01:00
Leex
7f540b5d1e
Update README.md
...
- Enhanced text for bolt.diy docs section and better visibility to guide people there instead using github readme which is more for devs
- added NodeJS based applications, as this is not clear and some people asked about in the community
2025-01-18 21:14:57 +01:00
Stijnus
b732f20233
bug fix for Open preview in a new tab.
2025-01-18 19:25:01 +01:00
lewis liu
9958496468
fix: replace docker-compose with docker compose
2025-01-15 17:47:48 +08:00
Digitl Alchemyst
85d864f607
Merge pull request #809 from stackblitz-labs/807-transparency-about-development
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
docs: document how we work
2025-01-12 23:34:48 -06:00
Digitl Alchemyst
12c6b7abe5
Update README.md
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
Add Todo
2025-01-10 16:38:37 -06:00
Digitl Alchemyst
42030e1e20
Merge pull request #1026 from dnielsen/patch-1
...
Docker Publish / docker-build-publish (push) Waiting to run
Update Stable Branch / prepare-release (push) Waiting to run
Docs CI/CD / build_docs (push) Has been cancelled
chore: Update README.md with new model integration todo
2025-01-10 11:51:25 -06:00
Oliver Jägle
f20fff1443
WIP: Add information about development process
2025-01-07 19:52:28 +01:00
Siddharth V
4fd5040355
feat: enhance chat import with multi-format support ( #936 )
...
Docker Publish / docker-build-publish (push) Has been cancelled
Update Stable Branch / prepare-release (push) Has been cancelled
* feat: enhance chat import with multi-format support
- Add support for importing chats from different formats:
- Standard Bolt format
- Chrome extension format
- History array format
- Bolt export format
- Add Import Chats button to Data Management
- Add proper error handling and logging
- Update README with backup/restore feature
* refactor: simplify chat import formats
- Remove multi-format support from DataTab
- Keep only standard Bolt export formats
- Simplify ImportButtons to handle standard format only
2025-01-07 16:46:42 +02:00
Dave Nielsen
3aed93aeed
Update README.md
...
Added ⬜ Granite Integration
2025-01-06 11:21:13 -08:00
Cole Medin
354f416559
Updating README with resources and small fixes.
2025-01-06 10:15:19 -06:00
kunjabijukchhe
3ecac25a35
feat: implement Claude 3, Claude3.5, Nova Pro, Nova Lite and Mistral model integration with AWS Bedrock ( #974 )
...
* feat: Integrate AWS Bedrock with Claude 3.5 Sonnet, Claude 3 Sonnet, and Claude 3.5 Haiku
* update Dockerfile for AWS Bedrock configuration
* feat: add new Bedrock model 'Mistral' and update Haiku to version 3
* feat: add new bedrock model Nova Lite and Nova Pro
* Update README documentation to reflect the latest changes
* Add the icon for aws bedrock
* add support for serialized AWS Bedrock configuration in api key
2025-01-06 17:49:16 +05:30
Eduard Ruzga
7eee0386ff
feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing ( #856 )
...
* Catch errors from web container
* Show fix error popup on errors in preview
* Remove unneeded action type
* PR comments
* Cleanup urls in stacktrace
---------
Co-authored-by: Anirban Kar <thecodacus@gmail.com>
2024-12-25 03:05:44 +05:30
Anirban Kar
fc4f89f806
feat: add Starter template menu in homepage ( #884 )
...
* added icons and component
* updated unocss to add dynamic icons
* removed temp logs
* updated readme
2024-12-24 22:37:28 +05:30
Anirban Kar
47471e05d9
updated read me
2024-12-21 18:22:17 +05:30
Anirban Kar
80d9800aa0
docs: updated download link ( #850 )
2024-12-21 01:52:45 +05:30
Dustin Loring
6145c603a1
Merge branch 'main' into docs/updated-docs
2024-12-20 14:21:50 -05:00
Dustin Loring
f2662c1c71
Merge branch 'main' into docs-setup-updated
2024-12-20 14:15:46 -05:00
Dustin Loring
0c07bc9105
docs: added info on the Releases Page
...
Added the option to download from the Releases Page instead of git clone in the README
2024-12-20 09:50:47 -05:00
Dustin Loring
58db67683e
docs: added info on updating using docker
...
Added docker-compose --profile development up --build to the update section
2024-12-20 09:42:54 -05:00
Dustin Loring
de64007697
docs: toc for readme
...
docs: added a TOC for the README
2024-12-19 06:25:11 -05:00
Anirban Kar
602f65a4dc
updated some text
2024-12-18 23:41:59 +05:30
Anirban Kar
1398344c11
docs: updated setup guide to have more detailed instructions
2024-12-18 23:34:41 +05:30
Cole Medin
b3b4d74824
chore: a few documentation enhancements for main README and FAQs
2024-12-18 07:01:58 -06:00
Dustin Loring
278bd242b1
docs: simplified setup
...
Removed the section about environment variables. In docker removed the production build. Both of these can still be found in the docs.
2024-12-18 06:35:33 -05:00
Dustin Loring
0e7937b835
Update README.md
2024-12-17 10:27:04 -05:00
Dustin Loring
206a6d7816
add/toc-for-readme
...
added a TOC for the README file, renamed some headings to better suite the TOC
2024-12-17 10:19:40 -05:00
Anirban Kar
1f513accc9
Merge branch 'main' into system-prompt-variations
2024-12-15 22:21:46 +05:30
Anirban Kar
9f5c01f5dd
Merge branch 'main' into system-prompt-variations
2024-12-15 21:01:52 +05:30
Anirban Kar
6467995ac3
updated readme
2024-12-15 20:40:46 +05:30
Anirban Kar
2b8236f988
updated readme
2024-12-15 20:28:15 +05:30
Dustin Loring
c54e6e588e
Update README.md
...
changed 'and' to '&' so that it would fit on one line
2024-12-15 09:04:44 -05:00
Dustin Loring
e0d0c4b697
Branding updates
...
changed Bolt.diy to bolt.diy
reworded the bottom of the README
2024-12-14 20:26:56 -05:00
Ed McConnell
5cb693c415
update readme
2024-12-14 10:42:05 -05:00
Dustin Loring
ec4b43d7a3
Update README.md
2024-12-13 10:16:41 -05:00
Dustin Loring
74b6d27283
Update README.md
2024-12-11 15:51:39 -05:00
Dustin Loring
9b48f2471e
Update README.md
2024-12-11 15:51:04 -05:00
Dustin Loring
9a8dcce906
Update README.md
2024-12-11 14:56:41 -05:00
Dustin Loring
b1e54a493f
Update README.md
2024-12-11 12:08:37 -05:00
Cole Medin
3bdf09184d
Updating documentation link in README.
2024-12-11 08:55:33 -06:00
Cole Medin
1145c4e4c1
Fixing typo.
2024-12-11 08:47:29 -06:00
Cole Medin
fa526a643b
Updating git clone url in README.
2024-12-11 08:46:54 -06:00
Cole Medin
1d5ad998b9
Updating name to Bolt.diy in README
2024-12-11 08:26:41 -06:00