Cointime

Download App
iOS & Android

dAppling - a New Way to Deploy IPFS Sites in Minutes

Welcome! I would love to share what I'm building at dAppling (opens new window), a platform that aims to simplify the build and deployment process for sites hosted on IPFS. I'll share a bit about us, a bit about the platform, and a bit about what you will get. By the end, it should be clear if dAppling (opens new window)is a tool you'll want to add to your developer toolbox.

#A Bit about Us

I'm Kyle. My co-founder Russell and I have been professional developers (whatever that means) for the last 7 years. We've worked at startups, big tech, and things in between. The last 2 of those years has been in the web3 space; started with the creation of a DeFi protocol. We're excited to now be building tools for developers working on the next generation of the web.

#A Bit about dAppling

The first of those tools is dAppling. The word is a portmanteau of "dApp", a term short for decentralized application, and "sapling," because nature is wonderful 🌱. However, we support all kinds of web projects, not just dApps (opens new window)landing pages (opens new window)blogs (opens new window), or even a simple page of content arguing against the usage of acronyms (opens new window).

Basically, we fetch your code, build it into html/css/js files, and host those files on IPFS. What makes us special are the features we provide to make your experience easier. Even if you have an existing site, you can use dAppling (opens new window)to create a resilient "alternative frontend" that is hosted on IPFS.

#A Bit about What You Get

When you add a project to dAppling (opens new window), you will tell us where the code is and what commands to use. After it's built you will get:

  • automatic updates when your code on GitHub changes
  • hosting on the InterPlanetary File System (IPFS)
  • a working dappling.network subdomain
  • a working dappling.eth ENS subdomain
  • an automatically updating IPNS key

#Our Focuses

We have two major focuses at dAppling (opens new window): simplicity and access.

We want to make it as easy as possible to get your code hosted. After that, we want it to be accessible and fast. What we want to avoid is a first-time experience where you only see an error screen or have your users waiting forever to load your site.

#Simplicity

We simplify the setup process by automatically detecting your app's configuration. If something does go wrong, we have easy to use debugging tools.

#Simple Setup

Since we have access to your code, we look at a few things like what package manager you use, what sort of framework the project is built with, and certain configuration files. We use this information to prefill the configuration form, so you don't have to.

We have support for environment variables to use during the build process that can be used to configure things like your database URL. Additionally, we support monorepos.

#Simple Debugging

Try as we might, projects fail to build. Quite a bit! From a linting error to a missing dependency, seeing the error screen seems inevitable. We want to make it as easy as possible to understand what went wrong and how to fix it. We parse the logs and show you the error in, what I think, is a pretty readable format.

If reading logs isn't your thing, we have a button that sends your logs to be parsed by AI and returns a summary of the error. And while it's not perfect, the output has been helpful more often than not.

#Accessibility

Websites need to be accessed, even if the reader is only you! We think the more points of access the better, and each should be available and fast.

#Speed of Access

The foundation of our storage starts with Filebase (opens new window)whose geo-redundant storage locations keep your files available. On top of that, the CDN quickly fetches and caches those files.

#Points of Access

There are a couple of ways to access your site. When the code is built and uploaded to IPFS, you will receive what is called a Content Identifier (CID) (opens new window). It's basically the hash of all your files.

You will receive a new CID every time your site is re-built because the resulting files have changed. Luckily, we use the InterPlanetary Name System (IPNS) (opens new window)to create a key that will always point to the most recent CID.

So the most straightforward way to fetch your content would be directly from an IPFS node (opens new window). Since not everyone is running an IPFS node (yet), you can instead use an IPFS gateway (opens new window)in which a third party fetches the content from their node and serves it over HTTPS.

Since we store the on our dappling.eth ENS name, you can also fetch the content through a service like eth.limo (opens new window). This service first reads the IPNS key that we set, resolves it to a CID, and then serves the content like a gateway.

Even simpler would be using the existing DNS system either using our custom *.dappling.network subdomain that we created for you. We also allow adding your custom domain like ipfs.crypto-protocol.app.

#Future

We plan to be constantly upgrading the platform as new decentralization techniques appear. As a user, you will notice more points of access, quicker speeds, and features to make usage easier. We hope to increase decentralization

  • SSR: Serverless applications are popular on platforms like Next.js and we will be using decentralized compute to increase the types of applications we support.
  • Collaboration: The more participants in a project the better the decentralizaton becomes. We are working on tools to allow multiple people configure the project.

#Get Involved

As we continue to improve dAppling (opens new window), we're always looking for user feedback to guide us. Our focus remains on providing a platform that is not just decentralized but also highly performant and user-friendly.

Deploy a site (opens new window), and if you run into any problems, want to connect, or just say hi, my DMs are open on 𝕏 (opens new window). I would love to hear about what you're building and help you get all of your projects deployed as we transition to the infrastructure of the future.

Comments

All Comments

