Skip to content

Commit 04ca6c5

Browse files
Update changelog.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent e96417f commit 04ca6c5

1 file changed

Lines changed: 134 additions & 125 deletions

File tree

changelog.mdx

Lines changed: 134 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,131 +2010,140 @@ New releases and improvements
20102010
* FAQ.md streamlined for better user experience
20112011
</Update>
20122012

2013-
## v0.1.0
2014-
2025-10-06
2015-
2016-
2017-
**Added - Initial Release**
2018-
2019-
This is the initial release of CodinIT.dev, establishing the foundation for an AI-powered application builder.
2020-
2021-
v1.Core Application Structure
2022-
- Complete Remix-based application architecture
2023-
- React frontend with TypeScript
2024-
- Vite build system with optimized configuration
2025-
- UnoCSS for utility-first styling
2026-
- WebContainer integration for in-browser development
2027-
2028-
v1.LLM Integration (19+ Providers)
2029-
- Multi-provider LLM system supporting:
2030-
- OpenAI (GPT-4, GPT-3.5)
2031-
- Anthropic (Claude models)
2032-
- Google (Gemini models)
2033-
- Amazon Bedrock
2034-
- Groq, xAI, DeepSeek, Cohere, Mistral
2035-
- Together AI, Perplexity, HuggingFace
2036-
- OpenRouter for unified access
2037-
- Ollama and LM Studio for local models
2038-
- Custom OpenAI-compatible endpoints
2039-
- Provider management and registration system
2040-
- Dynamic model selection
2041-
- API key management
2042-
2043-
v1.Chat Interface
2044-
- AI-powered chat with streaming responses
2045-
- Message history and persistence
2046-
- Artifact generation and rendering
2047-
- Code block syntax highlighting
2048-
- Markdown rendering with GitHub flavored markdown
2049-
- Model and provider selection in chat
2050-
2051-
v1.Workbench & Development Environment
2052-
- WebContainer-based in-browser development
2053-
- File tree with full CRUD operations
2054-
- Code editor with syntax highlighting
2055-
- Terminal integration for command execution
2056-
- Live preview with hot reloading
2057-
- Diff view for code changes
2058-
2059-
v1.Deployment Integrations
2060-
- Netlify deployment integration
2061-
- Vercel deployment integration
2062-
- GitHub repository operations
2063-
- Git operations (commit, push, pull)
2064-
2065-
v1.Electron Desktop Application
2066-
- Cross-platform desktop app support (macOS, Windows, Linux)
2067-
- Native window controls
2068-
- Auto-updater integration
2069-
- IPC communication system
2070-
- Cookie synchronization
2071-
2072-
v1.Settings & Configuration
2073-
- Comprehensive settings panel
2074-
- Provider configuration
2075-
- API key management
2076-
- Theme customization (dark/light modes)
2077-
- Feature flags system
2078-
2079-
v1.GitHub Actions & CI/CD
2080-
- Automated builds for web and desktop
2081-
- Docker image building and publishing
2082-
- Documentation deployment
2083-
- Release automation
2084-
- Code quality checks
2085-
2086-
v1.Documentation
2087-
- Complete documentation site with MkDocs
2088-
- API documentation
2089-
- Setup guides
2090-
- Architecture documentation
2091-
- Contributing guidelines
2092-
2093-
v1.Docker Support
2094-
- Development and production Docker configurations
2095-
- Docker Compose setup
2096-
- Multi-stage builds for optimization
2097-
- Environment-based configuration
2098-
2099-
Initial Feature Set
2100-
- Project templates and starters
2101-
- GitHub repository import
2102-
- Folder import for local projects
2103-
- Chat export and import
2104-
- Screenshot capture
2105-
- Supabase database integration
2106-
- Context optimization for long conversations
2107-
- File locks to prevent concurrent edits
2108-
- Prompt enhancement system
2109-
2110-
2111-
**Configuration Files Added**
2112-
- .env.example with all configuration options
2113-
- TypeScript configuration (tsconfig.json)
2114-
- Vite configuration for optimal builds
2115-
- UnoCSS configuration for styling
2116-
- ESLint and Prettier for code quality
2117-
- Git hooks with Husky
2118-
- GitHub issue and PR templates
2119-
- Docker and Docker Compose configurations
2120-
- Electron builder configuration
2121-
- Package.json with all dependencies
2122-
2123-
2124-
**Assets & Icons**
2125-
- Application icons for all platforms
2126-
- Provider logos and icons
2127-
- UI component icons
2128-
- Favicon and web app icons
2129-
2130-
2131-
**Utilities & Helpers**
2132-
- File system utilities
2133-
- Git integration utilities
2134-
- WebContainer helpers
2135-
- Diff utilities
2136-
- Import/export services
2137-
- Constants and type definitions
2013+
<Update label="October 6, 2025" tags={["New releases"]} rss={{ title: "v0.1.0 - Initial Release" }}>
2014+
<Note>
2015+
This is the initial release of CodinIT.dev, establishing the foundation for an AI-powered application builder.
2016+
</Note>
2017+
2018+
## Core Application Structure
2019+
2020+
* Complete Remix-based application architecture
2021+
* React frontend with TypeScript
2022+
* Vite build system with optimized configuration
2023+
* UnoCSS for utility-first styling
2024+
* WebContainer integration for in-browser development
2025+
2026+
## LLM Integration (19+ Providers)
2027+
2028+
* Multi-provider LLM system supporting:
2029+
* OpenAI (GPT-4, GPT-3.5)
2030+
* Anthropic (Claude models)
2031+
* Google (Gemini models)
2032+
* Amazon Bedrock
2033+
* Groq, xAI, DeepSeek, Cohere, Mistral
2034+
* Together AI, Perplexity, HuggingFace
2035+
* OpenRouter for unified access
2036+
* Ollama and LM Studio for local models
2037+
* Custom OpenAI-compatible endpoints
2038+
* Provider management and registration system
2039+
* Dynamic model selection
2040+
* API key management
2041+
2042+
## Chat Interface
2043+
2044+
* AI-powered chat with streaming responses
2045+
* Message history and persistence
2046+
* Artifact generation and rendering
2047+
* Code block syntax highlighting
2048+
* Markdown rendering with GitHub flavored markdown
2049+
* Model and provider selection in chat
2050+
2051+
## Workbench & Development Environment
2052+
2053+
* WebContainer-based in-browser development
2054+
* File tree with full CRUD operations
2055+
* Code editor with syntax highlighting
2056+
* Terminal integration for command execution
2057+
* Live preview with hot reloading
2058+
* Diff view for code changes
2059+
2060+
## Deployment Integrations
2061+
2062+
* Netlify deployment integration
2063+
* Vercel deployment integration
2064+
* GitHub repository operations
2065+
* Git operations (commit, push, pull)
2066+
2067+
## Electron Desktop Application
2068+
2069+
* Cross-platform desktop app support (macOS, Windows, Linux)
2070+
* Native window controls
2071+
* Auto-updater integration
2072+
* IPC communication system
2073+
* Cookie synchronization
2074+
2075+
## Settings & Configuration
2076+
2077+
* Comprehensive settings panel
2078+
* Provider configuration
2079+
* API key management
2080+
* Theme customization (dark/light modes)
2081+
* Feature flags system
2082+
2083+
## GitHub Actions & CI/CD
2084+
2085+
* Automated builds for web and desktop
2086+
* Docker image building and publishing
2087+
* Documentation deployment
2088+
* Release automation
2089+
* Code quality checks
2090+
2091+
## Documentation
2092+
2093+
* Complete documentation site with MkDocs
2094+
* API documentation
2095+
* Setup guides
2096+
* Architecture documentation
2097+
* Contributing guidelines
2098+
2099+
## Docker Support
2100+
2101+
* Development and production Docker configurations
2102+
* Docker Compose setup
2103+
* Multi-stage builds for optimization
2104+
* Environment-based configuration
2105+
2106+
## Initial Feature Set
2107+
2108+
* Project templates and starters
2109+
* GitHub repository import
2110+
* Folder import for local projects
2111+
* Chat export and import
2112+
* Screenshot capture
2113+
* Supabase database integration
2114+
* Context optimization for long conversations
2115+
* File locks to prevent concurrent edits
2116+
* Prompt enhancement system
2117+
2118+
## Configuration Files Added
2119+
2120+
* .env.example with all configuration options
2121+
* TypeScript configuration (tsconfig.json)
2122+
* Vite configuration for optimal builds
2123+
* UnoCSS configuration for styling
2124+
* ESLint and Prettier for code quality
2125+
* Git hooks with Husky
2126+
* GitHub issue and PR templates
2127+
* Docker and Docker Compose configurations
2128+
* Electron builder configuration
2129+
* Package.json with all dependencies
2130+
2131+
## Assets & Icons
2132+
2133+
* Application icons for all platforms
2134+
* Provider logos and icons
2135+
* UI component icons
2136+
* Favicon and web app icons
2137+
2138+
## Utilities & Helpers
2139+
2140+
* File system utilities
2141+
* Git integration utilities
2142+
* WebContainer helpers
2143+
* Diff utilities
2144+
* Import/export services
2145+
* Constants and type definitions
2146+
</Update>
21382147

21392148
---
21402149

0 commit comments

Comments
 (0)