Show HN: Deco.cx – realtime TypeScript web editor (deco.cx)
We built frontend tools at a hyper-growth e-commerce platform for 9 years. Deco.cx is the thing that we wish existed when we were managing hundreds of enterprise-grade React-based websites.
The gist is: JSX, HTMX, TypeScript, Tailwind and Deno. All visually editable in a beautiful, collaborative, REALTIME (!) admin UI. Great for devs, great for content.
In essence, we're a git-based TypeScript-first configuration management system. We take TypeScript code that represents your site, your entities, your UI, and we allow anyone to "save" configuration and content based on those types.
It's great for developers, because you can code directly on the web, or on your machine, and get instant feedback. You "export interface Props" and boom, an automatic form is generated. It's great for the business users, the content editors, because you just press "." (dot) in your keyboard and you go into a visual edit mode for the page you're at right now. Everything the developer exported in TypeScript is editable.
And when you hit "publish", it's already live, with a proper CDN, proper caching, everything already setup and just working. Ready to scale!
But you can't fly blind. We're democratizing pro-level tools for web analytics and observability by bundling in our Pro plan: fully-managed Plausible analytics and HyperDX observability. Check them out — these are great tools on their own, and they shine in the deco.cx platform bundle.
We don't want to be the only answer, we don't claim to be right about anything, we just want to make the friendly and accessible open-source tool that we wish existed when we were junior developers. If you want to participate, please join our discord community at https://deco.cx/discord
on open-source: our admin UI core is not ready for prime time, we're working to open-source it this year. but basically everything else, our integrations, templates and configuration management runtime are all open-source already! take a look at these: https://github.com/deco-cx/deco https://github.com/deco-cx/apps https://github.com/deco-sites/storefront Making the admin UI core extensible and open source is a MAIN OBJECTIVE for this year, so expect news here soon!
Thanks for your support!
34 comments
[ 4.7 ms ] story [ 83.3 ms ] threadthe fact that we're open-source makes it easy to create new integrations as well. you can take a look at https://github.com/deco-cx/apps to see how it works.
it's high priority for us to make this even easier and also to incentivize our community to create apps for most CMSes and APIs
Is it possible to edit a site in both no-code editor and a full-code editor? Once you edit in the full-code editor, is it possible to continue editing in the no-code editor? Are changes from the full-code editor preserved in this case?
The biggest challenge I have found in integrating no-code and full-code lies in preserving changes made in full-code mode when updates are made in no-code mode.
Something something scroll hijacking.
Also, would love to be able to pause the auto-scroll banner highlighting the various features ("Section Library", "No Code Editor", "Full Code Editor", etc.)
Site looks awesome and modern, good stuff! In another life I would be very excited about this platform.
I know, right? I'm also not super proud of that portion of the landing, lol!
> The biggest challenge I have found in integrating no-code and full-code lies in preserving changes made in full-code mode when updates are made in no-code mode.
God, YES! We've been working in this problem in one way or another for at least 10 years, and we also failed many times in solving that conciliation. We _think_ we have reached a good tradeoff now: _everything is on git_. So when you're using our web editor, you are basically using a "remote computer" (actually a Cloudflare Durable) to edit your files, just as if you cloned it on your local machine. When you're happy with changes, you "publish" it - which generates a commit for you. This way we can have developers and content creators happy, both sharing the same history.
> Site looks awesome and modern, good stuff! In another life I would be very excited about this platform.
Thank you! It's been a crazy one and a half year building this and we're now a team of 30 people all over Brazil. We thank you for the recognition!
On chrome, the spotlight effect looks better, but we are up to 50% CPU usage.
Good luck with figuring it out, and hopefully the launch smoothes out a bit.
The Deno core using TypeScript is the ABSOLUTE BEST mix ever. Loved the work you guys are doing. Hope you continue to disrupt even more!
deco.cx has a great sweet spot for personal pages and portfolios. Free deployment with a *.deco.site domain and an easy-to-use CMS are a great combo.
Feel free to reach us if you need any help at https://deco.cx/discord
I’m looking forward to open-sourcing the admin UI soon and see what insane extensions people come up with on top of our stack!
But deco itself it's not headless, it has all the body parts. You can use it as a headless CMS if you want to.
Do you remember the Developer Toolbox addon? It has been on my mind for a while and we want to implement something like that, maybe with help from AI.
- https://www.youtube.com/watch?v=S5xnIygDSss (couldn't find one in English)