Recommended for you

  • BTC Surpasses $63,000

    Market data shows that BTC has surpassed $63,000, currently priced at $63,014.63, with a 24-hour decline narrowing to 0.67%. Due to significant market fluctuations, please ensure proper risk management.

  • Michael Saylor Releases New Bitcoin Tracker Information

    On July 5, Strategy founder Michael Saylor released new information regarding the Bitcoin Tracker. He stated, 'Bitcoin is digital energy.' Following previous patterns, Strategy typically discloses information about increasing Bitcoin holdings the day after related announcements.

  • BTC Falls Below $63,000

    Market data shows that BTC has fallen below $63,000, currently priced at $62,978.8, with a 24-hour increase of 0.24%. The market is experiencing significant volatility, so please ensure proper risk management.

  • Vitalik: Ethereum to Complete Major Third Iteration in Next 5 Years, Quantum Resistance and Privacy as Primary Goals

    On July 5, Vitalik Buterin announced that Ethereum researchers finalized the 'Streamlined Ethereum' roadmap during a conference in Berlin. This is not a one-time upgrade but a series of forks over the next 3 to 4 years (starting from 'I-star'), which will mark the third major era of Ethereum, almost replacing all core components. Core changes include: verification shifting from direct execution to recursive STARK; consensus introducing 1-2 rounds of finality for faster and safer transactions; multi-dimensional Gas pricing; and a complete replacement of existing solutions with quantum-resistant cryptography. The most disruptive change is the state model—current dynamic states only expand to about 2TB, while introducing new scalable states like UTXO and circular buffers, with a total scale reaching up to 100TB, suitable for ERC20/NFT/DeFi, potentially reducing transaction fees by over 10 times after the rewrite; complex applications (like Uniswap pools) will retain the old state without mandatory migration. However, the issue of who will store the 100TB state and the associated incentives has become a new focus of research. Privacy upgrades are now a primary design goal, with all new components needing to support quantum-resistant, intermediary-free privacy transactions. Formal verification will be fully implemented, and there is exploration into introducing RISC-V or leanISA as the underlying VM for the protocol, with EVM potentially becoming a feature at the compilation layer in the future. In terms of scalability metrics, Gas limits, Blob capacity, and block times will be increased multiple times over the next 5 years, with the Glasterdam fork set to significantly raise Gas limits first. In the order of forks, H-star (Hegota) will be the last 'pre-streamlined' fork, after which Ethereum will fully enter the streamlined era. Through this complex yet smooth transition, Ethereum is moving towards a quantum-resistant, massively scalable, privacy-first new network while maximizing the protection of existing applications. This cautious disruption over the next five years has officially begun.

  • ETH Surpasses $1800

    Market data shows that ETH has surpassed $1800, currently priced at $1803.65, with a 24-hour increase of 3.76%. The market is experiencing significant fluctuations, so please ensure proper risk management.

  • BTC Surpasses $63,000

    Market data shows that BTC has surpassed $63,000, currently priced at $63,057.24, with a 24-hour increase of 1.18%. The market is experiencing significant volatility, so please ensure proper risk management.

  • Bank of England Governor Bailey to Speak on Fiscal and Monetary Policy Coordination in Ten Minutes

    Bank of England Governor Bailey will deliver a speech on the issue of coordination between fiscal and monetary policy in ten minutes.

  • Solana Achieves $4.84 Billion in Spot Trading Volume for Tokenized Stocks This Quarter

    On July 3, it was reported that Solana broke multiple records in trading, revenue, and trading volume in the second quarter of 2026. In the tokenized stock sector, Solana's spot trading volume reached $4.84 billion this quarter, capturing over 96% market share. This volume far exceeded that of all other blockchains combined, marking the fourth consecutive quarter that Solana has led this sector, solidifying its dominant position. In terms of decentralized application revenue, the total dApp revenue for this quarter was $257 million, maintaining its lead over all Layer 1 and Layer 2 blockchains for the ninth consecutive quarter. Despite competitive pressure from peers, the enthusiasm of ecosystem developers and actual user demand remains strong. On-chain trading activity has surged, with daily, weekly, and monthly trading volumes all hitting new highs. The total number of non-voting transactions for the quarter approached 9.8 billion, with the overall network transaction volume rising to 59%, reaching an eleven-month high. The perpetual futures trading scale has seen a significant surge, with nominal trading volume for the quarter reaching $183 billion. GMTrade, Pacifica, and Jupiter were the main sources of trading volume, with GMTrade showing impressive growth in asset locking, cumulative trading volume, and protocol fees. The Phoenix platform also gained market recognition with its new features. Meanwhile, the Solana Foundation has proactively reduced its staking holdings, with the staking scale dropping to 4.92% of the total network staking, aiming to weaken its control over network validation and promote the decentralized and mature development of the validator ecosystem. Overall, even though the market is generally perceived to be at the bottom of a bear cycle, Solana's various innovative businesses and fundamental on-chain data are rising against the trend. If this quarter indeed marks the low point of the current market cycle, the existing performance will lay a solid foundation for long-term growth. The article also briefly mentions developments related to Solana's on-chain governance, the Grass rewards controversy, and future plans of the foundation's executives.

  • Venezuela's Largest Oil Refinery Resumes Operations

    On July 3, three sources reported that Venezuela's largest refinery, the Amuay refinery with a processing capacity of 645,000 barrels per day, has resumed operations after a power outage on Friday. It is currently processing approximately 140,000 barrels per day of crude oil, and the fluid catalytic cracking unit (FCC) has also restarted. Following two earthquakes last week that caused significant casualties, several refineries in Venezuela were affected by power outages. Additionally, sources indicated that the El Palito refinery, with a processing capacity of 146,000 barrels per day, has regained power, but staff have not yet been able to restart the production units.

  • US Bitcoin ETF Sees Net Outflow of 588 BTC Today, Ethereum ETF Records Net Inflow of 6,105 ETH

    According to monitoring by Lookonchain, today the US Bitcoin ETF experienced a net outflow of 588 BTC, with a total net outflow of 22,189 BTC over the past seven days. Meanwhile, the Ethereum ETF recorded a net inflow of 6,105 ETH, with a net outflow of 1,915 ETH over the past seven days.