We've launched! This means more users, and more programmers from all over the world will learn about the amazing CodexeLabs project!
To celebrate, we'd like to share our roadmap once again.
What's already been implemented:
Export project as ZIP
Drag & drop file upload
Image file support (PNG, JPG via base64)
What's to come:
Project templates
Improved mobile experience
CODEXE Autonomous Mode — AI can edit files directly, not just suggest code
What's coming next, global updates v2.0:
Mission-based AI — describe what you want to build,
CODEXE breaks it into steps and executes
AI Artifacts — automatic documentation generated for every AI action
Full project context for AI — CODEXE sees all files, suggests multi-file changes
One-click code apply — apply AI suggestions directly to files from chat
AI Project Generator — choose a template, AI generates complete starter code
Custom domains for projects
Stay tuned - we are a community for bringing programmers together, CodexeLabs!
Mission-based AI is coming to Codexe.
Instead of writing code step-by-step, you'll simply describe what you want to build.
CODEXE will:
• break the idea into tasks
• plan the execution
• generate the code
• apply the changes
You define the mission.
Codexe executes it.
Well, let's look a little into the future and decide what we'll be releasing. We plan to release v2.0 immediately after the v1.1 updates.
This will be a turning point, as the features in this version will completely change the way we think about web coding, you can be sure of that.
What will we see in the v2.0 update?
Mission-based AI — describe what you want to build, CODEXE breaks it into steps and executes it
AI Artifacts — automatic documentation generated for every AI action
Full project context for AI — CODEXE sees all files, suggests multi-file changes
One-click code apply — apply AI suggestions directly to files from chat
AI Project Generator — choose a template, AI generates complete starter code
Custom domains for projects.
We'll cover each of these in more detail in the next post!
One of the most ambitious directions for Codexe is autonomous AI development.
In the future, AI inside Codexe will be able to edit files directly inside your project.
Instead of generating suggestions in a chat window, the
AI will operate inside the codebase itself.
This will allow it to:
• modify existing files
• create new modules
• refactor code
• implement features across multiple files
Developers will move from writing every line themselves to guiding an intelligent system that understands the project structure.
Codexe is moving toward a future where building software becomes a collaboration between human developers and autonomous AI.
Codexe will continue improving its mobile experience to make development more accessible anywhere.
While coding on a phone will never replace a full workstation, mobile access will make many workflows easier.
Developers will be able to:
• review projects on the go
• quickly edit files
• check progress
• collaborate from any device
Over time, this will make Codexe feel less like a static tool and more like a living workspace that travels with you.
Your development environment will no longer be tied to a single machine.
Codexe will introduce project templates to dramatically accelerate how new projects start.
Instead of beginning with an empty workspace, developers will be able to launch structured environments instantly.
Templates will reduce repetitive setup and allow ideas to move faster from concept to working prototype.
This will make Codexe particularly powerful for:
• rapid prototyping
• experimenting with new ideas
• onboarding new developers
• maintaining consistent project structure
The goal is simple: reduce the time between an idea and a working project.
Codexe will expand beyond pure code by supporting images directly inside projects.
With PNG and JPG assets stored via base64, developers will be able to include visual resources directly in their workspace.
This will make Codexe far more useful for frontend and product development.
Developers will be able to:
• build UI interfaces
• prototype landing pages
• design visual components
• work with real product assets
Over time, Codexe will evolve from a code editor into a full environment where both logic and interface can live together.
Codexe will eventually make project setup far more fluid with drag & drop file uploads.
Instead of manually creating files and pasting content, developers will be able to drop files directly into their project workspace.
This will simplify many common workflows:
• adding configuration files
• importing datasets
• uploading assets
• bringing existing code into a project
By removing small but repetitive steps, Codexe will help developers stay focused on building instead of managing files.
Small improvements like this compound over time and make development dramatically smoother.
In the future, Codexe will make it effortless to move your projects anywhere.
Exporting projects as ZIP will allow developers to instantly take their entire workspace and use it in any environment.
This will make Codexe much more flexible.
You’ll be able to:
• push your code to GitHub
• deploy projects on your own infrastructure
• continue development locally
• share full projects with teammates
Codexe will stay browser-native — but your code will never be locked in.
Build in the browser.
Move anywhere when you need.
We'll be adding new updates to our website soon.
You can learn more about them at https://t.co/p0MYKGAfDA.
Now we'll tell you more about each upcoming update, why they're worth your attention, and why they're an integral part of any developer's product.
Stay tuned for future posts on @codexeLabs, we'll be back soon.
Codexe SDK is OTW
a javascript api automatically injected into every project.
it gives your mini-apps shared persistent storage backed by PostgreSQL.
no backend setup.
no database config.
just async key-value storage.
– get / set / delete
– list keys
– fetch all data
– clear storage
data persists across refreshes and is shared between all project viewers.
JSON files are auto-parsed and accessible via Codexe.project.files.
build stateful apps inside the editor, without infrastructure.
Codexe v1.1 is coming soon.
– export projects as ZIP
– drag & drop file uploads
– image support (png, jpg via base64)
– project templates
– improved mobile experience
– autonomous mode: AI edits files directly
this update moves Codexe from simple collaborative editor to AI-assisted builder.
Codexe Labs is open for collaboration.
we’re looking to work with:
– web3 projects building dev ecosystems
– AI/ML teams exploring code assistance
– blockchain protocols needing tooling
– educational platforms teaching web3
– DAOs building collaborative products
we offer custom integrations, early access, co-marketing and technical collaboration.
serious about building decentralized dev tools?
DM @CodexeLabs
Codexe is now public.
A web3-native collaborative code editor built for real-time development in the browser.
– wallet-based authentication
– permanent file ownership
– real-time sync via WebSockets
– live preview
– built-in persistent storage
– integrated AI assistant
No accounts. No installs. No friction.
Launch the app. connect your wallet. start building.
Try now: https://t.co/nsu3Z41A5u
Codexe uses wallet-based authentication.
auth flow:
– connect wallet
– sign a unique nonce (not a transaction)
– server verifies ed25519 signature
– JWT issued for 7 days
token is stored locally and sent with every API request.
invalid or expired tokens trigger re-auth.
signing proves wallet ownership.